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 17:59:57 +0000 (10:59 -0700)
commit885648d972f3d85c55cfb89e32773f1460bfe7ea
tree3cc2e13931a2ebe241ac72ad7f6b67b7991ed48c
parenta0cba5c2f1040a7708a2a795461e5b9285161f65
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