Re: [ovs-dev] [PATCH v5 1/3] dpif-netdev: use dpif_packet structure for packets

2014-06-20 Thread Pravin Shelar
On Fri, Jun 13, 2014 at 5:00 PM, Daniele Di Proietto wrote: > This commit introduces a new data structure used for receiving packets from > netdevs and passing them to dpifs. > The purpose of this change is to allow storing some private data for each > packet. The subsequent commits make use of it

[ovs-dev] [PATCH v5 1/3] dpif-netdev: use dpif_packet structure for packets

2014-06-13 Thread Daniele Di Proietto
This commit introduces a new data structure used for receiving packets from netdevs and passing them to dpifs. The purpose of this change is to allow storing some private data for each packet. The subsequent commits make use of it. Signed-off-by: Daniele Di Proietto --- lib/automake.mk