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

Ian Stokes ian.stokes at intel.com
Tue May 24 16:36:49 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.
v3: Rebase to master and minor adjustment to remove '__' suffix.

[PATCH 2/2] netdev-dpdk.c: Add ingress-policing functionality.
v3: Rebase to master and multiple changes, see patch for specific changes.

 INSTALL.DPDK.md      |  19 +++++++++++
 NEWS                 |   1 +
 lib/netdev-dpdk.c    | 213 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
 vswitchd/vswitch.xml |   4 +--
 4 files changed, 203 insertions(+), 34 deletions(-)



More information about the dev mailing list