Re: [ovs-dev] [PATCH v2 0/7] Userspace datapath performance improvements

2015-05-19 Thread Daniele Di Proietto
On 18/05/2015 23:41, "Pravin Shelar" wrote: >On Mon, May 18, 2015 at 10:47 AM, Daniele Di Proietto > wrote: >> This series contains different tweaks to improve the performance of the >> userspace datapath with DPDK ports. >> >> The first commits reduce the size of struct dp_packet to three >>cac

Re: [ovs-dev] [PATCH v2 0/7] Userspace datapath performance improvements

2015-05-18 Thread Pravin Shelar
On Mon, May 18, 2015 at 10:47 AM, Daniele Di Proietto wrote: > This series contains different tweaks to improve the performance of the > userspace datapath with DPDK ports. > > The first commits reduce the size of struct dp_packet to three cachelines > (two used by DPDK and one for our metadata).

[ovs-dev] [PATCH v2 0/7] Userspace datapath performance improvements

2015-05-18 Thread Daniele Di Proietto
This series contains different tweaks to improve the performance of the userspace datapath with DPDK ports. The first commits reduce the size of struct dp_packet to three cachelines (two used by DPDK and one for our metadata). I've put in also some style fixes for lib/dp-packet.h Then, a microopt