Re: [ovs-dev] [PATCH] dp-packet: use dp_packet_reset_offsets during initialisation

2015-12-01 Thread Ben Pfaff
On Tue, Dec 01, 2015 at 03:03:09PM +0900, Simon Horman wrote: > Use dp_packet_reset_offsets() in dp_packet_init__() to make it > clearer that initialisation includes a reset of packets > packets the same way as callers to dp_packet_reset_offsets() reset packets. > > Signed-off-by: Simon Horman T

Re: [ovs-dev] [PATCH] dp-packet: use dp_packet_reset_offsets during initialisation

2015-12-01 Thread Thadeu Lima de Souza Cascardo
On Tue, Dec 01, 2015 at 03:03:09PM +0900, Simon Horman wrote: > Use dp_packet_reset_offsets() in dp_packet_init__() to make it > clearer that initialisation includes a reset of packets > packets the same way as callers to dp_packet_reset_offsets() reset packets. > > Signed-off-by: Simon Horman >

[ovs-dev] [PATCH] dp-packet: use dp_packet_reset_offsets during initialisation

2015-11-30 Thread Simon Horman
Use dp_packet_reset_offsets() in dp_packet_init__() to make it clearer that initialisation includes a reset of packets packets the same way as callers to dp_packet_reset_offsets() reset packets. Signed-off-by: Simon Horman --- lib/dp-packet.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(