Hi,

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

V1->V2:
    - Check patch whitespaces fixes
    -  Changed flower_pedit_map to be non sparse.
    - Missing handling of unsupported attributes and sub
      attributes of action set key struct
    -  Removed unnsessary loop over action SET/SET_MASKED
       (has only one nested attr

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        | 201 +++++++++++++++++++++-
 lib/odp-util.c                  |  11 +-
 lib/odp-util.h                  |  11 ++
 lib/tc.c                        | 372 +++++++++++++++++++++++++++++++++++++++-
 lib/tc.h                        |  16 ++
 8 files changed, 672 insertions(+), 19 deletions(-)
 create mode 100644 include/linux/tc_act/tc_pedit.h

-- 
2.7.5

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to