dpdk-kmods/windows: Add Intel 40GbE Ethernet adapter device IDs to netuio INF

Message ID 20210202004958.9156-1-pallavi.kadam@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series dpdk-kmods/windows: Add Intel 40GbE Ethernet adapter device IDs to netuio INF |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail apply issues

Commit Message

Kadam, Pallavi Feb. 2, 2021, 12:49 a.m. UTC
  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(+)
  

Comments

Narcisa Ana Maria Vasile Feb. 9, 2021, 8:02 p.m. UTC | #1
On Mon, Feb 01, 2021 at 04:49:58PM -0800, Pallavi Kadam wrote:
> 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
>  
Tested-by: Narcisa Vasile <navasile@linux.microsoft.com>
Acked-by: Narcisa Vasile <navasile@linux.microsoft.com>
  
Thomas Monjalon Feb. 15, 2021, 11:26 a.m. UTC | #2
09/02/2021 21:02, Narcisa Ana Maria Vasile:
> On Mon, Feb 01, 2021 at 04:49:58PM -0800, Pallavi Kadam wrote:
> > 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>
> >  
> Tested-by: Narcisa Vasile <navasile@linux.microsoft.com>
> Acked-by: Narcisa Vasile <navasile@linux.microsoft.com>

Applied, thanks
  

Patch

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]