DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] dpdk-kmods: nvme support for netuio on Windows
@ 2021-01-25 17:39 Nick Connolly
  2021-02-10 16:48 ` Nick Connolly
  2021-02-23 17:35 ` [dpdk-dev] [PATCH v2] " Nick Connolly
  0 siblings, 2 replies; 6+ messages in thread
From: Nick Connolly @ 2021-01-25 17:39 UTC (permalink / raw)
  To: dmitry.kozliuk, navasile, pallavi.kadam, ranjit.menon, thomas
  Cc: dev, 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 <nick.connolly@mayadata.io>
---
 windows/netuio/netuio.inf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/windows/netuio/netuio.inf b/windows/netuio/netuio.inf
index 7121a0f..06d2d23 100644
--- a/windows/netuio/netuio.inf
+++ b/windows/netuio/netuio.inf
@@ -28,6 +28,7 @@ HKR,,Icon,,-5
 
 [Standard.NT$ARCH$]
 %netuio.DeviceDesc%=netuio_Device, Root\netuio
+%netuio.nvme.DeviceDesc%=netuio_Device, PCI\CC_010802
 
 [netuio_Device.NT]
 CopyFiles=Drivers_Dir
@@ -71,6 +72,7 @@ Provider = "Vendor"
 ClassName = "Windows UIO"
 DiskName = "DPDK netUIO Installation Disk"
 netuio.DeviceDesc = "netuio Device"
+netuio.nvme.DeviceDesc = "netuio NVM Express Controller"
 netuio.SVCDESC = "netuio Service"
 
 [DMAr.reg]
-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-03-17 10:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 17:39 [dpdk-dev] [PATCH] dpdk-kmods: nvme support for netuio on Windows Nick Connolly
2021-02-10 16:48 ` Nick Connolly
2021-02-23 17:35 ` [dpdk-dev] [PATCH v2] " Nick Connolly
2021-03-17  9:41   ` Thomas Monjalon
2021-03-17  9:46     ` Nick Connolly
2021-03-17 10:06       ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).