On 3/11/2024 2:49 AM, Chaoyong He wrote: > From: Shihong Wang <shihong.w...@corigine.com> > > The algorithm key of the security framework is stored in the u8 > array according to big-endian, and the driver algorithm key is > CPU-endian of u32, so it maybe need to convert the endianness order > to ensure that the value assigned to the driver is CPU-endian. > > This patch removes the operation of converting IPsec Tx metadata > to big-endian to ensure that IPsec Tx metadata is CPU-endian. > > Fixes: 547137405be7 ("net/nfp: initialize IPsec related content") > Fixes: 3d21da66c06b ("net/nfp: create security session") > Fixes: 310a1780581e ("net/nfp: support IPsec Rx and Tx offload") > Cc: sta...@dpdk.org > > Signed-off-by: Shihong Wang <shihong.w...@corigine.com> > Reviewed-by: Chaoyong He <chaoyong...@corigine.com> >
Applied to dpdk-next-net/main, thanks. (not the set, just this patch)