Re: [ovs-dev] [PATCH] datpath-windows: make PacketIO.c compilable with WDK8

2015-05-26 Thread Ben Pfaff
On Tue, May 26, 2015 at 02:54:57PM +, Alin Serdean wrote: > Will need this patch in the installer :) because I will bundle both of the > drivers. > > Acked-by: Alin Gabriel Serdean Applied, thanks Alin and Nithin! ___ dev mailing list dev@openvswi

Re: [ovs-dev] [PATCH] datpath-windows: make PacketIO.c compilable with WDK8

2015-05-26 Thread Alin Serdean
] [PATCH] datpath-windows: make PacketIO.c compilable with WDK8 There's some code in PacketIO.c that is supported in WDK 8.1 only. The variable declarations for that code must also be WDK 8.1 only. Signed-off-by: Nithin Raju --- datapath-windows/ovsext/PacketIO.c | 6 +- 1 file chang

[ovs-dev] [PATCH] datpath-windows: make PacketIO.c compilable with WDK8

2015-05-25 Thread Nithin Raju
There's some code in PacketIO.c that is supported in WDK 8.1 only. The variable declarations for that code must also be WDK 8.1 only. Signed-off-by: Nithin Raju --- datapath-windows/ovsext/PacketIO.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/datapath-windows/ovsext