Re: [ovs-dev] [PATCH RFC 1/2] netdev-dpif: Add metadata to dpif-packet.

2014-10-09 Thread Pravin Shelar
On Thu, Oct 9, 2014 at 10:57 AM, Jarno Rajahalme wrote: > Pravin, > > This patch did not work by itself, I applied the following incremental (some > of which are purely cosmetically, though) to make this pass the unit tests. > Also, please find some further comments below. > I did make check but

Re: [ovs-dev] [PATCH RFC 1/2] netdev-dpif: Add metadata to dpif-packet.

2014-10-09 Thread Jarno Rajahalme
Pravin, This patch did not work by itself, I applied the following incremental (some of which are purely cosmetically, though) to make this pass the unit tests. Also, please find some further comments below. With these: Acked-by: Jarno Rajahalme commit 502f8c94c11e1994b5f4a6e73aa865ee29642b

[ovs-dev] [PATCH RFC 1/2] netdev-dpif: Add metadata to dpif-packet.

2014-10-03 Thread Pravin B Shelar
Today dpif-netdev has single metadat for given batch, since one batch belongs to one port, but soon packets fro single tunnel ports can belong to different ports, so we need to have per packet metadata. Signed-off-by: Pravin B Shelar --- lib/dpif-netdev.c| 68