Re: [ovs-dev] [PATCH] datapath-windows: Fix broken build

2015-12-10 Thread Alin Serdean
Oops. I did not saw patch: https://patchwork.ozlabs.org/patch/554961/. This patch can be dropped. > -Mesaj original- > De la: Alin Serdean > Trimis: Thursday, December 10, 2015 6:03 PM > Către: dev@openvswitch.org > Cc: Alessandro Pilotti ; Alin Serdean > > Subiect: [PATCH] datapath-wind

[ovs-dev] [PATCH] datapath-windows: Fix broken build

2015-12-10 Thread Alin Serdean
Fix broken compilation in Debug/Release versions introduced by commit 4ac0645. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/Actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapath-windows/ovsext/Actions.c b/datapath-windows/ovsext/Actions.c inde

Re: [ovs-dev] [PATCH] datapath-windows: Fix broken build on branch 2.4

2015-09-29 Thread Ben Pfaff
On Tue, Sep 22, 2015 at 07:35:43PM +, Alin Serdean wrote: > Change variable name to fix compiling. > > Signed-off-by: Alin Gabriel Serdean > --- > This patch is intended only for the branch-2.4 Applied, thanks! ___ dev mailing list dev@openvswitch.

Re: [ovs-dev] [PATCH] datapath-windows: Fix broken build on branch 2.4

2015-09-22 Thread Nithin Raju
Acked-by: Nithin Raju > On Sep 22, 2015, at 12:35 PM, Alin Serdean > wrote: > > Change variable name to fix compiling. > > Signed-off-by: Alin Gabriel Serdean > --- > This patch is intended only for the branch-2.4 > --- > datapath-windows/ovsext/Flow.c | 10 +- > 1 file changed, 5 ins

[ovs-dev] [PATCH] datapath-windows: Fix broken build on branch 2.4

2015-09-22 Thread Alin Serdean
Change variable name to fix compiling. Signed-off-by: Alin Gabriel Serdean --- This patch is intended only for the branch-2.4 --- datapath-windows/ovsext/Flow.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/datapath-windows/ovsext/Flow.c b/datapath-windows/ovsext