]> git.proxmox.com Git - mirror_ovs.git/commit - datapath/Modules.mk
datapath: Add meter infrastructure
authorAndy Zhou <azhou@ovn.org>
Tue, 13 Feb 2018 23:48:24 +0000 (15:48 -0800)
committerPravin B Shelar <pshelar@ovn.org>
Tue, 13 Feb 2018 06:39:19 +0000 (22:39 -0800)
commit1cb5703965ef7b29cd0ce9cbdb32209fd8d3ee07
treecc330ef09e7be3c34c4be83c1573331a7a0cd6cb
parent8011eea7e1418d2c41e19c7127d727dc631848a4
datapath: Add meter infrastructure

Upstream commit:
    commit 96fbc13d7e770b542d2d1fcf700d0baadc6e8063
    Author: Andy Zhou <azhou@ovn.org>
    Date:   Fri Nov 10 12:09:42 2017 -0800

    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>
Added a compat layer fixup for nla_parse.
Added another compat fixup for ktime_get_ns.

Cc: Andy Zhou <azhou@ovn.org>
Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
acinclude.m4
datapath/Modules.mk
datapath/datapath.c
datapath/datapath.h
datapath/linux/compat/include/net/netlink.h
datapath/meter.c [new file with mode: 0644]
datapath/meter.h [new file with mode: 0644]