>
> This patch fixes the out-of-bounds coverity issue by adding
> missed algorithms to the array.
>
> Coverity issue: 337683
>
> Fixes: c68d7aa354f6 ("crypto/aesni_mb: use architecture independent macros")
>
> Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com>
> ---
> v3:
> - fixed a compile issue
>
> v2:
> - added missed size data.
>
> drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h | 17
> ++++++++++++++++-
> 1 file changed, 16 insertions(+), 1 deletion(-)
>
@Pablo: I hope there are no more concerns on this patch.
Applied to dpdk-next-crypto
Thanks.