DPDK patches and discussions
 help / color / mirror / Atom feed
From: Pallavi Kadam <pallavi.kadam@intel.com>
To: dev@dpdk.org, thomas@monjalon.net
Cc: dmitry.kozliuk@gmail.com, navasile@linux.microsoft.com,
	ranjit.menon@intel.com, pallavi.kadam@intel.com
Subject: [dpdk-dev] [PATCH] dpdk-kmods/windows: Add Intel 40GbE Ethernet adapter device IDs to netuio INF
Date: Mon,  1 Feb 2021 16:49:58 -0800	[thread overview]
Message-ID: <20210202004958.9156-1-pallavi.kadam@intel.com> (raw)

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


             reply	other threads:[~2021-02-02  0:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-02  0:49 Pallavi Kadam [this message]
2021-02-09 20:02 ` Narcisa Ana Maria Vasile
2021-02-15 11:26   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210202004958.9156-1-pallavi.kadam@intel.com \
    --to=pallavi.kadam@intel.com \
    --cc=dev@dpdk.org \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=navasile@linux.microsoft.com \
    --cc=ranjit.menon@intel.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).