RE: [PATCH 2/2] net/iavf: support inner and outer checksum offload

2022-08-30 Thread Yang, Qiming
> -Original Message- > From: peng1x.zh...@intel.com > Sent: Saturday, August 13, 2022 12:52 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Wu, Jingjing > ; > Zhang, Peng1X > Subject: [PATCH 2/2] net/iavf: support inner and outer checksum offload > > From:

Re: [PATCH 2/2] net/iavf: support inner and outer checksum offload

2022-08-29 Thread Xu, Ke1
> Subject: [PATCH 2/2] net/iavf: support inner and outer checksum offload > Date: Sat, 13 Aug 2022 00:52:23 +0800 > Message-ID: <20220812165223.470777-2-peng1x.zh...@intel.com> (raw) > In-Reply-To: <20220812165223.470777-1-peng1x.zh...@intel.com> > > From: Peng

[PATCH 2/2] net/iavf: support inner and outer checksum offload

2022-08-29 Thread Buckley, Daniel M
12 Aug 2022 02:02:24 -0700 From: peng1x.zh...@intel.com To: dev@dpdk.org Cc: beilei.x...@intel.com, jingjing...@intel.com, Peng Zhang Subject: [PATCH 2/2] net/iavf: support inner and outer checksum offload Date: Sat, 13 Aug 2022 00:52:23 +0800 Message-Id: <20220812165223.470777-2-peng1x.zh...@in

[PATCH 2/2] net/iavf: support inner and outer checksum offload

2022-08-12 Thread peng1x . zhang
From: Peng Zhang Add the support of inner and outer Tx checksum offload for tunneling packets by configuring tunneling parameters in Tx descriptors, including outer L3/L4 checksum offload. Signed-off-by: Peng Zhang --- drivers/net/iavf/iavf_ethdev.c | 3 +- drivers/net/iavf/iavf_rxtx.c | 51