Re: [ovs-dev] [PATCH 2/5] datapath-windows: Correctly link newly allocated NBL

2015-05-07 Thread Nithin Raju
> On May 6, 2015, at 11:57 PM, Sorin Vinturis > wrote: > > Hi Nithin, > > Thanks for your review on my two patches. Please ignore the fourth patch in > series, ' [PATCH 4/5] datapath-windows: Multiple NBLs support for userspace > forwarded packets', because it considers that OvsTcpSegmentNBL

Re: [ovs-dev] [PATCH 2/5] datapath-windows: Correctly link newly allocated NBL

2015-05-06 Thread Sorin Vinturis
ev] [PATCH 2/5] datapath-windows: Correctly link newly allocated NBL > On Apr 23, 2015, at 2:05 PM, Sorin Vinturis > wrote: > > OvsPartialCopyToMultipleNBLs function failed to correctly link the > newly created NBL with single NB to the multiple NBLs list. > > Sign

Re: [ovs-dev] [PATCH 2/5] datapath-windows: Correctly link newly allocated NBL

2015-05-06 Thread Nithin Raju
> On Apr 23, 2015, at 2:05 PM, Sorin Vinturis > wrote: > > OvsPartialCopyToMultipleNBLs function failed to correctly link the newly > created NBL with single NB to the multiple NBLs list. > > Signed-off-by: Sorin Vinturis > Co-authored-by: Alin Gabriel Serdean Acked-by: Nithin Raju ___

[ovs-dev] [PATCH 2/5] datapath-windows: Correctly link newly allocated NBL

2015-04-23 Thread Sorin Vinturis
OvsPartialCopyToMultipleNBLs function failed to correctly link the newly created NBL with single NB to the multiple NBLs list. Signed-off-by: Sorin Vinturis Co-authored-by: Alin Gabriel Serdean --- datapath-windows/ovsext/BufferMgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff