[ovs-git] [openvswitch/ovs] 885648: datapath-windows: Wrong cleanup of newly created m...

GitHub noreply at github.com
Wed Jun 24 18:00:04 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 885648d972f3d85c55cfb89e32773f1460bfe7ea
      https://github.com/openvswitch/ovs/commit/885648d972f3d85c55cfb89e32773f1460bfe7ea
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-06-24 (Wed, 24 Jun 2015)

  Changed paths:
    M datapath-windows/ovsext/BufferMgmt.c

  Log Message:
  -----------
  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 at cloudbasesolutions.com>
Reported-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/87
Acked-by: Nithin Raju <nithin at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list