diff options
author | Fei Qin <[email protected]> | 2022-05-01 08:11:50 +0900 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2022-05-02 12:42:03 +0200 |
commit | ae664d9d8559b123766b47af4dfbfa877a80156e (patch) | |
tree | 2e2f5fa93a84d063bb6f21eb9f7dbbe55db77b26 /tools/perf/scripts/python/sched-migration.py | |
parent | a313f858ed368d11579df62e8f7d0ac65f853bc9 (diff) |
nfp: support VxLAN inner TSO with GSO_PARTIAL offload
VxLAN belongs to UDP-based encapsulation protocol. Inner TSO for VxLAN
packet with udpcsum requires offloading of outer header csum.
The device doesn't support outer header csum offload. However, inner TSO
for VxLAN with udpcsum can still work with GSO_PARTIAL offload, which
means outer udp csum computed by stack and inner tcp segmentation finished
by hardware. Thus, the patch enable features "NETIF_F_GSO_UDP_TUNNEL_CSUM"
and "NETIF_F_GSO_PARTIAL" and set gso_partial_features.
Signed-off-by: Fei Qin <[email protected]>
Signed-off-by: Yinjun Zhang <[email protected]>
Signed-off-by: Louis Peens <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions