Re: [ovs-dev] [PATCH v5 2/4] lib: skiplist implementation

2017-07-11 Thread Lance Richardson
"arnoldo lutz guevara" <arnoldo.lutz.guev...@hpe.com> > Sent: Tuesday, 11 July, 2017 4:18:46 PM > Subject: Re: [ovs-dev] [PATCH v5 2/4] lib: skiplist implementation > > On Sat, Jun 24, 2017 at 05:01:50PM -0400, Lance Richardson wrote: > > Skiplist implementation inte

Re: [ovs-dev] [PATCH v5 2/4] lib: skiplist implementation

2017-07-11 Thread Ben Pfaff
On Sat, Jun 24, 2017 at 05:01:50PM -0400, Lance Richardson wrote: > Skiplist implementation intended for use in the IDL compound indexes > feature. > > Signed-off-by: Esteban Rodriguez Betancourt > Co-authored-by: Lance Richardson > Signed-off-by: Lance

[ovs-dev] [PATCH v5 2/4] lib: skiplist implementation

2017-06-24 Thread Lance Richardson
Skiplist implementation intended for use in the IDL compound indexes feature. Signed-off-by: Esteban Rodriguez Betancourt Co-authored-by: Lance Richardson Signed-off-by: Lance Richardson --- v5: - Changed skiplist_node and skiplist