Re: [ovs-dev] [PATCH v3 0/6] dpif-netdev: Combine CD and DFC patch for datapath refactor

2018-06-22 Thread O Mahony, Billy
I have replicated some of tests scenarios described below and confirm the performance improvements. I hope to get some time to review the code itself in the next week. Regards, Billy. > -Original Message- > From: Wang, Yipeng1 > Sent: Tuesday, May 15, 2018 5:13 PM > To:

[ovs-dev] [PATCH v3 0/6] dpif-netdev: Combine CD and DFC patch for datapath refactor

2018-05-15 Thread Yipeng Wang
This patch set is the V3 implementation to combine the CD and DFC design. Both patches intend to refactor datapath to avoid costly sequential subtable search. CD and DFC patch sets: CD: [PATCH v2 0/5] dpif-netdev: Cuckoo-Distributor implementation