Re: [ovs-dev] [patch_v6 2/8] dpdk: Parse NAT netlink for userspace datapath.

2017-03-08 Thread Ben Pfaff
On Thu, Feb 16, 2017 at 12:47:33AM -0800, Darrell Ball wrote: > Signed-off-by: Darrell Ball Here are some proposed changes as an incremental diff: diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 61704419f962..a7407e65958d 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -5168,1

Re: [ovs-dev] [patch_v6 2/8] dpdk: Parse NAT netlink for userspace datapath.

2017-02-21 Thread Flavio Leitner
On Thu, Feb 16, 2017 at 12:47:33AM -0800, Darrell Ball wrote: > Signed-off-by: Darrell Ball > --- Looks good to me. Acked-by: Flavio Leitner ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [patch_v6 2/8] dpdk: Parse NAT netlink for userspace datapath.

2017-02-16 Thread Darrell Ball
Signed-off-by: Darrell Ball --- lib/conntrack-private.h | 9 -- lib/conntrack.c | 3 +- lib/conntrack.h | 29 - lib/dpif-netdev.c | 83 +++-- tests/test-conntrack.c | 8 +++-- 5 files changed, 115 insertions