]> git.droids-corp.org - dpdk.git/commit
crypto/ipsec_mb: check missing operation types
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 23 Feb 2022 16:01:13 +0000 (16:01 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Thu, 24 Feb 2022 10:20:51 +0000 (11:20 +0100)
commitcfb566048ee729969d982a0c6020148d69f585fc
tree5a313cd84281aea2bf2ff5814f590f415d209451
parenta965e768065ae496c9a1c7a77545bc0f0f0e38e2
crypto/ipsec_mb: check missing operation types

When processing crypto operations in ZUC PMD,
there were two operation types that were set at session level,
but not checked when the operations are enqueued and processed,
leaving the buffers untouched silently.

Fixes: cde8df1bda9d ("crypto/ipsec_mb: move zuc PMD")
Cc: stable@dpdk.org
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
drivers/crypto/ipsec_mb/pmd_zuc.c