Re: [ovs-dev] [PATCH] bfd: Clarify the BFD diagnostic.

2014-08-14 Thread Bruce Davie
Looks good, thanks. Bruce On Aug 14, 2014, at 11:02 AM, Alex Wang wrote: > This commit adds more explanation for the bfd diagnostic and > bfd remote diagnostic in vswitch and vtep documentation. > > Requested-by:Bruce Davie > Signed-off-by: Alex Wang > --- > vswitchd/vswitch.xml | 10 +

[ovs-dev] [PATCH] vtep: add IP address configuration for bfd

2014-04-01 Thread Bruce Davie
The OVS implementation of BFD allows configuration of the source and destination IP addresses of BFD packets. This patch adds the same configuration option to the VTEP schema. Signed-off-by: Bruce Davie --- vtep/vtep.xml | 10 ++ 1 file changed, 10 insertions(+) diff --git a/vtep

[ovs-dev] [PATCH] vtep: clean up whitespace

2014-05-01 Thread Bruce Davie
Signed-off-by: Bruce Davie --- vtep/vtep.ovsschema | 104 - vtep/vtep.xml | 218 ++-- 2 files changed, 161 insertions(+), 161 deletions(-) diff --git a/vtep/vtep.ovsschema b/vtep/vtep.ovsschema index 4a25f2f..94494ab

Re: [ovs-dev] [PATCH] vtep: Update vtep schema with tunnel table

2014-05-07 Thread Bruce Davie
Ben, Thanks for the review. We have not yet tested any implementations of BFD on VTEPs, so I’m not too worried about backward compatibility. We discovered the need for this change to BFD in the schema when looking at how we would configure BFD tunnels terminating on several VTEPs managed by a

[ovs-dev] [PATCH] vtep: add ACLs to VTEP schema

2015-08-25 Thread Bruce Davie
Two new tables are added to the VTEP schema, for ACL entries and ACLs (which are groups of entries). The physical port table is modified to allow ACLs to be associated with ports, and the logical router table is modified to allow ACLs to be attached to logical router ports. Signed-off-by: Bruce

Re: [ovs-dev] [PATCH] vtep: add ACLs to VTEP schema

2015-08-26 Thread Bruce Davie
d to allow ACLs to be attached to logical router ports. > > Signed-off-by: Bruce Davie ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] vtep: add ACLs to VTEP schema

2015-09-12 Thread Bruce Davie
> On Sep 10, 2015, at 3:07 PM, Justin Pettit wrote: > > >> On Aug 25, 2015, at 1:03 PM, Bruce Davie wrote: >> >> diff --git a/vtep/vtep.xml b/vtep/vtep.xml >> index ff8d0fe..a554dcf 100644 >> --- a/vtep/vtep.xml >

[ovs-dev] [PATCH v2 0/3] Add ACLs to VTEP schema

2015-10-01 Thread Bruce Davie
v1 -> v2: split typos into separate patch; document VLAN zero meaning for VLAN bindings and statistics; update VTEP ACL documentation in response to Justin's review Bruce Davie (3): vtep: fix typos vtep: Document the meaning of VLAN zero for vlan_bindings vtep: add ACLs to VTE

[ovs-dev] [PATCH v2 3/3] vtep: add ACLs to VTEP schema

2015-10-01 Thread Bruce Davie
Two new tables are added to the VTEP schema, for ACL entries and ACLs (which are groups of entries). The physical port table is modified to allow ACLs to be associated with ports, and the logical router table is modified to allow ACLs to be attached to logical router ports. Signed-off-by: Bruce

[ovs-dev] [PATCH v2 1/3] vtep: fix typos

2015-10-01 Thread Bruce Davie
Correct a number of typos in vtep.xml Signed-off-by: Bruce Davie --- vtep/vtep.xml | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vtep/vtep.xml b/vtep/vtep.xml index ff8d0fe..0450999 100644 --- a/vtep/vtep.xml +++ b/vtep/vtep.xml @@ -367,7 +367,7

[ovs-dev] [PATCH v2 2/3] vtep: Document the meaning of VLAN zero for vlan_bindings

2015-10-01 Thread Bruce Davie
The meaning of a value of zero in the VLAN field when mapping pairs to logical switches had not previously been specified in the VTEP schema. It is now clarified that a value of zero refers to untagged traffic. Signed-off-by: Bruce Davie --- vtep/vtep.xml | 7 +-- 1 file changed, 5

[ovs-dev] [PATCH] ovn: Fix a typo in ovn-northd documentation

2016-03-29 Thread Bruce Davie
Signed-off-by: Bruce Davie --- ovn/northd/ovn-northd.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml index 7954e22..743c939 100644 --- a/ovn/northd/ovn-northd.8.xml +++ b/ovn/northd/ovn-northd.8.xml @@ -36,7

Re: [ovs-dev] [PATCH] vtep: add source node replication support.

2016-04-15 Thread Bruce Davie
Darrell, Thanks for taking this on, we’ve known for a while that this should have been cleaned up. I have a few comments and questions. First, who decides what mode a switch is in? In most, if not all fields, either the VTEP or the controller is expected to write the value. In this case, so

Re: [ovs-dev] [PATCH] vtep: add source node replication support.

2016-04-15 Thread Bruce Davie
Good, sounds like we’re in sync. One other thing I noticed belatedly. The file vtep.ovsschema has two entries for version: line 3: "version": "1.1.0”, and line 310: "version": “1.5.1" I don’t think this is what we want. Line 3 should not have been added. And since this modification adds a col

Re: [ovs-dev] [patch_v3] vtep: add source node replication support.

