diff options
author | Andy Zhou <azhou@ovn.org> | 2017-11-10 12:09:42 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-13 10:37:07 +0900 |
commit | 96fbc13d7e770b542d2d1fcf700d0baadc6e8063 (patch) | |
tree | a5af29f888531a46399e77f4cbf63fdbf36adb3e /net/openvswitch/Makefile | |
parent | 9602c01e57f7b868d748c2ba2aef0efa64b71ffc (diff) | |
download | linux-stable-96fbc13d7e770b542d2d1fcf700d0baadc6e8063.tar.gz linux-stable-96fbc13d7e770b542d2d1fcf700d0baadc6e8063.tar.bz2 linux-stable-96fbc13d7e770b542d2d1fcf700d0baadc6e8063.zip |
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>
Diffstat (limited to 'net/openvswitch/Makefile')
-rw-r--r-- | net/openvswitch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 299f4476cf44..41109c326f3a 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -12,6 +12,7 @@ openvswitch-y := \ flow.o \ flow_netlink.o \ flow_table.o \ + meter.o \ vport.o \ vport-internal_dev.o \ vport-netdev.o |