> -Original Message-
> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di
> Proietto
> Sent: Thursday, April 23, 2015 7:40 PM
> To: dev@openvswitch.org
> Subject: [ovs-dev] [PATCH 0/7] Userspace datapath performance improvements
>
> This s
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