[ovs-dev] [PATCH v2] datapath-windows: Set isActivated flag only on success

2016-10-10 Thread Shashank Ram
@Switch.c: Modifies OvsActivateSwitch() function to mark the switch as activated only if the the status is success. The callers itself only call this method when the isActivated flag is unset. Signed-off-by: Shashank Ram --- datapath-windows/ovsext/Switch.c | 7 ++- 1 file changed, 2

[ovs-dev] [PATCH] datapath-windows: Set isActivated flag only on success

2016-10-10 Thread Shashank Ram
@Switch.c: Modifies OvsActivateSwitch() function to mark the switch as activated only if the the status is success. The callers itself only call this method when the isActivated flag is unset. Signed-off-by: Shashank Ram --- datapath-windows/ovsext/Switch.c | 7 ++- 1 file changed, 2

[ovs-dev] [PATCH] datapath_windows: Set isActivated flag only on success

2016-10-05 Thread Shashank Ram
@Switch.c: Modifies OvsActivateSwitch() function to mark the switch as activated only if the the status is success. The callers itself only call this method when the isActivated flag is unset. Signed-off-by: Shashank Ram --- datapath-windows/ovsext/Switch.c | 3 +-- 1 file changed, 1 insertion

Re: [ovs-dev] [PATCH v2] datapath-windows: Add define for last module number

2016-09-19 Thread Shashank Ram
Thanks Sai, latest patch should have this resolved. From: Sairam Venugopal Sent: Monday, September 19, 2016 3:55:19 PM To: Shashank Ram; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v2] datapath-windows: Add define for last module number Hi Shashank, Looks

[ovs-dev] [PATCH v3] datapath-windows: Add define for last module number

2016-09-19 Thread Shashank Ram
Adds a define for the last defined module number. Change-Id: I1ea9230317a849e911900cf69e96ed85a65d3a8c Signed-off-by: Shashank Ram --- datapath-windows/ovsext/Debug.c | 1 + datapath-windows/ovsext/Debug.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/datapath-windows

[ovs-dev] [PATCH v2] datapath-windows: Add define for last module number

2016-09-19 Thread Shashank Ram
Adds a define for the last defined module number. Change-Id: I1ea9230317a849e911900cf69e96ed85a65d3a8c Signed-off-by: Shashank Ram --- datapath-windows/ovsext/Debug.c | 1 + datapath-windows/ovsext/Debug.h | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datapath

[ovs-dev] [PATCH] datapath-windows: Add define for last module number

2016-09-19 Thread Shashank Ram
Adds a define for the last defined module number. Change-Id: Id3b278d261c982d407b123b6fded46758c3ebe88 Signed-off-by: Shashank Ram --- datapath-windows/ovsext/Debug.c | 1 + datapath-windows/ovsext/Debug.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/datapath-windows

[ovs-dev] [PATCH] datapath-windows: Add define for last module number

2016-09-15 Thread Shashank Ram
Adds a define for the last defined module number. Signed-off-by: Shashank Ram --- datapath-windows/ovsext/Debug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datapath-windows/ovsext/Debug.h b/datapath-windows/ovsext/Debug.h index 935f858..2175130 100644 --- a/datapath