Re: [ovs-dev] [patch v8] conntrack: Add rcu support.

2019-05-09 Thread Darrell Ball
I sent a V9 with the following change: v9: Add missed mutable fields: mark and label. Added locking for these fields. On Wed, May 8, 2019 at 1:22 PM Darrell Ball wrote: > For performance and code simplification reasons, add rcu support for > conntrack. The array of hmaps is replaced by a

[ovs-dev] [patch v8] conntrack: Add rcu support.

2019-05-08 Thread Darrell Ball
For performance and code simplification reasons, add rcu support for conntrack. The array of hmaps is replaced by a cmap as part of this conversion. Using a single map also simplifies the handling of NAT and allows the removal of the nat_conn map and friends. Per connection entry locks are