Re: [net-next RFC 3/4] openvswitch: Add meter infrastructure

2017-10-17 Thread Andy Zhou
On Mon, Oct 16, 2017 at 10:49 AM, Pravin Shelar wrote: > On Mon, Oct 16, 2017 at 12:05 AM, Andy Zhou wrote: >> On Fri, Oct 13, 2017 at 5:12 PM, Pravin Shelar wrote: >>> On Thu, Oct 12, 2017 at 3:38 PM, Andy Zhou wrote: OVS

Re: [net-next RFC 3/4] openvswitch: Add meter infrastructure

2017-10-16 Thread Pravin Shelar
On Mon, Oct 16, 2017 at 12:05 AM, Andy Zhou wrote: > On Fri, Oct 13, 2017 at 5:12 PM, Pravin Shelar wrote: >> On Thu, Oct 12, 2017 at 3:38 PM, Andy Zhou wrote: >>> OVS kernel datapath so far does not support Openflow meter action. >>> This is the

Re: [net-next RFC 3/4] openvswitch: Add meter infrastructure

2017-10-16 Thread Andy Zhou
On Fri, Oct 13, 2017 at 5:12 PM, Pravin Shelar wrote: > On Thu, Oct 12, 2017 at 3:38 PM, Andy Zhou wrote: >> OVS kernel datapath so far does not support Openflow meter action. >> This is the first stab at adding kernel datapath meter support. >> This

Re: [net-next RFC 3/4] openvswitch: Add meter infrastructure

2017-10-13 Thread Pravin Shelar
On Thu, Oct 12, 2017 at 3:38 PM, Andy Zhou wrote: > OVS kernel datapath so far does not support Openflow meter action. > This is the first stab at adding kernel datapath meter support. > This implementation supports only drop band type. > > Signed-off-by: Andy Zhou

[net-next RFC 3/4] openvswitch: Add meter infrastructure

2017-10-12 Thread Andy Zhou
OVS kernel datapath so far does not support Openflow meter action. This is the first stab at adding kernel datapath meter support. This implementation supports only drop band type. Signed-off-by: Andy Zhou --- net/openvswitch/Makefile | 1 + net/openvswitch/datapath.c | 14