]> git.proxmox.com Git - mirror_ovs.git/commit
dpdk: Remove batch sorting in userspace conntrack.
authorDarrell Ball <dlu998@gmail.com>
Tue, 30 May 2017 17:49:26 +0000 (10:49 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 2 Jun 2017 23:40:00 +0000 (16:40 -0700)
commit61ce32b9b8aee5cdfb7ad59476374ed026928bb4
tree6e2a505dcff7ed259a0ea469048836e76f7b63e9
parent4cddb1f0d83729d9da5fd772f76edbb8d62cc4d1
dpdk: Remove batch sorting in userspace conntrack.

Packet batch sorting is removed for three reasons:

1) The following patches for NAT change the locking
    marshalling so batching loses benefit.

2) For real mixtures of flows either in hypervisors
   or gateways, the batch sorting won't provide benefit
   and will just be a tax.

3) Code clarity.

Signed-off-by: Darrell Ball <dlu998@gmail.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Acked-by: Daniele Di Proietto <diproiettod@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/conntrack.c