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

2017-08-14 Thread Simon Horman
On Tue, Aug 08, 2017 at 05:21:50PM +0300, Roi Dayan wrote:
> Hi,
> 
> This series adds support for offloading action set using
> tc interface.

Other than some minor nits regarding the 3rd patch, which I posted
in response to that patch, this series looks good to me. And this
is a feature I am very pleased to see.

Acked-by: Simon Horman 

> 
> 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

...
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


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

2017-08-08 Thread Roi Dayan
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

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev