Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
4974 Discussions

Upgrade Intel XL710 to Firmware 9.50

skendric
Beginner
728 Views

I have a SuperMicro running Rocky 9.3 and hosting

  (2) X550-T2 (those work fine)

  (1) X710-DA4 (troubled)

  (2) XL710-QDA1 (troubled)

 

The X710-DA4 was running fine, but I was having trouble configuring the XL710-QDA1, so I decided to try upgrading firmware.  I downloaded 700Series_NVMUpdatePackage_v9_50.zip from https://www.intel.com/content/www/us/en/download/18190/non-volatile-memory-nvm-update-utility-for-intel-ethernet-network-adapter-700-series.html 

 

And ran ./nvmupdate64e

... and now, nmcli does not see the 700 series NICs

 

What are my options at this point?  What step might I take next to trouble-shoot?

 

rocky# ./nvmupdate64e

Intel(R) Ethernet NVM Update Tool
NVMUpdate version 1.41.3.3
Copyright(C) 2013 - 2024 Intel Corporation.


WARNING: To avoid damage to your device, do not stop the update or reboot or pow
er off the system during this update.
Inventory in progress. Please wait [|.........]


Num Description Ver.(hex) DevId S:B Status
=== ================================== ============ ===== ====== ==============
01) Intel(R) Ethernet Controller XL710 N/A(N/A) 154B 00:050 Update not
Generic ID available
02) Intel(R) Ethernet Converged N/A(N/A) 1563 00:152 Update not
Network Adapter X550-T2 available
03) Intel(R) Ethernet Controller XL710 N/A(N/A) 154B 00:177 Update not
Generic ID available
04) Intel(R) Ethernet Converged N/A(N/A) 1563 00:202 Update not
Network Adapter X550-T2 available
05) Intel(R) Ethernet Controller XL710 N/A(N/A) 154B 00:204 Update not
Generic ID available


Tool execution completed with the following status: Device not found.
Press any key to exit.
rocky#

"nmcli dev status" no longer sees these NICs (the (4) which nmcli sees are the (4) ports associated with the (2) X550-T2 NICs)
rocky# nmcli dev status
DEVICE TYPE STATE CONNECTION

ens817f1 ethernet connected ...
lo loopback connected (externally) lo

ens817f0 ethernet disconnected --

ens802f0 ethernet unavailable --

ens802f1 ethernet unavailable --

rocky#

'lshw' sees them ... but cannot identify their model numbers

rocky# lshw -class network -short
H/W path Device Class Description
===============================================================
/0/102/4/0 network Intel Corporation
/0/102/4/0.1 network Intel Corporation
/0/102/4/0.2 network Intel Corporation
/0/102/4/0.3 network Intel Corporation
/0/107/2/0 ens817f0 network Ethernet Controller X550
/0/107/2/0.1 ens817f1 network Ethernet Controller X550
/0/108/2/0 network Intel Corporation
/0/108/2/0.1 network Intel Corporation
/0/108/2/0.2 network Intel Corporation
/0/108/2/0.3 network Intel Corporation
/0/109/2/0 ens802f0 network Ethernet Controller X550
/0/109/2/0.1 ens802f1 network Ethernet Controller X550
/0/109/4/0 network Intel Corporation
/0/109/4/0.1 network Intel Corporation
/0/109/4/0.2 network Intel Corporation
/0/109/4/0.3 network Intel Corporation
rocky#


rocky# pwd
/home/me/700Series/Linux_x64
rocky#

I can see the old firmware images which I saved:

rocky# ll | grep May
d-w---x--t 2 root root 75 May 22 06:13 3CFDFEA990B0
d-w---x--t 2 root root 75 May 22 06:02 3CFDFEA992C0
d-w---x--T 2 root root 75 May 22 06:24 40A6B7938328
-rw-r--r-- 1 root root 158 May 22 13:33 nvmupdate.log
rocky#

But rolling back doesn't seem to work:
2024# ./nvmupdate64e -m 40A6B7938328 -r

Intel(R) Ethernet NVM Update Tool
NVMUpdate version 1.41.3.3
Copyright(C) 2013 - 2024 Intel Corporation.

rocky# ./nvmupdate64e -r -m 3CFDFEA990B0

Intel(R) Ethernet NVM Update Tool
NVMUpdate version 1.41.3.3
Copyright(C) 2013 - 2024 Intel Corporation.

rocky# ./nvmupdate64e -r -m 3CFDFEA992C0

Intel(R) Ethernet NVM Update Tool
NVMUpdate version 1.41.3.3
Copyright(C) 2013 - 2024 Intel Corporation.

rocky#


ERRATA
rocky# ./bootutil64e -E
Error: Connection to QV driver failed - please reinstall it!

Intel(R) Ethernet Flash Firmware Utility
BootUtil version 1.41.03.0
Copyright (C) 2003-2023 Intel Corporation

NIC= 1 MACAddress=000000000000
NIC= 2 MACAddress=000000000000
NIC= 3 MACAddress=000000000000
NIC= 4 MACAddress=000000000000
NIC= 5 MACAddress=A0369F20A57C
NIC= 6 MACAddress=A0369F20A57E
NIC= 7 MACAddress=000000000000
NIC= 8 MACAddress=000000000000
NIC= 9 MACAddress=000000000000
NIC=10 MACAddress=000000000000
NIC=11 MACAddress=A0369F20A46C
NIC=12 MACAddress=A0369F20A46E
NIC=13 MACAddress=000000000000
NIC=14 MACAddress=000000000000
NIC=15 MACAddress=000000000000
NIC=16 MACAddress=000000000000

