Re: [ovs-dev] [PATCH 2/3] vswitch.ovschema: Update schema to add new columns

2015-03-18 Thread Gray, Mark D
> On Mon, Mar 16, 2015 at 01:55:54PM +, Gray, Mark D wrote: > > > > > > > > > > I think ideally we would like to get to that stage (i.e. be able > > > > to tell that a datapath supports a particular port type). I can't > > > > think of a way off-hand to do that by probing. I think it would > >

Re: [ovs-dev] [PATCH 2/3] vswitch.ovschema: Update schema to add new columns

2015-03-17 Thread Ben Pfaff
On Mon, Mar 16, 2015 at 01:55:54PM +, Gray, Mark D wrote: > > > > > > > I think ideally we would like to get to that stage (i.e. be able to > > > tell that a datapath supports a particular port type). I can't think > > > of a way off-hand to do that by probing. I think it would have to be > >

Re: [ovs-dev] [PATCH 2/3] vswitch.ovschema: Update schema to add new columns

2015-03-16 Thread Ben Pfaff
On Mon, Mar 16, 2015 at 01:53:21PM +, Gray, Mark D wrote: > > > > > > > > I'm pretty reluctant to put in something that we know would have to > > > > be refined, given that refining it would either have to add > > > > duplicate information to the schema (e.g. some additional mapping > > > > fro

Re: [ovs-dev] [PATCH 2/3] vswitch.ovschema: Update schema to add new columns

2015-03-16 Thread Gray, Mark D
> > > > I think ideally we would like to get to that stage (i.e. be able to > > tell that a datapath supports a particular port type). I can't think > > of a way off-hand to do that by probing. I think it would have to be > > done by a list that could be modified by updating the code and recompili

Re: [ovs-dev] [PATCH 2/3] vswitch.ovschema: Update schema to add new columns

2015-03-16 Thread Gray, Mark D
> > > > > > I'm pretty reluctant to put in something that we know would have to > > > be refined, given that refining it would either have to add > > > duplicate information to the schema (e.g. some additional mapping > > > from datapath type to port > > > types) or be backward incompatible (e.g. d

Re: [ovs-dev] [PATCH 2/3] vswitch.ovschema: Update schema to add new columns

2015-03-09 Thread Ben Pfaff
On Mon, Mar 09, 2015 at 10:39:40PM +, Gray, Mark D wrote: > > > > On Mon, Mar 09, 2015 at 03:47:03PM +, Gray, Mark D wrote: > > > > > + > > > > > + > > > > > + > > > > > + This column reports the different dpifs registered with the > > system. > > > > > +

Re: [ovs-dev] [PATCH 2/3] vswitch.ovschema: Update schema to add new columns

2015-03-09 Thread Gray, Mark D
> > On Mon, Mar 09, 2015 at 03:47:03PM +, Gray, Mark D wrote: > > > > + > > > > + > > > > + > > > > + This column reports the different dpifs registered with the > system. > > > > + > > > > + > > > > + > > > > + > > > > + This c

Re: [ovs-dev] [PATCH 2/3] vswitch.ovschema: Update schema to add new columns

2015-03-09 Thread Ben Pfaff
On Mon, Mar 09, 2015 at 03:47:03PM +, Gray, Mark D wrote: > > > + > > > + > > > + > > > + This column reports the different dpifs registered with the > > > system. > > > + > > > + > > > + > > > + > > > + This column reports the

Re: [ovs-dev] [PATCH 2/3] vswitch.ovschema: Update schema to add new columns

2015-03-09 Thread Gray, Mark D
> -Original Message- > From: Ben Pfaff [mailto:b...@nicira.com] > On Fri, Mar 06, 2015 at 03:37:37PM +, Mark D. Gray wrote: > > From: "Mark D. Gray" > > > > datapath_types and port_types columns will allow an ovsdb client to > > determine the available datapath and port types on this i

Re: [ovs-dev] [PATCH 2/3] vswitch.ovschema: Update schema to add new columns

2015-03-06 Thread Ben Pfaff
On Fri, Mar 06, 2015 at 03:37:37PM +, Mark D. Gray wrote: > From: "Mark D. Gray" > > datapath_types and port_types columns will allow an > ovsdb client to determine the available datapath and port > types on this instance of ovs-vswitchd > > Signed-off-by: Mark D. Gray > Signed-off-by: Bill

[ovs-dev] [PATCH 2/3] vswitch.ovschema: Update schema to add new columns

2015-03-06 Thread Mark D. Gray
From: "Mark D. Gray" datapath_types and port_types columns will allow an ovsdb client to determine the available datapath and port types on this instance of ovs-vswitchd Signed-off-by: Mark D. Gray Signed-off-by: Billy O'Mahony --- vswitchd/automake.mk | 2 +- vswitchd/vswitch.ovsschem