2016-04-26 Thread Bruce Davie
Darrell, I don’t think you can handle the error of unsupported replication mode the way it is described here: + +Indicates that the requested source node replication mode cannot be +supported by the physical switch; this specifically means in this +context that the

Re: [ovs-dev] [patch_v6] vtep: add source node replication support.

2016-04-27 Thread Bruce Davie
node > as that was the only mode previously supported. Source node replication > mode is optionally configurable and resetting the replication mode implicitly > sets the replication mode back to a default of service node. > > Signed-off-by: Dar

Re: [ovs-dev] [patch_v10] vtep: add source node replication support.

2016-05-09 Thread Bruce Davie
replication mode is optionally > configurable and clearing the replication mode implicitly sets the > replication mode back to a default of service node. Signed-off-by: Darrell > Ball I’m happy with the latest version of the patch. Acked-by: Bruce Davie __

Re: [ovs-dev] [PATCH] vtep: Make stats and status columns ephemeral.

2015-10-14 Thread Bruce Davie
I'm happy with this. Bruce > On Oct 14, 2015, at 1:59 AM, Justin Pettit wrote: > > These fields don't need to be stored, and it causes a lot of unnecessary > writes to the database log. > > This commit also fixes a couple of trivial indentation issues with > previous ephemeral declarations. >

Re: [ovs-dev] [PATCH] HW VTEP Schema: update Tunnel table definition

2015-11-16 Thread Bruce Davie
vtep/vtep.xml : Tunnel table definitions were reviewed against latest OVS schema. Relevant changes taken into HW VTEP schema. XML formatting of Tunnel table corrected Signed-off-by: Ariel Tubaltsev http://openvswitch.org/mailman/listinfo/dev>> Looks good to me. Bruce

Re: [ovs-dev] [PATCH] HW VTEP Schema: update Tunnel table definition

2015-11-19 Thread Bruce Davie
Yes. Acked-by: Bruce Davie > On Nov 19, 2015, at 1:58 PM, Russell Bryant wrote: > > On 11/16/2015 02:06 PM, Bruce Davie wrote: >> vtep/vtep.xml : Tunnel table definitions were reviewed against >> latest OVS schema. >> Relevant changes taken into HW VTEP schema.

Re: [ovs-dev] [PATCH] vtep/vtep.xml - formatting

2015-11-24 Thread Bruce Davie
Looks fine to me. Acked-by: Bruce Davie > On Nov 20, 2015, at 2:09 PM, Ariel Tubaltsev wrote: > > We continue to review HW VTEP schema > This patch contains only cosmetical changes, to separate it from > semantical changes > > Signed-off-by: Ariel Tubaltsev >

[ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-24 Thread Bruce Davie
A number of new key-value pairs have been added to the bfd and bfd_status columns of the OVS schema since the VTEP schema was created. To aid interoperability between OVS instances and VTEPs, this patch brings the VTEP schema into line with that of OVS. Signed-off-by: Bruce Davie --- vtep

Re: [ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-24 Thread Bruce Davie
s what the + remote endpoint's BFD session thinks is wrong Looks like a missing period. Would you like to update my vtep.xml patch with these improvements? Bruce On Oct 24, 2013, at 9:57 AM, Ben Pfaff wrote: > On Thu, Oct 24, 2013 at 09:53:19AM -0700, Ben Pfaff wrote: >&

Re: [ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-29 Thread Bruce Davie
his patch brings > the VTEP schema into line with that of OVS. > > CC: Bruce Davie > Signed-off-by: Ben Pfaff > --- > vtep/vtep.xml | 178 - > 1 file changed, 127 insertions(+), 51 deletions(-) > > diff --git a/v

[ovs-dev] [PATCH] vtep: add fault notifications to physical switch and ports

2013-11-01 Thread Bruce Davie
Add a "switch_fault" and "port_fault" column to the appropriate tables in the VTEP schema. Signed-off-by: Bruce Davie --- vtep/vtep.ovsschema | 16 vtep/vtep.xml | 48 ++-- 2 files changed, 58 insertions(+),

Re: [ovs-dev] [PATCH 1/3] Add support for dec_mpls_ttl action

2013-03-06 Thread Bruce Davie
The processing for MPLS TTL is somewhat complex compared to IP, because there are a few different options for what is acceptable when pushing and popping labels. However, one thing that DOES carry forward straightforwardly from IP is that if the TTL reaches zero, the packet MUST be discarded. Th

[ovs-dev] [PATCH] vtep: add "Arp_sources" tables

2013-11-25 Thread Bruce Davie
Add two new tables to the VTEP schema in support of distributed L3. Each table contains MAC addresses to be used by VTEPs (both hardware and software) when issuing ARP requests on behalf of a logical router. Signed-off-by: Bruce Davie --- vtep/vtep.ovsschema | 18 -- vtep

Re: [ovs-dev] [PATCH] vtep: add "Arp_sources" tables

2013-12-16 Thread Bruce Davie
On Dec 16, 2013, at 9:28 AM, Ben Pfaff wrote: > On Mon, Nov 25, 2013 at 08:19:50AM -0800, Bruce Davie wrote: >> Add two new tables to the VTEP schema in support of distributed L3. >> Each table contains MAC addresses to be used by VTEPs (both hardware >> and software) when

[ovs-dev] [PATCH] ovsdb-client: Fix bugs in man page

2012-06-05 Thread Bruce Davie
In commit 53ffefe9 (ovsdb-client: Make "server" and "database" arguments optional.), two errors were introduced. "list-columns" appeared twice in the list of commands, the first instance should be "list-tables". "monitor" command now lists