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 kernel datapath so far does not support Openflow meter action.
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 first stab at adding kernel datapath meter suppor
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 implementation supports only drop band type.
>
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/openvswitch/Makefi
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