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>
Showing
- net/openvswitch/Makefile 1 addition, 0 deletionsnet/openvswitch/Makefile
- net/openvswitch/datapath.c 12 additions, 2 deletionsnet/openvswitch/datapath.c
- net/openvswitch/datapath.h 3 additions, 0 deletionsnet/openvswitch/datapath.h
- net/openvswitch/meter.c 604 additions, 0 deletionsnet/openvswitch/meter.c
- net/openvswitch/meter.h 54 additions, 0 deletionsnet/openvswitch/meter.h
Loading
Please register or sign in to comment