datapath-windows: Wrong cleanup of newly created multiple NBLs
authorSorin Vinturis <svinturis@cloudbasesolutions.com>
Wed, 24 Jun 2015 10:56:55 +0000 (10:56 +0000)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Jun 2015 18:00:15 +0000 (11:00 -0700)
commit5d75419f72cf6a3c6c958f7dc5d225acc6021fe0
treecd0fb555553ac9b2d034281caaf90c3961bb3508
parentcecc36ef103627fb7fe53d235522a8c0fdad7a61
datapath-windows: Wrong cleanup of newly created multiple NBLs

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).

Signed-off-by: Sorin Vinturis <svinturis@cloudbasesolutions.com>
Reported-by: Sorin Vinturis <svinturis@cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/87
Acked-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
datapath-windows/ovsext/BufferMgmt.c