]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb674ef42b1d871d448d6adb84809b36e6eb4a8a4
tree7f10b61de0e36e1cc66d22791bf4a3965f6b9536
parent7ecef1242c73de2152c0616591d1e66f7b66fdd6
parentfb6b030dcf0880030f86f6d075ea095de90d5844
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>