[ovs-dev] Add ingress policer functionality to OVS with DPDK.

Ian Stokes ian.stokes at intel.com
Wed Apr 13 14:48:10 UTC 2016


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(-)



More information about the dev mailing list