DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] dpdk-kmods/windows: Add Intel 40GbE Ethernet adapter device IDs to netuio INF
@ 2021-02-02  0:49 Pallavi Kadam
  2021-02-09 20:02 ` Narcisa Ana Maria Vasile
  0 siblings, 1 reply; 3+ messages in thread
From: Pallavi Kadam @ 2021-02-02  0:49 UTC (permalink / raw)
  To: dev, thomas; +Cc: dmitry.kozliuk, navasile, ranjit.menon, pallavi.kadam

Add Intel 40GbE Ethernet adapter device IDs to netuio inf file
in order to enable them on Windows.

Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
Reviewed-by: Ranjit Menon <ranjit.menon@intel.com>
---
 windows/netuio/netuio.inf | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/windows/netuio/netuio.inf b/windows/netuio/netuio.inf
index 7121a0f..666a69c 100644
--- a/windows/netuio/netuio.inf
+++ b/windows/netuio/netuio.inf
@@ -28,6 +28,20 @@ HKR,,Icon,,-5
 
 [Standard.NT$ARCH$]
 %netuio.DeviceDesc%=netuio_Device, Root\netuio
+%Intel.F1572.Description%=netuio_Device, PCI\VEN_8086&DEV_1572
+%Intel.F1580.Description%=netuio_Device, PCI\VEN_8086&DEV_1580
+%Intel.F1581.Description%=netuio_Device, PCI\VEN_8086&DEV_1581
+%Intel.F1583.Description%=netuio_Device, PCI\VEN_8086&DEV_1583
+%Intel.F1584.Description%=netuio_Device, PCI\VEN_8086&DEV_1584
+%Intel.F1585.Description%=netuio_Device, PCI\VEN_8086&DEV_1585
+%Intel.F1586.Description%=netuio_Device, PCI\VEN_8086&DEV_1586
+%Intel.F1589.Description%=netuio_Device, PCI\VEN_8086&DEV_1589
+%Intel.F158A.SFP28.Description%=netuio_Device, PCI\VEN_8086&DEV_158A
+%Intel.F158B.SFP28.Description%=netuio_Device, PCI\VEN_8086&DEV_158B
+%Intel.F15FF.Description%=netuio_Device, PCI\VEN_8086&DEV_15FF
+%Intel.F101F.Description%=netuio_Device, PCI\VEN_8086&DEV_101F
+%Intel.F104F.Description%=netuio_Device, PCI\VEN_8086&DEV_104F
+%Intel.F104E.Description%=netuio_Device, PCI\VEN_8086&DEV_104E
 
 [netuio_Device.NT]
 CopyFiles=Drivers_Dir
@@ -71,6 +85,20 @@ Provider = "Vendor"
 ClassName = "Windows UIO"
 DiskName = "DPDK netUIO Installation Disk"
 netuio.DeviceDesc = "netuio Device"
+Intel.F1572.Description = "Intel(R) Ethernet Controller X710 for 10GbE SFP+"
+Intel.F1580.Description = "Intel(R) Ethernet Controller XL710 for 40GbE backplane"
+Intel.F1581.Description = "Intel(R) Ethernet Controller X710 for 10GbE backplane"
+Intel.F1583.Description = "Intel(R) Ethernet Converged Network Adapter XL710-Q2"
+Intel.F1584.Description = "Intel(R) Ethernet Controller XL710 for 40GbE QSFP+"
+Intel.F1585.Description = "Intel(R) Ethernet Controller XL710 for 10GbE QSFP+"
+Intel.F1586.Description = "Intel(R) Ethernet Controller X710 for 10GBASE-T"
+Intel.F1589.Description = "Intel(R) Ethernet Converged Network Adapter X710-T"
+Intel.F158A.SFP28.Description = "Intel(R) Ethernet Controller XXV710 for 25GbE backplane"
+Intel.F158B.SFP28.Description = "Intel(R) Ethernet Controller XXV710 for 25GbE SFP28"
+Intel.F15FF.Description = "Intel(R) Ethernet Controller X710 for 10GBASE-T"
+Intel.F101F.Description = "Intel(R) Ethernet Controller V710 for 5GBASE-T"
+Intel.F104F.Description = "Intel(R) Ethernet Controller X710 for 10 Gigabit backplane"
+Intel.F104E.Description = "Intel(R) Ethernet Controller X710 for 10 Gigabit SFP+"
 netuio.SVCDESC = "netuio Service"
 
 [DMAr.reg]
-- 
2.18.0.windows.1


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

end of thread, other threads:[~2021-02-15 11:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02  0:49 [dpdk-dev] [PATCH] dpdk-kmods/windows: Add Intel 40GbE Ethernet adapter device IDs to netuio INF Pallavi Kadam
2021-02-09 20:02 ` Narcisa Ana Maria Vasile
2021-02-15 11:26   ` 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).