Re: [ovs-dev] [PATCH 1/7] dp-packet: Remove 'list' member.

2015-05-18 Thread Daniele Di Proietto
On 15/05/2015 20:50, "Pravin Shelar" wrote: >On Thu, Apr 23, 2015 at 11:39 AM, Daniele Di Proietto > wrote: >> The 'list' member is only used (two users) in the slow path. >> This commit removes it to reduce the struct size >> >> Signed-off-by: Daniele Di Proietto >> --- >> lib/dp-packet.c

Re: [ovs-dev] [PATCH 1/7] dp-packet: Remove 'list' member.

2015-05-15 Thread Pravin Shelar
On Thu, Apr 23, 2015 at 11:39 AM, Daniele Di Proietto wrote: > The 'list' member is only used (two users) in the slow path. > This commit removes it to reduce the struct size > > Signed-off-by: Daniele Di Proietto > --- > lib/dp-packet.c| 13 - > lib/dp-packet.h| 8 -

[ovs-dev] [PATCH 1/7] dp-packet: Remove 'list' member.

2015-04-23 Thread Daniele Di Proietto
The 'list' member is only used (two users) in the slow path. This commit removes it to reduce the struct size Signed-off-by: Daniele Di Proietto --- lib/dp-packet.c| 13 - lib/dp-packet.h| 8 lib/netdev-dummy.c | 50 ++