The following series adds Windows 10 build for the datapath and fixes some issues while compiling/building under the new toolset.
Alin Serdean (5): datapath-windows: Ignore VStudio 2015 temporary files datapath-windows: Add Windows 10 family to solution datapath-windows: Remove unused section from driver inf datapath-windows: Fix function prototypes datapath-windows: Conntrack disable type truncation warning datapath-windows/.gitignore | 2 + datapath-windows/Package/package.VcxProj | 32 ++++++++++++++++ datapath-windows/Package/package.VcxProj.user | 8 +++- datapath-windows/ovsext.sln | 18 ++++++++- datapath-windows/ovsext/Conntrack.c | 5 +++ datapath-windows/ovsext/PacketIO.c | 4 +- datapath-windows/ovsext/ovsext.inf | 1 - datapath-windows/ovsext/ovsext.vcxproj | 54 +++++++++++++++++++++++++++ datapath-windows/ovsext/ovsext.vcxproj.user | 8 +++- 9 files changed, 125 insertions(+), 7 deletions(-) -- 2.10.2.windows.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
