]> git.droids-corp.org - dpdk.git/commit
app/eventdev: add null checks for crypto allocations
authorVolodymyr Fialko <vfialko@marvell.com>
Fri, 17 Jun 2022 12:38:17 +0000 (14:38 +0200)
committerJerin Jacob <jerinj@marvell.com>
Mon, 20 Jun 2022 19:28:10 +0000 (21:28 +0200)
commit3158ec9fd5813c28bb7c08336bd44221e5adbb34
treed1826c95ffc49c2c6fe9aeba089c6a8294639ffc
parent7e9a9600de08edaaa6d505c8f77e4ad859cccbce
app/eventdev: add null checks for crypto allocations

Crypto operation allocation may fail in case when total size of queue
pairs are bigger than the pool size.

Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
app/test-eventdev/test_perf_common.c