Port Network Address Location Series WOL Flash Firmware Version
==== =============== ======== ======= === ============================= =======
1 (Cannot initialize adapter)
2 (Cannot initialize adapter)
3 (Cannot initialize adapter)
4 (Cannot initialize adapter)
5 A0369F20A57C 152:00.0 10GbE N/A UEFI,PXE Enabled 2.3.58
6 A0369F20A57E 152:00.1 10GbE N/A UEFI,PXE Enabled 2.3.58
7 (Cannot initialize adapter)
8 (Cannot initialize adapter)
9 (Cannot initialize adapter)
10 (Cannot initialize adapter)
11 A0369F20A46C 202:00.0 10GbE N/A UEFI,PXE Enabled 2.3.58
12 A0369F20A46E 202:00.1 10GbE N/A UEFI,PXE Enabled 2.3.58
13 (Cannot initialize adapter)
14 (Cannot initialize adapter)
15 (Cannot initialize adapter)
16 (Cannot initialize adapter)
rocky#

 

--sk

 

0 Kudos
15 Replies
Pintu
Employee
692 Views

Hi Stuart,


Thank you for your response. Please allow us sometime to check the details.


Regards,

Mano


0 Kudos
Pintu
Employee
691 Views

Hello skendric,

 

Greetings for the day!

 

As per this case, please go through the provided link and check the compatibility driver for your network adapter, XL710-QDA1, and install and share the status.

https://www.intel.com/content/www/us/en/products/sku/83966/intel-ethernet-converged-network-adapter-xl710qda1/downloads.html

 

Please go through this provided link and check the compatibility driver for your Network Adapter X710-DA4 and install and share the status.

https://www.intel.com/content/www/us/en/products/sku/83965/intel-ethernet-converged-network-adapter-x710da4/downloads.html

 

Thank you for using Intel products and services.

 

Best Regards,

Manoranjan.


0 Kudos
skendric
Beginner
658 Views

SUMMARY

I compiled and installed these drivers ...
rocky# modinfo ixgbe | grep ver
filename: /lib/modules/5.14.0-427.16.1.el9_4.x86_64/updates/drivers/net/ethernet/intel/ixgbe/ixgbe.ko
version: 5.20.3
description: Intel(R) 10GbE PCI Express Linux Network Driver
rhelversion: 9.4
srcversion: 79CD74157D09615B0FAE7A7
vermagic: 5.14.0-427.16.1.el9_4.x86_64 SMP preempt mod_unload modversions
parm: MDD:Malicious Driver Detection: (0,1), default 1 = on (array of int)
rocky# modinfo i40e | grep ver
filename: /lib/modules/5.14.0-427.16.1.el9_4.x86_64/updates/drivers/net/et
hernet/intel/i40e/i40e.ko
version: 2.25.7
description: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver
rhelversion: 9.4
srcversion: F7ED00433C13A3E716586D8
vermagic: 5.14.0-427.16.1.el9_4.x86_64 SMP preempt mod_unload modversions
rocky#

But nmcli still does not see the NICs
rocky# nmcli dev status
DEVICE TYPE STATE CONNECTION

ens817f1 ethernet connected xxx
lo loopback connected (externally) lo

ens817f0 ethernet disconnected --

ens802f0 ethernet unavailable --

ens802f1 ethernet unavailable --

rocky#

 

OTHER OUTPUT


rocky# lshw -class network -short
H/W path Device Class Description
===============================================================
/0/102/4/0 network Intel Corporation
/0/102/4/0.1 network Intel Corporation
/0/102/4/0.2 network Intel Corporation
/0/102/4/0.3 network Intel Corporation
/0/107/2/0 ens817f0 network Ethernet Controller X550
/0/107/2/0.1 ens817f1 network Ethernet Controller X550
/0/108/2/0 network Intel Corporation
/0/108/2/0.1 network Intel Corporation
/0/108/2/0.2 network Intel Corporation
/0/108/2/0.3 network Intel Corporation
/0/109/2/0 ens802f0 network Ethernet Controller X550
/0/109/2/0.1 ens802f1 network Ethernet Controller X550
/0/109/4/0 network Intel Corporation
/0/109/4/0.1 network Intel Corporation
/0/109/4/0.2 network Intel Corporation
/0/109/4/0.3 network Intel Corporation
rocky##

rocky# ./nvmupdate64e

Intel(R) Ethernet NVM Update Tool
NVMUpdate version 1.41.3.3
Copyright(C) 2013 - 2024 Intel Corporation.


WARNING: To avoid damage to your device, do not stop the update or reboot or pow
er off the system during this update.
Inventory in progress. Please wait [|.........]


Num Description Ver.(hex) DevId S:B Status
=== ================================== ============ ===== ====== ==============
01) Intel(R) Ethernet Controller XL710 N/A(N/A) 154B 00:050 Update not
Generic ID available
02) Intel(R) Ethernet Converged N/A(N/A) 1563 00:152 Update not
Network Adapter X550-T2 available
03) Intel(R) Ethernet Controller XL710 N/A(N/A) 154B 00:177 Update not
Generic ID available
04) Intel(R) Ethernet Converged N/A(N/A) 1563 00:202 Update not
Network Adapter X550-T2 available
05) Intel(R) Ethernet Controller XL710 N/A(N/A) 154B 00:204 Update not
Generic ID available


Tool execution completed with the following status: Device not found.
Press any key to exit.
rocky#

 

