Re: [net-next v4 4/4] openvswitch: Add meter action support

2017-11-10 Thread Andy Zhou
On Thu, Nov 9, 2017 at 12:50 AM, Pravin Shelar wrote: > On Thu, Nov 9, 2017 at 11:00 AM, Andy Zhou wrote: >> Implements OVS kernel meter action support. >> >> Signed-off-by: Andy Zhou >> --- > I could not apply this patch on latest net-next. I will rebase and repost.

Re: [net-next v4 4/4] openvswitch: Add meter action support

2017-11-09 Thread Pravin Shelar
On Thu, Nov 9, 2017 at 11:00 AM, Andy Zhou wrote: > Implements OVS kernel meter action support. > > Signed-off-by: Andy Zhou > --- I could not apply this patch on latest net-next.

[net-next v4 4/4] openvswitch: Add meter action support

2017-11-08 Thread Andy Zhou
Implements OVS kernel meter action support. Signed-off-by: Andy Zhou --- include/uapi/linux/openvswitch.h | 3 +++ net/openvswitch/actions.c| 6 ++ net/openvswitch/datapath.h | 1 + net/openvswitch/flow_netlink.c | 6 ++ 4 files changed, 16 insertions(+) diff --git a/inc