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

2021-03-17 Thread Thomas Monjalon
17/03/2021 10:46, Nick Connolly: > Hi Thomas, > > > I don't understand why there is no review. > > > > Applied, thanks. > > Reviewed by the team at Microsoft who were happy, but looks like a > formal 'Acked-by' didn't get sent. To everybody working on Windows DPDK: It is good to have meetings,

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

2021-03-17 Thread Nick Connolly
Hi Thomas, I don't understand why there is no review. Applied, thanks. Reviewed by the team at Microsoft who were happy, but looks like a formal 'Acked-by' didn't get sent. Thanks, Nick

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

2021-03-17 Thread Thomas Monjalon
23/02/2021 18:35, 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 I don't understand why there is no review. Applied, thanks.

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

2021-02-23 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 --- v2: * rebase to latest netuio.inf windows/netuio/netuio.inf | 2 ++ 1 file changed, 2 insertions(+) diff --g