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

2014-06-23 Thread Daniele Di Proietto
On Jun 23, 2014, at 10:35 AM, Pravin Shelar wrote: > On Sun, Jun 22, 2014 at 5:30 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

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

2014-06-23 Thread Pravin Shelar
On Sun, Jun 22, 2014 at 5:30 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 v7 1/3] dpif-netdev: use dpif_packet structure for packets

2014-06-22 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