Re: [dpdk-dev] [PATCH] dpdk-kmods: nvme support for netuio on Windows

2021-02-10 Thread Nick Connolly
Hi Harini, As discussed - attaching zip file with images showing the NVMe device being attached under netuio management and the output from the spdk identify command. Thanks, Nick On 25/01/2021 17:39, Nick Connolly wrote: Enable the netuio driver for an NVMe storage controller on Windows. A

[dpdk-dev] [PATCH] dpdk-kmods: nvme support for netuio on Windows

2021-01-25 Thread Nick Connolly
Enable the netuio driver for an NVMe storage controller on Windows. Add the class ID 010802 and identify the device as 'netuio NVM Express Controller'. Signed-off-by: Nick Connolly --- windows/netuio/netuio.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/netuio/netuio.inf b/wi