diff options
author | Jakub Kicinski <kuba@kernel.org> | 2025-02-16 20:41:09 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-02-18 03:54:41 +0300 |
commit | b0b0f52042acb324cd39fbefb2b1ae83af8f8ae1 (patch) | |
tree | 9f00fd97c9210a7a664b79e716f2e967743982c8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b5e489003abcff4b65088d49fce78dcb3cc1ae06 (diff) | |
download | linux-b0b0f52042acb324cd39fbefb2b1ae83af8f8ae1.tar.xz |
eth: fbnic: support TCP segmentation offload
Add TSO support to the driver. Device can handle unencapsulated or
IPv6-in-IPv6 packets. Any other tunnel stacks are handled with
GSO partial.
Validate that the packet can be offloaded in ndo_features_check.
Main thing we need to check for is that the header geometry can
be expressed in the decriptor fields (offsets aren't too large).
Report number of TSO super-packets via the qstat API.
Link: https://patch.msgid.link/20250216174109.2808351-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions