[ovs-dev] [PATCH 0/7] Add offload support for ip ttl and tcp flags

Roi Dayan roid at mellanox.com
Mon Aug 7 15:19:04 UTC 2017


Hi,

This series adds support for offloading ip ttl and tcp flags
using tc interface.

Thanks,
Roi


Paul Blakey (7):
  compat: Update tc compatibility header
  tc: Add ip layer ttl matching
  match: Add helper function to set nw_ttl with mask
  netdev-tc-offloads: Add nw_ttl matching using flower
  odp-util: Put tcp_flags value to netlink if value is 0
  tc: Add matching on tcp flags
  netdetv-tc-offloads: Add offloading rules with match on tcp_flags

 acinclude.m4                |  6 +++---
 include/linux/pkt_cls.h     | 51 +++++++++++++++++++++++++++++++++++++++++----
 include/openvswitch/match.h |  3 ++-
 lib/match.c                 |  7 +++++++
 lib/netdev-tc-offloads.c    | 21 ++++++++-----------
 lib/odp-util.c              |  2 +-
 lib/tc.c                    | 22 +++++++++++++++++++
 lib/tc.h                    |  3 +++
 8 files changed, 94 insertions(+), 21 deletions(-)

-- 
2.8.0



More information about the dev mailing list