diff options
author | Andy Zhou <azhou@ovn.org> | 2017-11-10 12:09:43 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-13 10:37:07 +0900 |
commit | cd8a6c33693c1b89d2737ffdbf9611564e9ac907 (patch) | |
tree | 758c1ad7b4613b907669ee97f0a8c89d24763a05 /net/openvswitch/datapath.h | |
parent | 96fbc13d7e770b542d2d1fcf700d0baadc6e8063 (diff) | |
download | linux-stable-cd8a6c33693c1b89d2737ffdbf9611564e9ac907.tar.gz linux-stable-cd8a6c33693c1b89d2737ffdbf9611564e9ac907.tar.bz2 linux-stable-cd8a6c33693c1b89d2737ffdbf9611564e9ac907.zip |
openvswitch: Add meter action support
Implements OVS kernel meter action support.
Signed-off-by: Andy Zhou <azhou@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/datapath.h')
-rw-r--r-- | net/openvswitch/datapath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index 5d2997b42460..523d65526766 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h @@ -30,6 +30,7 @@ #include "conntrack.h" #include "flow.h" #include "flow_table.h" +#include "meter.h" #include "vport-internal_dev.h" #define DP_MAX_PORTS USHRT_MAX |