> 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 Zhang <peng1x.zh...@intel.com> > > 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 <peng1x.zh...@intel.com>
Tested and passed. Regards, Tested-by: Ke Xu <ke1...@intel.com> > --- > drivers/net/iavf/iavf_ethdev.c | 3 +- > drivers/net/iavf/iavf_rxtx.c | 51 +++++++++++++++++++++++++++++++--- > drivers/net/iavf/iavf_rxtx.h | 8 +++++- > 3 files changed, 56 insertions(+), 6 deletions(-)