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