[dpdk-dev] [PATCH 0/2] dpdk-draft-windows X710-DA2 compatibility

2019-02-28 Thread Martin Birks
An effort was made to get dpdk working on Windows Server 2019 with an X710-DA2 card. This required the minimal changes as in the patches Martin Birks (2): kernel/windows: Added support for X710-DA2 to inf file. kernel/windows: set FILE_AUTOGENERATED_DEVICE_NAME to true so that SDDL

[dpdk-dev] [PATCH 1/2] kernel/windows: Added support for X710-DA2 to inf file.

2019-02-28 Thread Martin Birks
Signed-off-by: Martin Birks --- kernel/windows/netuio/netuio.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/windows/netuio/netuio.inf b/kernel/windows/netuio/netuio.inf index 0453b371a..cf7c71345 100644 --- a/kernel/windows/netuio/netuio.inf +++ b/kernel/windows/netuio

[dpdk-dev] [PATCH 2/2] kernel/windows: set FILE_AUTOGENERATED_DEVICE_NAME to true so that SDDL string can be set successfully. Fixes: 9087d5ff8375 ("doc: change the Windows UIO driver's default securi

2019-02-28 Thread Martin Birks
Signed-off-by: Martin Birks --- kernel/windows/netuio/netuio_dev.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kernel/windows/netuio/netuio_dev.c b/kernel/windows/netuio/netuio_dev.c index f5d41cb65..1f01e2324 100644 --- a/kernel/windows/netuio/netuio_dev.c +++ b/kernel/windows

[dpdk-dev] [PATCH 2/2] kernel/windows: set FILE_AUTOGENERATED_DEVICE_NAME to true so that SDDL string can be set successfully. Fixes: 9087d5ff8375 ("doc: change the Windows UIO driver's default securi

2019-02-28 Thread Martin Birks
--- kernel/windows/netuio/netuio_dev.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kernel/windows/netuio/netuio_dev.c b/kernel/windows/netuio/netuio_dev.c index f5d41cb65..1f01e2324 100644 --- a/kernel/windows/netuio/netuio_dev.c +++ b/kernel/windows/netuio/netuio_dev.c @@ -33,6 +33,9

[dpdk-dev] [PATCH 1/2] kernel/windows: Added support for X710-DA2 to inf file.

2019-02-28 Thread Martin Birks
--- kernel/windows/netuio/netuio.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/windows/netuio/netuio.inf b/kernel/windows/netuio/netuio.inf index 0453b371a..cf7c71345 100644 --- a/kernel/windows/netuio/netuio.inf +++ b/kernel/windows/netuio/netuio.inf @@ -55,6 +55,7 @@ DriverVer

[dpdk-dev] [PATCH 0/2] *** dpdk-draft-windows X710-DA2 compatibility ***

2019-02-28 Thread Martin Birks
*** An effort was made to get dpdk working on Windows Server 2019 with an X710-DA2 card. This required the minimal changes as in the patches. *** Martin Birks (2): kernel/windows: Added support for X710-DA2 to inf file. kernel/windows: set FILE_AUTOGENERATED_DEVICE_NAME to true so that