]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Add meter infrastructure
authorAndy Zhou <azhou@ovn.org>
Fri, 10 Nov 2017 20:09:42 +0000 (12:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Nov 2017 01:37:07 +0000 (10:37 +0900)
commit525014bedcf02536758c85a4a1953c95cfc91e21
treea5af29f888531a46399e77f4cbf63fdbf36adb3e
parent4e57184e4411b17898cdf17f4d8abe9966dcd0ac
openvswitch: Add meter infrastructure

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 <azhou@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/Makefile
net/openvswitch/datapath.c
net/openvswitch/datapath.h
net/openvswitch/meter.c [new file with mode: 0644]
net/openvswitch/meter.h [new file with mode: 0644]