[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230302095830.2512535-1-simon.horman@corigine.com>
Date: Thu, 2 Mar 2023 10:58:27 +0100
From: Simon Horman <simon.horman@...igine.com>
To: David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, oss-drivers@...igine.com,
Simon Horman <simon.horman@...igine.com>
Subject: [PATCH net 0/3] nfp: fix incorrect IPsec checksum handling
Hi,
this short series resolves two problems with IPsec checksum handling
in the nfp driver.
* PATCH 1/3, 2/3: Correct setting of checksum flags.
One patch for each of the nfd3 and nfdk datapaths.
* Patch 3/3: Correct configuration of NETIF_F_CSUM_MASK
so that the stack does not unecessarily calculate csums for
IPsec offload packets.
Huanhuan Wang (3):
nfp: fix incorrectly set csum flag for nfd3 path
nfp: fix incorrectly set csum flag for nfdk path
nfp: fix esp-tx-csum-offload doesn't take effect
drivers/net/ethernet/netronome/nfp/nfd3/dp.c | 7 +++---
.../net/ethernet/netronome/nfp/nfd3/ipsec.c | 25 +++++++++++++++++--
drivers/net/ethernet/netronome/nfp/nfdk/dp.c | 6 +++--
.../net/ethernet/netronome/nfp/nfdk/ipsec.c | 8 ++++--
.../ethernet/netronome/nfp/nfp_net_common.c | 4 +++
5 files changed, 41 insertions(+), 9 deletions(-)
--
2.30.2
Powered by blists - more mailing lists