Re: [ovs-dev] [PATCH 3/4 v4] ovsdb-idl: IDL Compound Indexes Implementation

2017-06-20 Thread Lance Richardson
> From: "Ben Pfaff" <b...@ovn.org> > To: "Rodriguez Betancourt, Esteban" <esteb...@hpe.com> > Cc: d...@openvswitch.org > Sent: Thursday, 2 February, 2017 12:33:24 PM > Subject: Re: [ovs-dev] [PATCH 3/4 v4] ovsdb-idl: IDL Compound Indexes > Impl

Re: [ovs-dev] [PATCH 3/4 v4] ovsdb-idl: IDL Compound Indexes Implementation

2017-02-02 Thread Ben Pfaff
On Wed, Dec 28, 2016 at 07:41:48PM +, Rodriguez Betancourt, Esteban wrote: > In the C IDL, allows to create multicolumn indexes in the > tables, that are keep synched with the data in the replica. > > Signed-off-by: Esteban Rodriguez Betancourt "git am" refuses to apply

[ovs-dev] [PATCH 3/4 v4] ovsdb-idl: IDL Compound Indexes Implementation

2016-12-28 Thread Rodriguez Betancourt, Esteban
In the C IDL, allows to create multicolumn indexes in the tables, that are keep synched with the data in the replica. Signed-off-by: Esteban Rodriguez Betancourt --- lib/ovsdb-idl-provider.h | 29 +++ lib/ovsdb-idl.c | 495