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

2016-05-24 Thread Ian Stokes
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

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

2016-05-16 Thread Stokes, Ian
v-boun...@openvswitch.org] On Behalf Of Ian Stokes > Sent: Tuesday, May 10, 2016 10:19 AM > To: dev@openvswitch.org > Subject: [ovs-dev] Add ingress policer functionality to OVS with DPDK. > > This v2 patchset adds generic policer functions and ingress_policing > functi

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

2016-05-10 Thread Ian Stokes
This v2 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-dev] Add ingress policer functionality to OVS with DPDK.

2016-04-13 Thread Ian Stokes
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