]> git.dujemihanovic.xyz Git - linux.git/commit
Merge branch 'nfp-ipsec-csum'
authorDavid S. Miller <davem@davemloft.net>
Fri, 3 Mar 2023 08:28:44 +0000 (08:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Mar 2023 08:28:44 +0000 (08:28 +0000)
commit528125268588a18a2f257002af051b62b14bb282
tree29bd067803d4c21c6525694833391e5e1960bb42
parent84cba1840e68430325ac133a11be06bfb2f7acd8
parent1cf78d4c4144ffdbc2c9d505db482cb204bb480b
Merge branch 'nfp-ipsec-csum'

Simon Horman says:

====================
nfp: fix incorrect IPsec checksum handling

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>