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
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).
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