Re: [ovs-dev] [DPDK:patch_v5 3/8] Remove batch sorting in userspace conntrack.

2017-02-15 Thread Flavio Leitner
On Wed, Feb 08, 2017 at 12:17:56AM -0800, Darrell Ball wrote: > Signed-off-by: Darrell Ball I miss a comment to why this patch is needed. Thanks Flavio > --- > lib/conntrack.c | 49 ++--- > 1 file changed, 10 insertions(+), 39

[ovs-dev] [DPDK:patch_v5 3/8] Remove batch sorting in userspace conntrack.

2017-02-08 Thread Darrell Ball
Signed-off-by: Darrell Ball --- lib/conntrack.c | 49 ++--- 1 file changed, 10 insertions(+), 39 deletions(-) diff --git a/lib/conntrack.c b/lib/conntrack.c index 0a611a2..ee515a0 100644 --- a/lib/conntrack.c +++ b/lib/conntrack.c @@