Re: [ovs-dev] [patch_v7 3/9] dpdk: Userspace Datapath: Introduce NAT Support.

2017-04-30 Thread Darrell Ball
On Sat, Apr 29, 2017 at 7:00 PM, Daniele Di Proietto wrote: > I took another look at the patch. I have a couple of minor comments > inline, but > it looks good to me in general. > > Thanks! > > 2017-03-24 2:15 GMT-07:00 Darrell Ball : > > This patch introduces NAT support for the userspace datap

Re: [ovs-dev] [patch_v7 3/9] dpdk: Userspace Datapath: Introduce NAT Support.

2017-04-29 Thread Daniele Di Proietto
I took another look at the patch. I have a couple of minor comments inline, but it looks good to me in general. Thanks! 2017-03-24 2:15 GMT-07:00 Darrell Ball : > This patch introduces NAT support for the userspace datapath. > Most conntrack module changes are in this patch, with the > exception

[ovs-dev] [patch_v7 3/9] dpdk: Userspace Datapath: Introduce NAT Support.

2017-03-24 Thread Darrell Ball
This patch introduces NAT support for the userspace datapath. Most conntrack module changes are in this patch, with the exception of icmp related handling and recent orig tuple support. The per packet scope of lookups for NAT and un_NAT is at the bucket level rather than global. One hash table is