This patchset adds generic policer functions and ingress_policing functionality to OVS with DPDK.
Patch 1 introduces generic policer functions to avoid code duplication when processing either ingress or egress traffic with a policer. Patch 2 adds ingress policing functionality and details to OVS with DPDK. This patch depends on the changes introduced in patch 1. [PATCH 1/2] netdev-dpdk: Add generic policer functions. [PATCH 2/2] netdev-dpdk.c: Add ingress-policing functionality. INSTALL.DPDK.md | 19 ++++++++++ NEWS | 1 + lib/netdev-dpdk.c | 233 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------- vswitchd/vswitch.xml | 4 +-- 4 files changed, 222 insertions(+), 35 deletions(-) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev