Acked-by: Kai Ji <kai...@intel.com>
> -----Original Message----- > From: Akhil Goyal <gak...@marvell.com> > Sent: Thursday, February 16, 2023 2:25 PM > To: dev@dpdk.org > Cc: Nicolau, Radu <radu.nico...@intel.com>; ano...@marvell.com; > g.si...@nxp.com; hemant.agra...@nxp.com; Ji, Kai <kai...@intel.com>; > ruifeng.w...@arm.com; sunilprakashrao.uttar...@amd.com; > rnagadhee...@marvell.com; ma...@nvidia.com; Akhil Goyal > <gak...@marvell.com>; sta...@dpdk.org > Subject: [PATCH 1/3] examples/ipsec-secgw: fix auth IV length > > Currently, cipher IV length is getting used to set auth xform IV length. > Auth IV is needed for AES-GMAC case, and in all other cases, auth IV > should be 0. > Used a separate auth IV length to separate out cipher and auth cases. > > Fixes: 9413c3901f31 ("examples/ipsec-secgw: support additional > algorithms") > Cc: sta...@dpdk.org > > Signed-off-by: Akhil Goyal <gak...@marvell.com> > ---