[ovs-dev] [PATCH] skiplist: Drop data comparison in skiplist_delete.

Ben Pfaff blp at ovn.org
Tue Feb 5 00:23:19 UTC 2019


On Tue, Jan 29, 2019 at 04:09:55PM +0300, Ilya Maximets wrote:
> Current version of 'skiplist_delete' uses data comparator to check
> if the node that we're removing exists on current level. i.e. our
> node 'x' is the next of update[i] on the level i.
> But it's enough to just check pointers for that purpose.

Thanks!  Applied to master.


More information about the dev mailing list