Re: [ovs-dev] [PATCH v5 0/3] Optimize conntrack performance

2018-06-24 Thread aserdean
> This patch series is primarily to refactor conntrack code for better throughput > with conntrack. > > With this patch series TCP throughput with conntrack increased by ~50%. > > Anand Kumar (3): > datapath-windows: Use spinlock instead of RW lock for ct entry > datapath-windows: Implement l

[ovs-dev] [PATCH v5 0/3] Optimize conntrack performance

2018-06-22 Thread Anand Kumar
This patch series is primarily to refactor conntrack code for better throughput with conntrack. With this patch series TCP throughput with conntrack increased by ~50%. Anand Kumar (3): datapath-windows: Use spinlock instead of RW lock for ct entry datapath-windows: Implement locking in conntr