[ovs-dev] Coallescing of monitor notifications

2016-11-03 Thread Dennis Sam
Hi folks, After upgrading to 2.5.x, we noticed that monitor notifications can now coalesce multiple transactions. Can this be confirmed as new behaviour and that transactions are indeed being coalesced and not simply combined? Example 1: T0 Add A with uuid 0 T1 Del A with uuid 0 T2 Add B with

Re: [ovs-dev] [PATCH 1/1] Add other_config to Global table

2016-05-17 Thread Dennis Sam
Hi Ben, Any update of this patch? Thanks On Sat, May 14, 2016 at 10:05 PM, Dennis Sam <d...@arista.com> wrote: > > On Sat, May 14, 2016 at 11:57 AM, Ben Pfaff <b...@ovn.org> wrote: > >> On Wed, May 11, 2016 at 11:51:29AM -0700, Dennis Sam wrote: >> &

Re: [ovs-dev] [PATCH 1/1] Add other_config to Global table

2016-05-14 Thread Dennis Sam
On Sat, May 14, 2016 at 11:57 AM, Ben Pfaff <b...@ovn.org> wrote: > On Wed, May 11, 2016 at 11:51:29AM -0700, Dennis Sam wrote: > > Extend the Global table to allow for additional configurations by > re-using > > the idea of an other_config column. > > &g

Re: [ovs-dev] [PATCH] vtep: Introduce other_config column for the Global table.

2016-05-11 Thread Dennis Sam
Oh sorry, there was some co-ordination in terms of content but not it in terms of who was going to do it. :) On Wed, May 11, 2016 at 3:32 PM, Justin Pettit wrote: > > > On May 11, 2016, at 3:30 PM, Saurabh Shrivastava < > saurabh.shrivast...@nuagenetworks.net> wrote: > > > >

[ovs-dev] [PATCH 1/1] Add other_config to Global table

2016-05-11 Thread Dennis Sam
Extend the Global table to allow for additional configurations by re-using the idea of an other_config column. Signed-off-by: Dennis Sam <d...@arista.com> --- vtep/vtep.ovsschema | 7 +-- vtep/vtep.xml | 8 2 files changed, 13 insertions(+), 2 deletions(-) diff --git

[ovs-dev] [PATCH 1/1] vtep: Add error messages for logical router support

2016-02-23 Thread Dennis Sam
Documents error codes that a Hardware Switch Controller can publish to the NVC to indicate errors related to the provisioning of logical routers. Signed-off-by: Dennis Sam <d...@arista.com> Acked-by: Anupam Chanda <achan...@vmware.com> --- AUTHORS | 1 + vtep/v

Re: [ovs-dev] [PATCH 1/1] vtep:Add error messages for logical router support

2016-02-23 Thread Dennis Sam
Thanks for taking a look, I will send an updated patch in the afternoon. On Tue, Feb 23, 2016 at 10:02 AM, Justin Pettit <jpet...@ovn.org> wrote: > > > On Feb 22, 2016, at 4:15 PM, Dennis Sam <d...@arista.com> wrote: > > In the title, there should be a space betwe

[ovs-dev] [PATCH 1/1] vtep:Add error messages for logical router support

2016-02-22 Thread Dennis Sam
Documents error codes that a Hardware Switch Controller can publish to the NVC to indicate errors related to the provisioning of logical routers. Signed-off-by: Dennis Sam <d...@arista.com> Acked-by: Anupam Chanda <achan...@vmware.com> --- AUTHORS | 2 ++ vtep/v

[ovs-dev] [PATCH 1/1] vtep:Add error messages for logical router support

2016-02-22 Thread Dennis Sam
Documents error codes that a Hardware Switch Controller can publish to the NVC to indicate errors related to the provisioning of logical routers. Acked-by: Anupam Chanda --- Vtep/vtep.xml | 22 ++ 1 file changed, 22 insertions(+) diff --git