mbox series

[ovs-dev,v2,0/5] netdev-offload-tc: Add support for the check_pkt_len action.

Message ID 165113700760.317402.7648065367354921133.stgit@ebuild
Headers show
Series netdev-offload-tc: Add support for the check_pkt_len action. | expand

Message

Eelco Chaudron April 28, 2022, 9:10 a.m. UTC
This series adds support for the datapath action check_pkt_len for TC offload.
It also includes some offload self-tests.

v2:
  - Add ACKs
  - Unified all the OVS_TRAFFIC_VSWITCHD_START macro's
  - Added section in the NEWS document

Eelco Chaudron (5):
      netdev-offload-tc: Move flow_put action handling to isolated function.
      netdev-offload-tc: Move flower_to_match action handling to isolated function.
      netdev-offload-tc: Handle check_pkt_len datapath action.
      system-offloads-traffic: Properly initialize offload before testing.
      tests: Add check_pkt_len action test to system-offload-traffic.


 NEWS                             |   2 +
 lib/netdev-offload-tc.c          | 844 +++++++++++++++++++------------
 lib/tc.c                         | 455 +++++++++++++++--
 lib/tc.h                         |  12 +-
 tests/ofproto-macros.at          |   6 +-
 tests/system-kmod-macros.at      |   4 +-
 tests/system-offloads-traffic.at | 422 +++++++++++++++-
 tests/system-tso-macros.at       |   4 +-
 tests/system-userspace-macros.at |   4 +-
 9 files changed, 1379 insertions(+), 374 deletions(-)