* [dpdk-dev] [PATCH] dpdk-kmods/windows: Add Intel 100GbE Ethernet adapter device IDs to netuio INF
@ 2021-04-22 0:05 Pallavi Kadam
2021-05-18 19:17 ` Narcisa Ana Maria Vasile
0 siblings, 1 reply; 3+ messages in thread
From: Pallavi Kadam @ 2021-04-22 0:05 UTC (permalink / raw)
To: dev, thomas
Cc: ranjit.menon, navasile, qi.z.zhang, ferruh.yigit, pallavi.kadam
Add Intel 100GbE 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 | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/windows/netuio/netuio.inf b/windows/netuio/netuio.inf
index 28e7aeb..d166868 100644
--- a/windows/netuio/netuio.inf
+++ b/windows/netuio/netuio.inf
@@ -43,6 +43,12 @@ HKR,,Icon,,-5
%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
+%Intel.F1591.Description%=netuio_Device, PCI\VEN_8086&DEV_1591
+%Intel.F1592.Description%=netuio_Device, PCI\VEN_8086&DEV_1592
+%Intel.F1593.Description%=netuio_Device, PCI\VEN_8086&DEV_1593
+%Intel.F1599.Description%=netuio_Device, PCI\VEN_8086&DEV_1599
+%Intel.F159A.Description%=netuio_Device, PCI\VEN_8086&DEV_159A
+%Intel.F159B.Description%=netuio_Device, PCI\VEN_8086&DEV_159B
%vmxnet3.Description%=netuio_Device, PCI\VEN_15AD&DEV_07B0
[netuio_Device.NT]
@@ -102,6 +108,12 @@ 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+"
+Intel.F1591.Description = "Intel(R) Ethernet Controller E810-C for backplane"
+Intel.F1592.Description = "Intel(R) Ethernet Controller E810-C for QSFP"
+Intel.F1593.Description = "Intel(R) Ethernet Controller E810-C for SFP"
+Intel.F1599.Description = "Intel(R) Ethernet Controller E810-XXV for backplane"
+Intel.F159A.Description = "Intel(R) Ethernet Controller E810-XXV for QSFP"
+Intel.F159B.Description = "Intel(R) Ethernet Controller E810-XXV for SFP"
vmxnet3.Description = "VMWare Paravirtualized Ethernet v3"
netuio.SVCDESC = "netuio Service"
--
2.18.0.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] dpdk-kmods/windows: Add Intel 100GbE Ethernet adapter device IDs to netuio INF
2021-04-22 0:05 [dpdk-dev] [PATCH] dpdk-kmods/windows: Add Intel 100GbE Ethernet adapter device IDs to netuio INF Pallavi Kadam
@ 2021-05-18 19:17 ` Narcisa Ana Maria Vasile
2021-05-26 15:29 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Narcisa Ana Maria Vasile @ 2021-05-18 19:17 UTC (permalink / raw)
To: Pallavi Kadam; +Cc: dev, thomas, ranjit.menon, qi.z.zhang, ferruh.yigit
On Wed, Apr 21, 2021 at 05:05:03PM -0700, Pallavi Kadam wrote:
> Add Intel 100GbE 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 | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
Successfully installed netuio and tested by running l2fwd.
Acked-by: Narcisa Vasile <navasile@linux.microsoft.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] dpdk-kmods/windows: Add Intel 100GbE Ethernet adapter device IDs to netuio INF
2021-05-18 19:17 ` Narcisa Ana Maria Vasile
@ 2021-05-26 15:29 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2021-05-26 15:29 UTC (permalink / raw)
To: Pallavi Kadam
Cc: dev, ranjit.menon, qi.z.zhang, ferruh.yigit, Narcisa Ana Maria Vasile
18/05/2021 21:17, Narcisa Ana Maria Vasile:
> On Wed, Apr 21, 2021 at 05:05:03PM -0700, Pallavi Kadam wrote:
> > Add Intel 100GbE 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 | 12 ++++++++++++
> > 1 file changed, 12 insertions(+)
> >
> Successfully installed netuio and tested by running l2fwd.
>
> Acked-by: Narcisa Vasile <navasile@linux.microsoft.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-26 15:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 0:05 [dpdk-dev] [PATCH] dpdk-kmods/windows: Add Intel 100GbE Ethernet adapter device IDs to netuio INF Pallavi Kadam
2021-05-18 19:17 ` Narcisa Ana Maria Vasile
2021-05-26 15:29 ` 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).