COMPILE DETAILS
rocky# pwd
/opt/local/src/ixgbe-5.20.3/src
rocky# make install
*** The target kernel has CONFIG_MODULE_SIG_ALL enabled, but
*** the signing key cannot be found. Module signing has been
*** disabled for this build.
make[1]: Entering directory '/usr/src/kernels/5.14.0-427.16.1.el9_4.x86_64'
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_main.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_api.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_common.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_dcb.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_dcb_82598.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_dcb_82599.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_ethtool.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_lib.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_mbx.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_sriov.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_param.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_phy.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_procfs.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_xsk.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_82598.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_82599.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_x540.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_x550.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_dcb_nl.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_debugfs.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_ptp.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe_sysfs.o
CC [M] /opt/local/src/ixgbe-5.20.3/src/kcompat.o
LD [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe.o
MODPOST /opt/local/src/ixgbe-5.20.3/src/Module.symvers
CC [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe.mod.o
LD [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe.ko
BTF [M] /opt/local/src/ixgbe-5.20.3/src/ixgbe.ko
Skipping BTF generation for /opt/local/src/ixgbe-5.20.3/src/ixgbe.ko due to unavailability of vmlinux
make[1]: Leaving directory '/usr/src/kernels/5.14.0-427.16.1.el9_4.x86_64'
Installing modules...
*** The target kernel has CONFIG_MODULE_SIG_ALL enabled, but
*** the signing key cannot be found. Module signing has been
*** disabled for this build.
make[1]: Entering directory '/usr/src/kernels/5.14.0-427.16.1.el9_4.x86_64'
INSTALL /lib/modules/5.14.0-427.16.1.el9_4.x86_64/updates/drivers/net/ethernet/intel/ixgbe/ixgbe.ko
DEPMOD /lib/modules/5.14.0-427.16.1.el9_4.x86_64
make[1]: Leaving directory '/usr/src/kernels/5.14.0-427.16.1.el9_4.x86_64'
Copying manpages...
Running depmod...
/sbin/depmod -e -F /lib/modules/5.14.0-427.16.1.el9_4.x86_64/source/System.map -a 5.14.0-427.16.1.el9_4.x86_64
Updating initramfs...
rocky# modprobe ixgbe
rocky# reboot


rocky# make install
*** The target kernel has CONFIG_MODULE_SIG_ALL enabled, but
*** the signing key cannot be found. Module signing has been
*** disabled for this build.
make[1]: Entering directory '/usr/src/kernels/5.14.0-427.16.1.el9_4.x86_64'
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_main.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_ethtool.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_xsk.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_adminq.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_common.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_hmc.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_lan_hmc.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_nvm.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_debugfs.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_diag.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_txrx.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_ptp.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_filters.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_ddp.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_client.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_virtchnl_pf.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_dcb.o
CC [M] /opt/local/src/i40e-2.25.7/src/i40e_dcb_nl.o
CC [M] /opt/local/src/i40e-2.25.7/src/kcompat.o
CC [M] /opt/local/src/i40e-2.25.7/src/kcompat_vfd.o
LD [M] /opt/local/src/i40e-2.25.7/src/i40e.o
MODPOST /opt/local/src/i40e-2.25.7/src/Module.symvers
CC [M] /opt/local/src/i40e-2.25.7/src/i40e.mod.o
LD [M] /opt/local/src/i40e-2.25.7/src/i40e.ko
BTF [M] /opt/local/src/i40e-2.25.7/src/i40e.ko
Skipping BTF generation for /opt/local/src/i40e-2.25.7/src/i40e.ko due to unavailability of vmlinux
make[1]: Leaving directory '/usr/src/kernels/5.14.0-427.16.1.el9_4.x86_64'
Installing modules...
*** The target kernel has CONFIG_MODULE_SIG_ALL enabled, but
*** the signing key cannot be found. Module signing has been
*** disabled for this build.
make[1]: Entering directory '/usr/src/kernels/5.14.0-427.16.1.el9_4.x86_64'
INSTALL /lib/modules/5.14.0-427.16.1.el9_4.x86_64/updates/drivers/net/ethernet/intel/i40e/i40e.ko
DEPMOD /lib/modules/5.14.0-427.16.1.el9_4.x86_64
make[1]: Leaving directory '/usr/src/kernels/5.14.0-427.16.1.el9_4.x86_64'
make auxiliary_install
make[1]: Entering directory '/opt/local/src/i40e-2.25.7/src'
Installing auxiliary...
make[1]: Leaving directory '/opt/local/src/i40e-2.25.7/src'
/sbin/depmod -e -F /lib/modules/5.14.0-427.16.1.el9_4.x86_64/source/System.map -a 5.14.0-427.16.1.el9_4.x86_64
Updating initramfs...
make mandocs_install
make[1]: Entering directory '/opt/local/src/i40e-2.25.7/src'
Copying manpages...
make[1]: Leaving directory '/opt/local/src/i40e-2.25.7/src'
rocky# modprobe i40e
rocky# reboot

--sk

0 Kudos
Sazirah
Employee
642 Views

Hi skendric,


Thank you for your reply.


We are currently checking on this and will getback to you with any update.


Regards,

Sazzy_Intel


0 Kudos
Pintu
Employee
533 Views

Hi skendric,


Greeting for the day!


Thank you for sharing the information. Based on the details provided, please review the following points to diagnose and resolve the issues.


Network Interface Recognition:


1. Kindly check if the correct kernel modules (ixgbe and i40e) are loaded using lsmod.

2. Please confirm the interface names with ip addr or ifconfig -a.

3. Kindly check for errors in system logs (dmesg, /var/log/messages) related to network interfaces.


NVM Update Tool:


1. Please ensure the NICs are compatible with the NVM update tool.

2. Please check for firmware updates for the NICs.

3. Please verify the NVM update tool's compatibility with the installed drivers and NICs.



Thank you for using Intel products and services.


Regards,

Manoranjan.



0 Kudos
Pintu
Employee
471 Views

Hi skendric,


Greeting for the day!  

                                                                                                                                                                                       We are currently awaiting your response regarding the case. If you have any queries or require further assistance, please feel free to respond on the community post. We are more than happy to assist you.


Thank you for using Intel products and services.


Regards,

Manoranjan. 


0 Kudos
skendric
Beginner
446 Views

Hi Manoranjan,

QUESTION
- What do I type to query the firmware version of NICs?


RESPONSES
Looks to me like i40e.ko and and i40e.ko are loaded

rocky# lsmod | grep -e ixgbe -e i40e
i40e 856064 0
ixgbe 516096 0
dca 20480 2 ioatdma,ixgbe
rocky#


I can load and unload i40e
rocky# modprobe -r i40e
rocky# modprobe i40e
rocky#

Whereupon I see the following in syslog (nothing when I unload, but the following two lines when I load):
May 29 10:07:45 rocky kernel: i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.25.7
May 29 10:07:45 rocky kernel: i40e: Copyright (C) 2013-2024 Intel Corporation


ip addr only displays the X550 NICs

rocky# ip addr | grep '^[0-9]:'
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
2: ens817f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
3: ens817f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
4: ens802f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
5: ens802f1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
rocky#


When I restart NetworkManager, I only see messages related to the (5) NICs listed above
(see the attached file NetworkManager-syslog-extract.txt, which I produced using "grep NetworkManager /var/log/syslog"


"lshw -c network" sees the NICs ... but sees them as UNCLAIMED, which suggests to me that no kernel driver is taking ownership over them

rocky# lshw -c network | grep -e network:[0-9] -e product:
*-network:0 UNCLAIMED
product: Intel Corporation
*-network:1 UNCLAIMED
product: Intel Corporation
*-network:2 UNCLAIMED
product: Intel Corporation
*-network:3 UNCLAIMED
product: Intel Corporation
*-network:0
product: Ethernet Controller X550
*-network:1
product: Ethernet Controller X550
*-network:0 UNCLAIMED
product: Intel Corporation
*-network:1 UNCLAIMED
product: Intel Corporation
*-network:2 UNCLAIMED
product: Intel Corporation
*-network:3 UNCLAIMED
product: Intel Corporation
*-network:0
product: Ethernet Controller X550
*-network:1
product: Ethernet Controller X550
*-network:0 UNCLAIMED
product: Intel Corporation
*-network:1 UNCLAIMED
product: Intel Corporation
*-network:2 UNCLAIMED
product: Intel Corporation
*-network:3 UNCLAIMED
product: Intel Corporation
rocky#

 

ERRATA

rocky# modinfo i40e
filename: /lib/modules/5.14.0-427.16.1.el9_4.x86_64/updates/drivers/net/ethernet/intel/i40e/i40e.ko
version: 2.25.7
license: GPL
description: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver
author: Intel Corporation, <e1000-devel@lists.sourceforge.net>
rhelversion: 9.4
srcversion: F7ED00433C13A3E716586D8
alias: pci:v00008086d0000158Bsv*sd*bc*sc*i*
alias: pci:v00008086d0000158Asv*sd*bc*sc*i*
alias: pci:v00008086d00000DDAsv*sd*bc*sc*i*
alias: pci:v00008086d000037D3sv*sd*bc*sc*i*
alias: pci:v00008086d000037D2sv*sd*bc*sc*i*
alias: pci:v00008086d000037D1sv*sd*bc*sc*i*
alias: pci:v00008086d000037D0sv*sd*bc*sc*i*
alias: pci:v00008086d000037CFsv*sd*bc*sc*i*
alias: pci:v00008086d000037CEsv*sd*bc*sc*i*
alias: pci:v00008086d00000D58sv*sd*bc*sc*i*
alias: pci:v00008086d00000CF8sv*sd*bc*sc*i*
alias: pci:v00008086d00001588sv*sd*bc*sc*i*
alias: pci:v00008086d00001587sv*sd*bc*sc*i*
alias: pci:v00008086d0000104Fsv*sd*bc*sc*i*
alias: pci:v00008086d0000104Esv*sd*bc*sc*i*
alias: pci:v00008086d000015FFsv*sd*bc*sc*i*
alias: pci:v00008086d00001589sv*sd*bc*sc*i*
alias: pci:v00008086d00001586sv*sd*bc*sc*i*
alias: pci:v00008086d0000101Fsv*sd*bc*sc*i*
alias: pci:v00008086d00000DD2sv*sd*bc*sc*i*
alias: pci:v00008086d00001585sv*sd*bc*sc*i*
alias: pci:v00008086d00001584sv*sd*bc*sc*i*
alias: pci:v00008086d00001583sv*sd*bc*sc*i*
alias: pci:v00008086d00001581sv*sd*bc*sc*i*
alias: pci:v00008086d00001580sv*sd*bc*sc*i*
alias: pci:v00008086d00001574sv*sd*bc*sc*i*
alias: pci:v00008086d00001572sv*sd*bc*sc*i*
depends:
retpoline: Y
name: i40e
vermagic: 5.14.0-427.16.1.el9_4.x86_64 SMP preempt mod_unload modversions
parm: debug:Debug level (0=none,...,16=all) (int)
parm: l4mode:L4 cloud filter mode: 0=UDP,1=TCP,2=Both,-1=Disabled(default) (int)


rocky# modinfo ixgbe
filename: /lib/modules/5.14.0-427.16.1.el9_4.x86_64/updates/drivers/net/et
hernet/intel/ixgbe/ixgbe.ko
version: 5.20.3
license: GPL
description: Intel(R) 10GbE PCI Express Linux Network Driver
author: Intel Corporation, <linux.nics@intel.com>
rhelversion: 9.4
srcversion: 79CD74157D09615B0FAE7A7
alias: pci:v00008086d000015E5sv*sd*bc*sc*i*
alias: pci:v00008086d000015E4sv*sd*bc*sc*i*
alias: pci:v00008086d000015CEsv*sd*bc*sc*i*
alias: pci:v00008086d000015CCsv*sd*bc*sc*i*
alias: pci:v00008086d000015CAsv*sd*bc*sc*i*
alias: pci:v00008086d000015C8sv*sd*bc*sc*i*
alias: pci:v00008086d000015C7sv*sd*bc*sc*i*
alias: pci:v00008086d000015C6sv*sd*bc*sc*i*
alias: pci:v00008086d000015C4sv*sd*bc*sc*i*
alias: pci:v00008086d000015C3sv*sd*bc*sc*i*
alias: pci:v00008086d000015C2sv*sd*bc*sc*i*
alias: pci:v00008086d000015AEsv*sd*bc*sc*i*
alias: pci:v00008086d000015ADsv*sd*bc*sc*i*
alias: pci:v00008086d000015ACsv*sd*bc*sc*i*
alias: pci:v00008086d000015ABsv*sd*bc*sc*i*
alias: pci:v00008086d000015B0sv*sd*bc*sc*i*
alias: pci:v00008086d000015AAsv*sd*bc*sc*i*
alias: pci:v00008086d000015D1sv*sd*bc*sc*i*
alias: pci:v00008086d00001563sv*sd*bc*sc*i*
alias: pci:v00008086d00001560sv*sd*bc*sc*i*
alias: pci:v00008086d00001558sv*sd*bc*sc*i*
alias: pci:v00008086d0000154Asv*sd*bc*sc*i*
alias: pci:v00008086d00001557sv*sd*bc*sc*i*
alias: pci:v00008086d0000154Dsv*sd*bc*sc*i*
alias: pci:v00008086d00001528sv*sd*bc*sc*i*
alias: pci:v00008086d000010F8sv*sd*bc*sc*i*
alias: pci:v00008086d0000151Csv*sd*bc*sc*i*
alias: pci:v00008086d00001529sv*sd*bc*sc*i*
alias: pci:v00008086d0000152Asv*sd*bc*sc*i*
alias: pci:v00008086d000010F9sv*sd*bc*sc*i*
alias: pci:v00008086d00001514sv*sd*bc*sc*i*
alias: pci:v00008086d00001507sv*sd*bc*sc*i*
alias: pci:v00008086d000010FBsv*sd*bc*sc*i*
alias: pci:v00008086d00001517sv*sd*bc*sc*i*
alias: pci:v00008086d000010FCsv*sd*bc*sc*i*
alias: pci:v00008086d000010F7sv*sd*bc*sc*i*
alias: pci:v00008086d00001508sv*sd*bc*sc*i*
alias: pci:v00008086d000010DBsv*sd*bc*sc*i*
alias: pci:v00008086d000010F4sv*sd*bc*sc*i*
alias: pci:v00008086d000010E1sv*sd*bc*sc*i*
alias: pci:v00008086d000010F1sv*sd*bc*sc*i*
alias: pci:v00008086d000010ECsv*sd*bc*sc*i*
alias: pci:v00008086d000010DDsv*sd*bc*sc*i*
alias: pci:v00008086d0000150Bsv*sd*bc*sc*i*
alias: pci:v00008086d000010C8sv*sd*bc*sc*i*
alias: pci:v00008086d000010C7sv*sd*bc*sc*i*
alias: pci:v00008086d000010C6sv*sd*bc*sc*i*
alias: pci:v00008086d000010B6sv*sd*bc*sc*i*
depends: dca
retpoline: Y
name: ixgbe
vermagic: 5.14.0-427.16.1.el9_4.x86_64 SMP preempt mod_unload modversions
parm: IntMode:Change Interrupt Mode (0=Legacy, 1=MSI, 2=MSI-X), default 2 (array of int)
parm: InterruptType:Change Interrupt Mode (0=Legacy, 1=MSI, 2=MSI-X),
default IntMode (deprecated) (array of int)
parm: MQ:Disable or enable Multiple Queues, default 1 (array of int)
parm: DCA:Disable or enable Direct Cache Access, 0=disabled, 1=descrip
tor only, 2=descriptor and data (array of int)
parm: RSS:Number of Receive-Side Scaling Descriptor Queues, default 0=
number of cpus (array of int)
parm: VMDQ:Number of Virtual Machine Device Queues: 0/1 = disable (1 queue) 2-16 enable (default=8) (array of int)
parm: max_vfs:Number of Virtual Functions: 0 = disable (default), 1-63 = enable this many VFs (array of int)
parm: VEPA:VEPA Bridge Mode: 0 = VEB (default), 1 = VEPA (array of int)
parm: InterruptThrottleRate:Maximum interrupts per second, per vector, (0,1,956-488281), default 1 (array of int)
parm: LLIPort:Low Latency Interrupt TCP Port (0-65535) (array of int)
parm: LLIPush:Low Latency Interrupt on TCP Push flag (0,1) (array of int)
parm: LLISize:Low Latency Interrupt on Packet Size (0-1500) (array of int)
parm: LLIEType:Low Latency Interrupt Ethernet Protocol Type (array of int)
parm: LLIVLANP:Low Latency Interrupt on VLAN priority threshold (array of int)
parm: FdirPballoc:Flow Director packet buffer allocation level:
1 = 8k hash filters or 2k perfect filters
2 = 16k hash filters or 4k perfect filters
3 = 32k hash filters or 8k perfect filters (array of int)
parm: AtrSampleRate:Software ATR Tx packet sample rate (array of int)
parm: MDD:Malicious Driver Detection: (0,1), default 1 = on (array of int)
parm: LRO:Large Receive Offload (0,1), default 0 = off (array of int)
parm: allow_unsupported_sfp:Allow unsupported and untested SFP+ modules on 82599 based adapters, default 0 = Disable (array of int)
parm: dmac_watchdog:DMA coalescing watchdog in microseconds (0,41-10000), default 0 = off (array of int)
parm: vxlan_rx:VXLAN receive checksum offload (0,1), default 1 = Enable (array of int)
rocky#

 


rocky# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: ens817f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group
default qlen 1000
link/ether a0:36:9f:20:a5:7c brd ff:ff:ff:ff:ff:ff
altname enp152s0f0
3: ens817f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group
default qlen 1000
link/ether a0:36:9f:20:a5:7e brd ff:ff:ff:ff:ff:ff
altname enp152s0f1
inet a.b.c.d/24 brd a.b.c.255 scope global noprefixroute ens817f1
valid_lft forever preferred_lft forever
inet6 fe80::a236:9fff:fe20:a57e/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4: ens802f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN gr
oup default qlen 1000
link/ether a0:36:9f:20:a4:6c brd ff:ff:ff:ff:ff:ff
altname enp202s0f0
5: ens802f1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether a0:36:9f:20:a4:6e brd ff:ff:ff:ff:ff:ff
altname enp202s0f1
rocky#


rocky# nmcli dev status
DEVICE TYPE STATE CONNECTION

ens817f1 ethernet connected xxx
lo loopback connected (externally) lo

ens817f0 ethernet disconnected --

ens802f0 ethernet unavailable --

ens802f1 ethernet unavailable --

rocky#


lshw sees the missing NICs ... and reports that they are UNCLAIMED

rocky# lshw -c network
*-network:0 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:32:00.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:38bf0-38bef iomemory:38bf0-38bef memory:38bfff000000-38bfff7fffff memory:38bfff818000-38bfff81ffff memory:a6500000-a657ffff
*-network:1 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:32:00.1
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:38bf0-38bef iomemory:38bf0-38bef memory:38bffe800000-38bffeffffff memory:38bfff810000-38bfff817fff memory:a6580000-a65fffff
*-network:2 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0.2
bus info: pci@0000:32:00.2
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:38bf0-38bef iomemory:38bf0-38bef memory:38bffe000000-38bffe7fffff memory:38bfff808000-38bfff80ffff memory:a6600000-a667ffff
*-network:3 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0.3
bus info: pci@0000:32:00.3
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:38bf0-38bef iomemory:38bf0-38bef memory:38bffd800000-38bffdffffff memory:38bfff800000-38bfff807fff memory:a6680000-a66fffff
*-network:0
description: Ethernet interface
product: Ethernet Controller X550
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:98:00.0
logical name: ens817f0
version: 01
serial: a0:36:9f:20:a5:7c
size: 1Gbit/s
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 2500bt-fd 5000bt-fd 10000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=5.20.3 duplex=full firmware=0x80000492 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:d1200000-d13fffff memory:d1404000-d1407fff memory:d1480000-d14fffff memory:d1500000-d15fffff memory:d1600000-d16fffff
*-network:1
description: Ethernet interface
product: Ethernet Controller X550
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:98:00.1
logical name: ens817f1
version: 01
serial: a0:36:9f:20:a5:7e
size: 1Gbit/s
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 2500bt-fd 5000bt-fd 10000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=5.20.3 duplex=full firmware=0x80000492 ip=a.b.c.d latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:18 memory:d1000000-d11fffff memory:d1400000-d1403fff memory:d1700000-d17fffff memory:d1800000-d18fffff
*-network:0 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:b1:00.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:39ff0-39fef iomemory:39ff0-39fef memory:39ffff000000-39ffff7fffff memory:39ffff818000-39ffff81ffff memory:dbc00000-dbc7ffff
*-network:1 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:b1:00.1
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:39ff0-39fef iomemory:39ff0-39fef memory:39fffe800000-39fffeffffff memory:39ffff810000-39ffff817fff memory:dbc80000-dbcfffff
*-network:2 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0.2
bus info: pci@0000:b1:00.2
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:39ff0-39fef iomemory:39ff0-39fef memory:39fffe000000-39fffe7fffff memory:39ffff808000-39ffff80ffff memory:dbd00000-dbd7ffff
*-network:3 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0.3
bus info: pci@0000:b1:00.3
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:39ff0-39fef iomemory:39ff0-39fef memory:39fffd800000-39fffdffffff memory:39ffff800000-39ffff807fff memory:dbd80000-dbdfffff
*-network:0
description: Ethernet interface
product: Ethernet Controller X550
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:ca:00.0
logical name: ens802f0
version: 01
serial: a0:36:9f:20:a4:6c
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 2500bt-fd 5000bt-fd 10000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=5.20.3 firmware=0x80000492 latency=0 link=no multicast=yes port=twisted pair
resources: irq:19 memory:e6a00000-e6bfffff memory:e6c04000-e6c07fff memory:e6c80000-e6cfffff memory:e6d00000-e6dfffff memory:e6e00000-e6efffff
*-network:1
description: Ethernet interface
product: Ethernet Controller X550
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:ca:00.1
logical name: ens802f1
version: 01
serial: a0:36:9f:20:a4:6e
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 2500bt-fd 5000bt-fd 10000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=5.20.3 firmware=0x80000492 latency=0 link=no multicast=yes port=twisted pair
resources: irq:18 memory:e6800000-e69fffff memory:e6c00000-e6c03fff memory:e6f00000-e6ffffff memory:e7000000-e70fffff
*-network:0 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:cc:00.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:3a3f0-3a3ef iomemory:3a3f0-3a3ef memory:3a3fff000000-3a3fff7fffff memory:3a3fff818000-3a3fff81ffff memory:e7100000-e717ffff
*-network:1 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:cc:00.1
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:3a3f0-3a3ef iomemory:3a3f0-3a3ef memory:3a3ffe800000-3a3ffeffffff memory:3a3fff810000-3a3fff817fff memory:e7180000-e71fffff
*-network:2 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0.2
bus info: pci@0000:cc:00.2
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:3a3f0-3a3ef iomemory:3a3f0-3a3ef memory:3a3ffe000000-3a3ffe7fffff memory:3a3fff808000-3a3fff80ffff memory:e7200000-e727ffff
*-network:3 UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0.3
bus info: pci@0000:cc:00.3
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list
configuration: latency=0
resources: iomemory:3a3f0-3a3ef iomemory:3a3f0-3a3ef memory:3a3ffd800000-3a3ffdffffff memory:3a3fff800000-3a3fff807fff memory:e7280000-e72fffff
rocky#

 

--sk

0 Kudos
IntelSupport
Community Manager
430 Views

Hi skendric,


Greetings for the day!!


Thank you for sharing the information. Based on the details provided, please review the following points to diagnose and resolve the issues.



If lshw is able to detect NICs that are not appearing elsewhere, it suggests that the NICs are recognized by the system but might not be properly configured or initialized.

Here are some steps you can take:


1.Check network configuration: Ensure that the network interfaces are correctly configured in the system's network configuration files.

2.Check device drivers: Verify that the appropriate drivers for the NICs are installed and loaded correctly.

3.Restart networking services: Sometimes restarting networking services can help in reinitializing the network interfaces.

4.Check for hardware issues: Ensure that the NICs are properly connected to the system and that there are no hardware issues with the NICs themselves or the slots they are inserted into.



If you have any queries or require further assistance, please feel free to respond on the community post. We are more than happy to assist you.


Thank you for using Intel products and services.



Regards,

Vishal_Intel


0 Kudos
Pintu
Employee
353 Views

Hi skendric,

 

Greetings for the day!

 

I hope this message finds you well.

 

We are following up to find out if you were able to find the information we provided. Please reply to confirm, so we can continue helping on a resolution. Looking forward to receiving your reply.

 

Regards,

Manoranjan.


0 Kudos
Pintu
Employee
287 Views

Hi skendric,

 

Greetings for the day!

 

I hope this message finds you well.

 

We are following up to find out if you were able to find the information we provided. Please reply to confirm, so we can continue helping on a resolution. Looking forward to receiving your reply.

 

Regards,

Manoranjan.


0 Kudos
skendric
Beginner
266 Views

I cold-booted and after that can see the NICs just fine now.

 

Thank you for your suggestions.

 

rocky# lshw -c network
*-network
description: Ethernet interface
product: Ethernet Controller XL710 for 40GbE QSFP+
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:32:00.0
logical name: ens787
version: 02
serial: 3c:fd:fe:a9:92:c0
size: 40Gbit/s
capacity: 40Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd bus_master cap_list rom ethernet physical fibre 40000bx-fd autonegotiation
configuration: autonegotiation=off broadcast=yes driver=i40e driverversion=2.25.7 duplex=full firmware=5.05 0x8000291e 1.1313.0 ip=169.254.225.94 latency=0 link=yes multicast=yes speed=40Gbit/s
resources: iomemory:38bf0-38bef iomemory:38bf0-38bef irq:16 memory:38bffe800000-38bffeffffff memory:38bfff800000-38bfff807fff memory:a6500000-a657ffff memory:38bfff000000-38bfff7fffff memory:38bfff808000-38bfffa07fff
*-network:0
description: Ethernet interface
product: Ethernet Controller X550
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:98:00.0
logical name: ens817f0
version: 01
serial: a0:36:9f:20:a5:7c
size: 1Gbit/s
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 2500bt-fd 5000bt-fd 10000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=5.20.3 duplex=full firmware=0x80000492 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:d1200000-d13fffff memory:d1404000-d1407fff memory:d1480000-d14fffff memory:d1500000-d15fffff memory:d1600000-d16fffff
*-network:1
description: Ethernet interface
product: Ethernet Controller X550
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:98:00.1
logical name: ens817f1
version: 01
serial: a0:36:9f:20:a5:7e
size: 1Gbit/s
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 2500bt-fd 5000bt-fd 10000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=5.20.3 duplex=full firmware=0x80000492 ip=10.1.2.3 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:18 memory:d1000000-d11fffff memory:d1400000-d1403fff memory:d1700000-d17fffff memory:d1800000-d18fffff
*-network
description: Ethernet interface
product: Ethernet Controller XL710 for 40GbE QSFP+
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:b1:00.0
logical name: ens801
version: 02
serial: 3c:fd:fe:a9:90:b0
size: 40Gbit/s
capacity: 40Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd bus_master cap_list rom ethernet physical fibre 40000bx-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=i40e driverversion=2.25.7 duplex=full firmware=5.05 0x8000291e 1.1313.0 ip=169.254.55.239 latency=0 link=yes multicast=yes speed=40Gbit/s
resources: iomemory:39ff0-39fef iomemory:39ff0-39fef irq:18 memory:39fffe800000-39fffeffffff memory:39ffff800000-39ffff807fff memory:dbc00000-dbc7ffff memory:39ffff000000-39ffff7fffff memory:39ffff808000-39ffffa07fff
*-network:0
description: Ethernet interface
product: Ethernet Controller X550
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:ca:00.0
logical name: ens802f0
version: 01
serial: a0:36:9f:20:a4:6c
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 2500bt-fd 5000bt-fd 10000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=5.20.3 firmware=0x80000492 latency=0 link=no multicast=yes port=twisted pair
resources: irq:19 memory:e6a00000-e6bfffff memory:e6c04000-e6c07fff memory:e6c80000-e6cfffff memory:e6d00000-e6dfffff memory:e6e00000-e6efffff
*-network:1
description: Ethernet interface
product: Ethernet Controller X550
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:ca:00.1
logical name: ens802f1
version: 01
serial: a0:36:9f:20:a4:6e
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 2500bt-fd 5000bt-fd 10000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=5.20.3 firmware=0x80000492 latency=0 link=no multicast=yes port=twisted pair
resources: irq:18 memory:e6800000-e69fffff memory:e6c00000-e6c03fff memory:e6f00000-e6ffffff memory:e7000000-e70fffff
*-network:0
description: Ethernet interface
product: Ethernet Controller X710 for 10GbE SFP+
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:cc:00.0
logical name: ens803f0
version: 02
serial: 40:a6:b7:93:83:28
size: 10Gbit/s
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd bus_master cap_list rom ethernet physical fibre 1000bx-fd 10000bx-fd autonegotiation
configuration: autonegotiation=off broadcast=yes connector=LC driver=i40e
driverversion=2.25.7 duplex=full firmware=6.01 0x800035ce 1.1747.0 ip=169.254.116.242 latency=0 link=yes maxlength=300m module=FTLX8571D3BCV-IT multicast=yes port=fibre speed=10Gbit/s wavelength=850nm
resources: iomemory:3a3f0-3a3ef iomemory:3a3f0-3a3ef irq:16 memory:3a3ffe800000-3a3ffeffffff memory:3a3fff818000-3a3fff81ffff memory:e7100000-e717ffff memory:3a3fff600000-3a3fff7fffff memory:3a3fff9a0000-3a3fffa1ffff
*-network:1
description: Ethernet interface
product: Ethernet Controller X710 for 10GbE SFP+
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:cc:00.1
logical name: ens803f1
version: 02
serial: 40:a6:b7:93:83:29
size: 10Gbit/s
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd bus_master cap_list rom ethernet physical fibre 1000bx-fd 10000bx-fd autonegotiation
configuration: autonegotiation=off broadcast=yes connector=LC driver=i40e driverversion=2.25.7 duplex=full firmware=6.01 0x800035ce 1.1747.0 ip=169.254.49.10 latency=0 link=yes maxlength=300m module=FTLX8571D3BCVIT1 multicast=yes port=fibre speed=10Gbit/s wavelength=850nm
resources: iomemory:3a3f0-3a3ef iomemory:3a3f0-3a3ef irq:16 memory:3a3ffe000000-3a3ffe7fffff memory:3a3fff810000-3a3fff817fff memory:e7180000-e71fffff memory:3a3fff400000-3a3fff5fffff memory:3a3fff920000-3a3fff99ffff
*-network:2
description: Ethernet interface
product: Ethernet Controller X710 for 10GbE SFP+
vendor: Intel Corporation
physical id: 0.2
bus info: pci@0000:cc:00.2
logical name: ens803f2
version: 02
serial: 40:a6:b7:93:83:2a
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd bus_master cap_list rom ethernet physical 1000bx-fd 10000bt-fd 10000bx-fd autonegotiation
configuration: autonegotiation=off broadcast=yes driver=i40e driverversion=2.25.7 firmware=6.01 0x800035ce 1.1747.0 latency=0 link=no multicast=yes
resources: iomemory:3a3f0-3a3ef iomemory:3a3f0-3a3ef irq:16 memory:3a3ffd800000-3a3ffdffffff memory:3a3fff808000-3a3fff80ffff memory:e7200000-e727ffff memory:3a3fff200000-3a3fff3fffff memory:3a3fff8a0000-3a3fff91ffff
*-network:3
description: Ethernet interface
product: Ethernet Controller X710 for 10GbE SFP+
vendor: Intel Corporation
physical id: 0.3
bus info: pci@0000:cc:00.3
logical name: ens803f3
version: 02
serial: 40:a6:b7:93:83:2b
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd bus_master cap_list rom ethernet physical 1000bx-fd 10000bt-fd 10000bx-fd autonegotiation
configuration: autonegotiation=off broadcast=yes driver=i40e driverversion=2.25.7 firmware=6.01 0x800035ce 1.1747.0 latency=0 link=no multicast=yes
resources: iomemory:3a3f0-3a3ef iomemory:3a3f0-3a3ef irq:16 memory:3a3ffd000000-3a3ffd7fffff memory:3a3fff800000-3a3fff807fff memory:e7280000-e72fffff memory:3a3fff000000-3a3fff1fffff memory:3a3fff820000-3a3fff89ffff
rocky#

 

--sk

0 Kudos
IntelSupport
Community Manager
256 Views

Hello skendric,


Greetings for the day!!


Thank you for the update.


We are pleased to hear that after the cold boot, all the NICs are functioning properly and displaying as expected. If you require any further assistance, please don't hesitate to let us know.


Please let us know if the issue is resolved so that we can archive the case.


Best Regards,

Vishal


0 Kudos
Pintu
Employee
234 Views

Hello skendric,


Greeting for the Day!


We are currently awaiting your response regarding the case. If you have any queries or require further assistance, please feel free to respond on the community post. We are more than happy to assist you.


Please let us know if the issue is resolved so that we can archive the case.


Thank you for choosing Intel products and services.


Regards,

Manoranjan.


0 Kudos
Pintu
Employee
212 Views

Hello skendric,


Greeting for the Day!


We are currently awaiting your response regarding the case. If you have any queries or require further assistance, please feel free to respond on the community post. We are more than happy to assist you.


Please let us know if the issue is resolved so that we can archive the case.


Thank you for choosing Intel products and services.


Regards,

Manoranjan.


0 Kudos
Pintu
Employee
193 Views

Hello skendric,


Greetings for the day! 


We would like to inform you that we are closing this request as no response has been received from our previous follow-ups.

Please don't hesitate to ask any further questions in the future. Feel free to start a new conversation, as this thread will no longer be monitored.


Best Regards,

Manoranjan.


0 Kudos
Reply