]> git.droids-corp.org - dpdk.git/commit
net/iavf: fix AES-GMAC IV size
authorRadu Nicolau <radu.nicolau@intel.com>
Tue, 1 Mar 2022 13:41:31 +0000 (13:41 +0000)
committerQi Zhang <qi.z.zhang@intel.com>
Thu, 3 Mar 2022 10:34:27 +0000 (11:34 +0100)
commite816a255f7795710e7d9a12029b766c7e72aedf2
tree6e8977d9325d3cdeb0e00a028529e99f3fe902b3
parent7bda5beead88fbc8717f7cee770bd8d9baf4d20d
net/iavf: fix AES-GMAC IV size

Fix AES-GMAC size, set it to the required value, unlike lookaside
where it also includes salt length.

Fixes: 6bc987ecb860 ("net/iavf: support IPsec inline crypto")
Cc: stable@dpdk.org
Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
Reviewed-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/iavf/iavf_ipsec_crypto.c