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

2017-10-16 Thread Andy Zhou
On Fri, Oct 13, 2017 at 5:13 PM, Pravin Shelar wrote: > On Thu, Oct 12, 2017 at 3:38 PM, Andy Zhou wrote: >> Implements OVS kernel meter action support. >> >> Signed-off-by: Andy Zhou >> --- >> include/uapi/linux/openvswitch.h | 1 + >> net/openvswitch/actions.c| 12 >> ne

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

2017-10-13 Thread Pravin Shelar
On Thu, Oct 12, 2017 at 3:38 PM, Andy Zhou wrote: > Implements OVS kernel meter action support. > > Signed-off-by: Andy Zhou > --- > include/uapi/linux/openvswitch.h | 1 + > net/openvswitch/actions.c| 12 > net/openvswitch/datapath.h | 1 + > net/openvswitch/flow_ne

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

2017-10-12 Thread Andy Zhou
Implements OVS kernel meter action support. Signed-off-by: Andy Zhou --- include/uapi/linux/openvswitch.h | 1 + net/openvswitch/actions.c| 12 net/openvswitch/datapath.h | 1 + net/openvswitch/flow_netlink.c | 6 ++ 4 files changed, 20 insertions(+) diff --g