Re: [ovs-dev] [patch v2 0/5] conntrack: Optimize and refactor.

2018-12-10 Thread Ben Pfaff
On Mon, Dec 10, 2018 at 03:34:05PM -0800, Ben Pfaff wrote: > Do you think you could post a v3 with Aaron's comments accounted for? Oh, never mind, I see v3. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [patch v2 0/5] conntrack: Optimize and refactor.

2018-12-10 Thread Ben Pfaff
Do you think you could post a v3 with Aaron's comments accounted for? Thanks, Ben. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [patch v2 0/5] conntrack: Optimize and refactor.

2018-11-28 Thread Darrell Ball
Patch 1 is not an optimization per se, but aimed at eliminating the exporting of internal conntrack infra. Patch 2 Add RCU support. This is mainly done for performance reasons, but also simplifies the code. Patch 3 Moves the conntrack entry locking to the L4 protocol specific layers. This is