- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have an Intel E810-CQDA2 on a Supermicro X10SDV-7TP4F board.
However, the only available options are
root@pve1:~# ./EPCT/Linux_x64/epct64e -devices
Ethernet Port Configuration Tool
EPCT version: v1.40.05.05
Copyright 2019 - 2023 Intel Corporation.
NIC Seg:Bus:Fun Ven-Dev Connector Ports Speed Quads Lanes per PF
=== ============= ========= ========= ===== ======== ====== ============
1) 000:007:00-01 8086-1592 QSFP 2 100 Gbps Dual 4
All actions succeeded.
root@pve1:~# ./EPCT/Linux_x64/epct64e -nic 1 -get
Ethernet Port Configuration Tool
EPCT version: v1.40.05.05
Copyright 2019 - 2023 Intel Corporation.
Available Port Options:
==========================================================================
Port Quad 0 Quad 1
Option Option (Gbps) L0 L1 L2 L3 L4 L5 L6 L7
======= ============================= ================ ================
Active 2x1x100 -> 100 - - - 100 - - -
2x50 -> 50 - 50 - - - - -
4x25 -> 25 25 25 25 - - - -
2x2x25 -> 25 25 - - 25 25 - -
8x10 -> 10 10 10 10 10 10 10 10
100 -> 100 - - - - - - -
All actions succeeded.
The 2x25+2x10-2x10 + 1x10+1x25+1x10+1x25-2x10 options mentioned in the EPCT readme (https://downloadmirror.intel.com/812390/epct_1.40.5.5.txt) are missing. Why is that?
Further information:
root@pve1:~# ./ethtool-6.6/ethtool -m enp7s0f0np0
netlink error: Input/output error
root@pve1:~# ./ethtool-6.6/ethtool --version
ethtool version 6.6
Kernel boot log:
[ 9.618372] ice: loading out-of-tree module taints kernel.
[ 9.618398] ice: module verification failed: signature and/or required key missing - tainting kernel
[ 9.753288] ice: Intel(R) Ethernet Connection E800 Series Linux Driver - version 1.13.7
[ 9.753302] ice: Copyright (C) 2018-2023 Intel Corporation
[ 10.010631] ice 0000:07:00.0: The DDP package was successfully loaded: ICE OS Default Package version 1.3.35.0
[ 10.039129] ice 0000:07:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:03.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[ 10.044874] ice 0000:07:00.0: PTP init successful
[ 10.214498] ice 0000:07:00.0: DCB is enabled in the hardware, max number of TCs supported on this port are 8
[ 10.214506] ice 0000:07:00.0: FW LLDP is disabled, DCBx/LLDP in SW mode.
[ 10.214542] ice 0000:07:00.0: Commit DCB Configuration to the hardware
[ 10.215873] ice 0000:07:00.0 eth0: Module is not present.
[ 10.215880] ice 0000:07:00.0 eth0: Possible Solution 1: Check that the module is inserted correctly.
[ 10.215886] ice 0000:07:00.0 eth0: Possible Solution 2: If the problem persists, use a cable/module that is found in the supported modules and cables list for this device.
[ 10.215896] ice 0000:07:00.0 eth0: Port Number: 1.
[ 10.303877] ice 0000:07:00.1: DDP package already present on device: ICE OS Default Package version 1.3.35.0
[ 10.333813] ice 0000:07:00.1: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:03.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[ 10.338226] ice 0000:07:00.1: PTP init successful
[ 10.507925] ice 0000:07:00.1: DCB is enabled in the hardware, max number of TCs supported on this port are 8
[ 10.507933] ice 0000:07:00.1: FW LLDP is disabled, DCBx/LLDP in SW mode.
[ 10.507969] ice 0000:07:00.1: Commit DCB Configuration to the hardware
[ 10.509328] ice 0000:07:00.1 eth1: Module is not present.
[ 10.509336] ice 0000:07:00.1 eth1: Possible Solution 1: Check that the module is inserted correctly.
[ 10.509341] ice 0000:07:00.1 eth1: Possible Solution 2: If the problem persists, use a cable/module that is found in the supported modules and cables list for this device.
[ 10.509347] ice 0000:07:00.1 eth1: Port Number: 0.
[ 10.533121] ice 0000:07:00.0 enp7s0f0np0: renamed from eth0
[ 10.597156] ice 0000:07:00.1 enp7s0f1np1: renamed from eth1
[ 18.375571] irdma: Unknown symbol ice_del_rdma_qset (err -2)
[ 18.375948] irdma: Unknown symbol ice_add_rdma_qset (err -2)
[ 18.376024] irdma: Unknown symbol ice_rdma_update_vsi_filter (err -2)
[ 18.376120] irdma: Unknown symbol ice_rdma_request_reset (err -2)
[ 18.376129] irdma: Unknown symbol ice_get_qos_params (err -2)
Driver version:
root@pve1:~# modinfo ice | grep -i version
version: 1.13.7
srcversion: 3EB4549D125EAA59F08D047
vermagic: 6.5.11-7-pve SMP preempt mod_unload modversions
Firmware version:
root@pve1:~# ethtool -i enp7s0f0np0
driver: ice
version: 1.13.7
firmware-version: 4.40 0x8001c967 1.3534.0
expansion-rom-version:
bus-info: 0000:07:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
Kernel version:
root@pve1:~# uname -r
6.5.11-7-pve
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi NablaSquaredG,
Thank you for posting in Intel Ethernet Communities.
Regarding the issue reported, Intel® Ethernet Network Adapter E810-CQDA2 is it embedded in Supermicro X10SDV-7TP4F board? And also, would like to check if you bought it together from Supermicro?
Regards,
Sazzy_Intel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sazirah,
The card is NOT embedded in the X10SDV-7TP4F board. It is a standalone, genuine E810-CQDA2 PCIe card that was not bought from Supermicro. Date of Manufacture 10/2022, verified on VerifyIntel.bradyid.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi NablaSquaredG,
Thank you for the information. Please give me some time to check from my end regarding this.
Regards
Sazzy_Intel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello NablaSquaredG,
Since you have opened a case with us, we will proceed to close this thread. Please reach out through the case for any further assistance.
Regards,
Irwan_Intel
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page