Re: [ovs-dev] [PATCH 6/8] dp-packet: Add private data

2016-01-21 Thread Jesse Gross
On Sun, Jan 10, 2016 at 11:18 PM, Pravin B Shelar wrote: > This scratchpad can be used by any layer to keep private data. > STT will use it for TCP reassembly state. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross ___ dev mailing list dev@ope

[ovs-dev] [PATCH 6/8] dp-packet: Add private data

2016-01-10 Thread Pravin B Shelar
This scratchpad can be used by any layer to keep private data. STT will use it for TCP reassembly state. Signed-off-by: Pravin B Shelar --- lib/dp-packet.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/dp-packet.h b/lib/dp-packet.h index 5044ce0..a24ea56 100644 --