OSDN Git Service

Merge branch 'sfc-ef100-tso-enhancements'
authorJakub Kicinski <kuba@kernel.org>
Sat, 31 Oct 2020 00:43:03 +0000 (17:43 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 31 Oct 2020 00:43:03 +0000 (17:43 -0700)
commit8ece853d128b486c06dd937cb1f1ed4d1de14486
tree7f10b61de0e36e1cc66d22791bf4a3965f6b9536
parentdc956588d44b2646051633848cc2625aab5adc05
parentb61e8100dcfc79c65aeb78122f98b2b6f4bbeb08
Merge branch 'sfc-ef100-tso-enhancements'

Edward Cree says:

====================
sfc: EF100 TSO enhancements

Support TSO over encapsulation (with GSO_PARTIAL), and over VLANs
 (which the code already handled but we didn't advertise).  Also
 correct our handling of IPID mangling.

I couldn't find documentation of exactly what shaped SKBs we can
 get given, so patch #2 is slightly guesswork, but when I tested
 TSO over both underlay and (VxLAN) overlay, the checksums came
 out correctly, so at least in those cases the edits we're making
 must be the right ones.
Similarly, I'm not 100% sure I've correctly understood how FIXEDID
 and MANGLEID are supposed to work in patch #3.
====================

Link: https://lore.kernel.org/r/6e1ea05f-faeb-18df-91ef-572445691d89@solarflare.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>