Port 2 INFO:root:Testing eno16805 against 10.5.115.94 INFO:root:Have successfully pinged 10.5.115.94 on eno16805 INFO:root:-------------------- Test Run Number 1 -------------------- INFO:root:Using 1 thread. INFO:root:NUMA node of eno16805 is 1.... INFO:root:Connecting to port 5201 on server.... INFO:root:Avg Transfer speed: 935.5488888888889 Mb/s INFO:root:93.55% of theoretical max 1000 Mb/s INFO:root:Average CPU utilization: 5.0% INFO:root: INFO:root:-------------------- Test Run Number 2 -------------------- INFO:root:Using 1 thread. INFO:root:NUMA node of eno16805 is 1.... INFO:root:Connecting to port 5201 on server.... INFO:root:Avg Transfer speed: 935.6744444444445 Mb/s INFO:root:93.57% of theoretical max 1000 Mb/s INFO:root:Average CPU utilization: 5.0% INFO:root: INFO:root:-------------------- Test Run Number 3 -------------------- INFO:root:Using 1 thread. INFO:root:NUMA node of eno16805 is 1.... INFO:root:Connecting to port 5201 on server.... INFO:root:Avg Transfer speed: 936.3611111111111 Mb/s INFO:root:93.64% of theoretical max 1000 Mb/s INFO:root:Average CPU utilization: 5.0% INFO:root: INFO:root:-------------------- Test Run Number 4 -------------------- INFO:root:Using 1 thread. INFO:root:NUMA node of eno16805 is 1.... INFO:root:Connecting to port 5201 on server.... INFO:root:Avg Transfer speed: 935.2088888888889 Mb/s INFO:root:93.52% of theoretical max 1000 Mb/s INFO:root:Average CPU utilization: 5.0%
** Description changed: [Impact] Add initial support for Intel(R) E610 Series of network devices. The E610 is based on X550 but adds firmware managed link, enhanced security capabilities and support for updated server manageability. Additionally, this is needed for Charmed Openstack Jammy/Caracal deployment. It requires servers to be on 22.04 Jammy (HWE kernel 6.8). Some servers f.e. Dell PowerEdge uses Intel NIC E610 and if this nic is planned to be used for PXE boot and to access the internet this missing functionality will effectively disqualify those servers from the approved HW for Openstack since NIC will not be detected by the OS. [Fix] This patch series adds low level support for the following features and enables link management. + b1e44b4 ixgbe: fix media cage present detection for E610 device + 4020659 ixgbe: fix media type detection for E610 device 4600cdf ixgbe: Enable link management in E610 device 34b4157 ixgbe: Clean up the E610 link management related code a0834bd ixgbe: Add ixgbe_x540 multiple header inclusion protection e5b132b ixgbe: Add support for EEPROM dump in E610 device d2483eb ixgbe: Add support for NVM handling in E610 device 23c0e5a ixgbe: Add link management support for E610 device 7c3aa0fc ixgbe: Add support for E610 device capabilities detection 46761fd ixgbe: Add support for E610 FW Admin Command Interface [Test Case] 1. Install the test kernel and reboot 2. Verify the ixgbe module is loaded - modinfo ixgbe 3. Remove and Re-add the ixgbe module - rmmod ixgbe - modprobe ixgbe 3. Verify the Intel E610 is available on the system - sudo lshw -C network 4. Configure the ports and ping an external IP address 5. Run Iperf from the SUT to an external iperf server [Where problems could occur] The regression risk is low. There are no core kernel changes. Changes are primarily to the ixgbe driver (drivers/net/ethernet/intel/ixgbe/) adding support for the Intel E610 device. The majority of the changes are in newly added files (ixgbe_e610.c ixgbe_type_e610.h). There are some minor refactoring to existing ixgbe code involving the x540 and x550 nics but existing device behavior isn't changed it's just shared with E610. [Other Info] Noble https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/noble/+ref/intel_e610_lp_2131265_2 ** Description changed: [Impact] Add initial support for Intel(R) E610 Series of network devices. The E610 is based on X550 but adds firmware managed link, enhanced security capabilities and support for updated server manageability. Additionally, this is needed for Charmed Openstack Jammy/Caracal deployment. It requires servers to be on 22.04 Jammy (HWE kernel 6.8). Some servers f.e. Dell PowerEdge uses Intel NIC E610 and if this nic is planned to be used for PXE boot and to access the internet this missing functionality will effectively disqualify those servers from the approved HW for Openstack since NIC will not be detected by the OS. [Fix] This patch series adds low level support for the following features and enables link management. b1e44b4 ixgbe: fix media cage present detection for E610 device 4020659 ixgbe: fix media type detection for E610 device 4600cdf ixgbe: Enable link management in E610 device 34b4157 ixgbe: Clean up the E610 link management related code a0834bd ixgbe: Add ixgbe_x540 multiple header inclusion protection e5b132b ixgbe: Add support for EEPROM dump in E610 device d2483eb ixgbe: Add support for NVM handling in E610 device 23c0e5a ixgbe: Add link management support for E610 device 7c3aa0fc ixgbe: Add support for E610 device capabilities detection 46761fd ixgbe: Add support for E610 FW Admin Command Interface [Test Case] 1. Install the test kernel and reboot 2. Verify the ixgbe module is loaded - modinfo ixgbe - 3. Remove and Re-add the ixgbe module - - rmmod ixgbe - - modprobe ixgbe - 3. Verify the Intel E610 is available on the system - - sudo lshw -C network + - Verify the E610 is in lspci netowrk outpt 4. Configure the ports and ping an external IP address 5. Run Iperf from the SUT to an external iperf server [Where problems could occur] The regression risk is low. There are no core kernel changes. Changes are primarily to the ixgbe driver (drivers/net/ethernet/intel/ixgbe/) adding support for the Intel E610 device. The majority of the changes are in newly added files (ixgbe_e610.c ixgbe_type_e610.h). There are some minor refactoring to existing ixgbe code involving the x540 and x550 nics but existing device behavior isn't changed it's just shared with E610. [Other Info] Noble https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/noble/+ref/intel_e610_lp_2131265_2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2131265 Title: [SRU] ixgbe: Add support for E610 in Noble To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2131265/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
