RE: [EXT] [PATCH v1 1/1] baseband/acc: fix to possible negative shift

2022-11-03 Thread Akhil Goyal
> Potential occurrence of negative shift when using invalid > configuration on ACC200. Enforcing that depth > 0. > > Coverity issue: 381636 > Fixes: 40e3adbdd3 ("baseband/acc200: add queue configuration") > > Signed-off-by: Nicolas Chautru Applied to dpdk-next-crypto Thanks.

[PATCH v1 1/1] baseband/acc: fix to possible negative shift

2022-11-02 Thread Nicolas Chautru
Potential occurrence of negative shift when using invalid configuration on ACC200. Enforcing that depth > 0. Coverity issue: 381636 Fixes: 40e3adbdd3 ("baseband/acc200: add queue configuration") Signed-off-by: Nicolas Chautru --- drivers/baseband/acc/rte_acc200_pmd.c | 4 ++-- 1 file changed, 2