[ovs-dev] [PATCH 0/4] Add offload support for action set

Roi Dayan roid at mellanox.com
Tue Aug 8 14:21:50 UTC 2017


Hi,

This series adds support for offloading action set using
tc interface.

Thanks,
Roi


Paul Blakey (4):
  compat: Add act_pedit compatibility for old kernels
  odp-util: Expose ovs flow key attr len table for reuse
  tc: Add header rewrite using tc pedit action
  netdev-tc-offloads: Add support for action set

 acinclude.m4                    |   7 +
 include/linux/automake.mk       |   1 +
 include/linux/tc_act/tc_pedit.h |  72 ++++++++
 lib/netdev-tc-offloads.c        | 180 ++++++++++++++++++-
 lib/odp-util.c                  |  11 +-
 lib/odp-util.h                  |  11 ++
 lib/tc.c                        | 372 +++++++++++++++++++++++++++++++++++++++-
 lib/tc.h                        |  12 ++
 8 files changed, 649 insertions(+), 17 deletions(-)
 create mode 100644 include/linux/tc_act/tc_pedit.h

-- 
2.8.0



More information about the dev mailing list