Re: [ovs-dev] [DPDK:patch_v5 0/8] Userspace Datapath: Introduce NAT support.

2017-02-15 Thread Flavio Leitner
On Wed, Feb 08, 2017 at 12:17:53AM -0800, Darrell Ball wrote: > This patch series introduces NAT support for the userspace datapath. Thanks a lot for this work, nice. I did a quick look at the patches and provided feedback on the easier ones, but I plan to go over the long ones too. > The per

[ovs-dev] [DPDK:patch_v5 0/8] Userspace Datapath: Introduce NAT support.

2017-02-08 Thread Darrell Ball
This patch series introduces NAT support for the userspace datapath. 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 be further optimized, if the need becomes