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

2017-11-03 Thread Pravin Shelar
On Thu, Nov 2, 2017 at 7:43 PM, Andy Zhou wrote: > On Thu, Nov 2, 2017 at 5:07 AM, Pravin Shelar wrote: >> On Thu, Nov 2, 2017 at 3:07 AM, Andy Zhou wrote: >>> On Fri, Oct 20, 2017 at 8:32 PM, Pravin Shelar wrote: On Thu, Oct 19, 2017 at 5:58 PM, Andy Zhou wrote: > > On Thu, Oct 1

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

2017-11-02 Thread Andy Zhou
On Thu, Nov 2, 2017 at 5:07 AM, Pravin Shelar wrote: > On Thu, Nov 2, 2017 at 3:07 AM, Andy Zhou wrote: >> On Fri, Oct 20, 2017 at 8:32 PM, Pravin Shelar wrote: >>> On Thu, Oct 19, 2017 at 5:58 PM, Andy Zhou wrote: On Thu, Oct 19, 2017 at 02:47 Pravin Shelar wrote: > > On Tue

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

2017-11-02 Thread Pravin Shelar
On Thu, Nov 2, 2017 at 3:07 AM, Andy Zhou wrote: > On Fri, Oct 20, 2017 at 8:32 PM, Pravin Shelar wrote: >> On Thu, Oct 19, 2017 at 5:58 PM, Andy Zhou wrote: >>> >>> On Thu, Oct 19, 2017 at 02:47 Pravin Shelar wrote: On Tue, Oct 17, 2017 at 12:36 AM, Andy Zhou wrote: > OVS kerne

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

2017-11-02 Thread Andy Zhou
On Fri, Oct 20, 2017 at 8:32 PM, Pravin Shelar wrote: > On Thu, Oct 19, 2017 at 5:58 PM, Andy Zhou wrote: >> >> On Thu, Oct 19, 2017 at 02:47 Pravin Shelar wrote: >>> >>> On Tue, Oct 17, 2017 at 12:36 AM, Andy Zhou wrote: >>> > OVS kernel datapath so far does not support Openflow meter action.

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

2017-10-20 Thread Pravin Shelar
On Thu, Oct 19, 2017 at 5:58 PM, Andy Zhou wrote: > > On Thu, Oct 19, 2017 at 02:47 Pravin Shelar wrote: >> >> On Tue, Oct 17, 2017 at 12:36 AM, Andy Zhou wrote: >> > OVS kernel datapath so far does not support Openflow meter action. >> > This is the first stab at adding kernel datapath meter su

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

2017-10-18 Thread Pravin Shelar
On Tue, Oct 17, 2017 at 12:36 AM, 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/openvswitch/Makef

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

2017-10-17 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 +- net/openvswit