[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 uu

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 wrote: > > On Sat, May 14, 2016 at 11:57 AM, Ben Pfaff wrote: > >> On Wed, May 11, 2016 at 11:51:29AM -0700, Dennis Sam wrote: >> > Extend the Global table to allow for additional

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 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. > > > > Signed-off-by: De

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: > > > > Lets go with Dennis'

[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 --- vtep/vtep.ovsschema | 7 +-- vtep/vtep.xml | 8 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/vtep/vtep.ovsschema b

Re: [ovs-dev] OVSDB and initial monitor request

2016-03-02 Thread Dennis Sam
Thanks for confirming Ben, we will let the community know if this is reproducible. On Wed, Mar 2, 2016 at 4:53 PM, Ben Pfaff wrote: > On Wed, Mar 02, 2016 at 03:44:16PM -0800, Dennis Sam wrote: > > Is there a guaranteed that the response to an initial monitor request > will >

[ovs-dev] OVSDB and initial monitor request

2016-03-02 Thread Dennis Sam
Hi folks, Is there a guaranteed that the response to an initial monitor request will return in a single request object? In unit testing we have found it to be the case but during production testing we have a found a couple of cases where the monitor response contained only a subset of the data and

[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 Acked-by: Anupam Chanda --- AUTHORS | 1 + vtep/vtep.xml | 22 ++ 2 files changed, 23

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 wrote: > > > On Feb 22, 2016, at 4:15 PM, Dennis Sam wrote: > > In the title, there should be a space between "vtep:" and "Add". Sure,

[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 Acked-by: Anupam Chanda --- AUTHORS | 2 ++ vtep/vtep.xml | 22 ++ 2 files changed, 24

[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 a/vtep/vtep.xml b/vtep/vtep.xml