Re: [ovs-dev] [patch_v6 4/8] dpdk: Userspace Datapath: Introduce NAT Support.

2017-03-09 Thread Daniele Di Proietto
2017-03-09 10:21 GMT-08:00 Darrell Ball : > > > On 3/8/17, 6:14 PM, "ovs-dev-boun...@openvswitch.org on behalf of Daniele Di > Proietto" > wrote: > > 2017-02-16 0:47 GMT-08:00 Darrell Ball

Re: [ovs-dev] [patch_v6 4/8] dpdk: Userspace Datapath: Introduce NAT Support.

2017-03-09 Thread Darrell Ball
On 3/8/17, 6:14 PM, "ovs-dev-boun...@openvswitch.org on behalf of Daniele Di Proietto" wrote: 2017-02-16 0:47 GMT-08:00 Darrell Ball : > This patch introduces NAT support for the userspace datapath.

Re: [ovs-dev] [patch_v6 4/8] dpdk: Userspace Datapath: Introduce NAT Support.

2017-02-22 Thread Flavio Leitner
On Wed, Feb 22, 2017 at 04:29:09AM +, Darrell Ball wrote: > > > On 2/21/17, 1:12 PM, "ovs-dev-boun...@openvswitch.org on behalf of Flavio > Leitner" > wrote: > > On Thu, Feb 16, 2017 at 12:47:35AM -0800, Darrell Ball

Re: [ovs-dev] [patch_v6 4/8] dpdk: Userspace Datapath: Introduce NAT Support.

2017-02-21 Thread Darrell Ball
On 2/21/17, 1:12 PM, "ovs-dev-boun...@openvswitch.org on behalf of Flavio Leitner" wrote: On Thu, Feb 16, 2017 at 12:47:35AM -0800, Darrell Ball wrote: > This patch introduces NAT support for the userspace datapath. >

[ovs-dev] [patch_v6 4/8] dpdk: Userspace Datapath: Introduce NAT Support.

2017-02-16 Thread Darrell Ball
This patch introduces NAT support for the userspace datapath. The conntrack module changes are in this patch. The per packet scope of lookups for NAT and un_NAT is at the bucket level rather than global. One hash table is introduced to support create/delete handling. The create/delete events may