Re: [ovs-dev] [PATCH] datapath-windows: Wrong cleanup of newly created multiple NBLs

2015-06-24 Thread Ben Pfaff
On Wed, Jun 24, 2015 at 10:56:55AM +, Sorin Vinturis wrote: > Bug found in OvsPartialCopyToMultipleNBLs function in the cleanup part of > the code. Before completing the current NBL (newNbl) the NEXT link for the > following NBL (firstNbl) was broken, instead of the current one (newNbl). > > T

Re: [ovs-dev] [PATCH] datapath-windows: Wrong cleanup of newly created multiple NBLs

2015-06-24 Thread Nithin Raju
> On Jun 24, 2015, at 3:56 AM, Sorin Vinturis > wrote: > > Bug found in OvsPartialCopyToMultipleNBLs function in the cleanup part of > the code. Before completing the current NBL (newNbl) the NEXT link for the > following NBL (firstNbl) was broken, instead of the current one (newNbl). > > This

[ovs-dev] [PATCH] datapath-windows: Wrong cleanup of newly created multiple NBLs

2015-06-24 Thread Sorin Vinturis
Bug found in OvsPartialCopyToMultipleNBLs function in the cleanup part of the code. Before completing the current NBL (newNbl) the NEXT link for the following NBL (firstNbl) was broken, instead of the current one (newNbl). This patch is to be applied both on master and on 2.4 branch. Signed-off-b