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

2016-04-11 Thread Ben Pfaff
> > > 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 > > I don't understand why indexes have string names. It seems like kind > > of a curious design. Why isn't

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

2016-04-06 Thread Rodriguez Betancourt, Esteban
> From: Ben Pfaff [mailto:b...@ovn.org] > Sent: martes, 22 de marzo de 2016 14:55 > To: Rodriguez Betancourt, Esteban > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH 3/5] ovsdb-idl: IDL Compound Indexes > Implementation > > On Wed, Mar 09, 2016 at 12:

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

2016-03-22 Thread Ben Pfaff
On Wed, Mar 09, 2016 at 12:03:54AM +, 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 Until now, ovsdb-idl.h has been divided into se

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

2016-03-08 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 | 3 + lib/ovsdb-idl.c | 378 +++ lib/ovsdb-idl.h