[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2026-02-04 Thread Stefan Bader
Feedback on Mattermost:

> Ok, so latest jammy hwe kernel .100 works in my environment with Intel
E610 nic.

Using that as verification.

** Tags removed: verification-needed-noble-linux
** Tags added: verification-done-noble-linux

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2026-01-29 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-bluefield/6.8.0-1016.20
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-noble-linux-bluefield' to 'verification-done-
noble-linux-bluefield'. If the problem still exists, change the tag
'verification-needed-noble-linux-bluefield' to 'verification-failed-
noble-linux-bluefield'.


If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.


See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-noble-linux-bluefield-v2 
verification-needed-noble-linux-bluefield

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2026-01-14 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/6.8.0-100.100 kernel in
-proposed solves the problem. Please test the kernel and update this bug
with the results. If the problem is solved, change the tag
'verification-needed-noble-linux' to 'verification-done-noble-linux'. If
the problem still exists, change the tag 'verification-needed-noble-
linux' to 'verification-failed-noble-linux'.


If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.


See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-noble-linux-v2 verification-needed-noble-linux

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2026-01-08 Thread Stefan Bader
** Changed in: linux (Ubuntu Noble)
   Status: In Progress => Fix Committed

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2026-01-07 Thread Michael Reed
** 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 Intel E610 is available on the system
  - Verify the E610 is in lspci network output
  
  3. Configure the ports and ping an external IP address
  
  4. 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_3
+ 
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/noble/+ref/intel_e610_lp_2131265_4

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2026-01-06 Thread Michael Reed
Updated test kernel for v4

https://people.canonical.com/~mreed/misc/lp_2131265_e610/v4/


I have uploaded the files to the PPA and I am waiting for it to build.

https://launchpad.net/~mreed8855/+archive/ubuntu/intel-e610-jammy-v4

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-18 Thread Michael Reed
Hi Matthew,

This has been submitted to the mailing list for review.

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-18 Thread Michael Reed
** 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. Verify the Intel E610 is available on the system
+ 2. Verify the Intel E610 is available on the system
  - Verify the E610 is in lspci network output
  
- 4. Configure the ports and ping an external IP address
- 5. Run Iperf from the SUT to an external iperf server
+ 3. Configure the ports and ping an external IP address
+ 
+ 4. 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_3

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-18 Thread Michael Reed
** 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. Verify the Intel E610 is available on the system
- - Verify the E610 is in lspci netowrk outpt
+ - Verify the E610 is in lspci network output
  
  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_3

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-18 Thread Michael Reed
Kernel: 6.8.0-88-generic x86_64

** 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. Verify the Intel E610 is available on the system
  - 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
+ 
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/noble/+ref/intel_e610_lp_2131265_3

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-18 Thread Michael Reed
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.54889 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.67445 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.36111 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.20889 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: 

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-18 Thread Michael Reed
Traffic was passed across each interface running our network checkbox tests
Port 1

INFO:root:Testing eno16795 against 10.5.115.94
INFO:root:Have successfully pinged 10.5.115.94 on eno16795
INFO:root: Test Run Number 1 
INFO:root:Using 1 thread.
INFO:root:NUMA node of eno16795 is 1
INFO:root:Connecting to port 5201 on server
INFO:root:Avg Transfer speed: 933.22778 Mb/s
INFO:root:93.32% of theoretical max 1000 Mb/s
INFO:root:Average CPU utilization: 4.4%
INFO:root:
INFO:root: Test Run Number 2 
INFO:root:Using 1 thread.
INFO:root:NUMA node of eno16795 is 1
INFO:root:Connecting to port 5201 on server
INFO:root:Avg Transfer speed: 934.30889 Mb/s
INFO:root:93.43% of theoretical max 1000 Mb/s
INFO:root:Average CPU utilization: 4.9%
INFO:root:
INFO:root: Test Run Number 3 
INFO:root:Using 1 thread.
INFO:root:NUMA node of eno16795 is 1
INFO:root:Connecting to port 5201 on server
INFO:root:Avg Transfer speed: 933.63223 Mb/s
INFO:root:93.36% 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 eno16795 is 1
INFO:root:Connecting to port 5201 on server
INFO:root:Avg Transfer speed: 933.92 Mb/s
INFO:root:93.39% of theoretical max 1000 Mb/s
INFO:root:Average CPU utilization: 4.9%

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-18 Thread Michael Reed
This card is recognized in the lscpi network output:


0001:8a:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller 
E610 10GBASE T [8086:57b0]
DeviceName: NIC in Slot 4 Port 1-1
Subsystem: Intel Corporation Ethernet Network Adapter E610-XT2 for OCP 
3.0 [8086:0004]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Capabilities: 
Kernel driver in use: ixgbe
Kernel modules: ixgbe

0001:8a:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Controller 
E610 10GBASE T [8086:57b0]
DeviceName: NIC in Slot 4 Port 2-1
Subsystem: Intel Corporation Ethernet Network Adapter E610-XT2 for OCP 
3.0 [8086:0004]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Capabilities: 
Kernel driver in use: ixgbe
Kernel modules: ixgbe

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-15 Thread Jeff Lane 
Hi, Michael is now off for the rest of the year, should this now wait?
Also, at this point in time is it worht doing any backport further into
6.14 given how soon 6.17 will become 24.04-HWE? (In other words, is
there any chance in timing that a further 6.14 update will be released
before the HWE rolls over?)

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-14 Thread Matthew Ruffell
Hi Michael,

Have you tested the new test kernel with those two fixup commits
applied? Does everything work as expected?

You can probably push them to your existing git branch and write a reply
to the kernel-team email thread saying you pulled those two in, and left
the other two out.

Your patch format is correct, I don't have any reason to suggest that
this patchset will be rejected, but I am not in the Kernel Team, and its
ultimately up to the Kernel Team to decide.

Thanks,
Matthew

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-12 Thread Michael Reed
I have verified these two additional patches are in 6.14 and 6.17

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-11 Thread Michael Reed
I have created a test kernel (noble)

https://people.canonical.com/~mreed/misc/lp_2131265_e610/

I have also created a jammy ppa

https://launchpad.net/~mreed8855/+archive/ubuntu/intel-e610-jammy

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-11 Thread Michael Reed
Hi Matthew,

This option did build and should be tested within a day.

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-10 Thread Matthew Ruffell
Okay, this information is good to know.

So I imagine we need

29cb3b8d95c7 ixgbe: add E610 implementation of FW recovery mode
85308d999c4b ixgbe: fix memory leak and use-after-free in 
ixgbe_recovery_probe() (fixes 29cb3b8d95c7)

because of

b85936e ixgbe: initialize aci.lock before it's used
316ba68 ixgbe: destroy aci.lock later within ixgbe_remove path

right?

Both b85936e and 316ba68 are only really needed after 337369f8ce9e
("locking/mutex: Add MUTEX_WARN_ON() into fast path") right? So maybe we
can get away with not having them, as noble does not carry this patch.

Saying that, if you build a test kernel with just the first two fixups:

b1e44b4 ixgbe: fix media cage present detection for E610 device
4020659 ixgbe: fix media type detection for E610 device

does this build and test correctly? You could just use those two and
drop the other two before it all snowballs and increases the risk of
regression any further.

Thanks,
Matthew

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-10 Thread Michael Reed
After adding the patches from comment #4 the following patches are
needed:

29cb3b8d95c7 ixgbe: add E610 implementation of FW recovery mode
85308d999c4b ixgbe: fix memory leak and use-after-free in 
ixgbe_recovery_probe()   (fixes 29cb3b8d95c7)


These break the build and require additional patches that I am trying to locate.

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-03 Thread Matthew Ruffell
It doesn't make sense to enable the E610 with known issues that could be
easily fixed by adding these fixup commits. It shows the kernel team
that you have thought about bugs introduced by these patches and
performed preventative maintenance for this driver you are proposing.

I strongly urge you to include these fixup commits to your patches,
rebuild a new test kernel, test it, and then resubmit a pull request to
the kernel team.

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-03 Thread Michael Reed
That being said, I don't mind adding the additional patches to 6.14 and
6.8.

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-03 Thread Michael Reed
Hi Matthew,

I was aware of the fixes but when I talked to Intel, they stated that
the fixes are not needed for basic functionality and are fixes and
improvements.

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-12-01 Thread Matthew Ruffell
Hi Michael,

Jay and I went through the patchset, and we think its okay. Our previous
comments occurred before we had a chance to read the whole patchset.

That said, you missed the following fixes commits:

b1e44b4 ixgbe: fix media cage present detection for E610 device
4020659 ixgbe: fix media type detection for E610 device
b85936e ixgbe: initialize aci.lock before it's used
316ba68 ixgbe: destroy aci.lock later within ixgbe_remove path

They are all in questing 6.17, and the first two are in plucky's 6.14
kernel.

I think these are valid fixes and should be added to your pull request.

What do you think? If you agree, please do another test build with these
applied, make sure it all works and modify your [Fixes] section, and
resubmit your pull request.

Thanks,
Matthew

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-11-26 Thread Michael Reed
** 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.
- 
- This patch series adds low level support for the following features and
- enables link management.
  
  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.
  
  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

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-11-24 Thread Michael Reed
** 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.
  
  This patch series adds low level support for the following features and
  enables link management.
+ 
+ 
+ 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]
  
  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]
  
- 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.
+ 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.
  
  Deployments where older kernel is needed ( kernel 6.8)
  
  [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.
  
  This patch series adds low level support for the following features and
  enables link management.
  
- 
- 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.
+ 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]
  
  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
+    -  modinfo ixgbe
  
  3. Remove and Re-add the ixgbe module
-- rmmod ixgbe
-- modprobe ixgbe
-  
+    - rmmod ixgbe
+    - modprobe ixgbe
+ 
  3. Verify the Intel E610 is available on the system
- - sudo lshw -C network
+ - 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 n

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-11-24 Thread Michael Reed
** Description changed:

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-11-24 Thread Michael Reed
** 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.
  
  This patch series adds low level support for the following features and
  enables link management.
  
  [Fix]
  
  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]
  
  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.
  
  [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.
+ 
  Deployments where older kernel is needed ( kernel 6.8)
  
  [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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-11-19 Thread Dmytro Kazantsev
** 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.
  
  This patch series adds low level support for the following features and
  enables link management.
  
  [Fix]
  
  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]
  
+ 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.
+ 
  [Where problems could occur]
+ 
+ Deployments where older kernel is needed ( kernel 6.8)
  
  [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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-11-18 Thread Michael Reed
I have created a test kernel for noble.

https://people.canonical.com/~mreed/misc/lp_2131265_e610/

** 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.
  
  This patch series adds low level support for the following features and
  enables link management.
  
  [Fix]
  
-   ixgbe: Add support for E610 FW Admin Command Interface
-   ixgbe: Add support for E610 device capabilities detection
-   ixgbe: Add link management support for E610 device
-   ixgbe: Add support for NVM handling in E610 device
-   ixgbe: Enable link management in E610 device
+   ixgbe: Add support for E610 FW Admin Command Interface
+   ixgbe: Add support for E610 device capabilities detection
+   ixgbe: Add link management support for E610 device
+   ixgbe: Add support for NVM handling in E610 device
+   ixgbe: Enable link management in E610 device
  
  [Test Case]
  
  [Where problems could occur]
  
  [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.
  
  This patch series adds low level support for the following features and
  enables link management.
  
  [Fix]
  
-   ixgbe: Add support for E610 FW Admin Command Interface
-   ixgbe: Add support for E610 device capabilities detection
-   ixgbe: Add link management support for E610 device
-   ixgbe: Add support for NVM handling in E610 device
-   ixgbe: Enable link management in 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]
  
  [Where problems could occur]
  
  [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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-11-17 Thread Michael Reed
** Changed in: linux (Ubuntu Plucky)
   Status: New => Fix Released

** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Changed in: linux (Ubuntu Noble)
   Importance: Undecided => High

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-11-17 Thread Michael Reed
These patches are all in questing  (master-next)

$ git describe --tags
Ubuntu-6.17.0-6.6

** Changed in: linux (Ubuntu Questing)
   Status: New => Fix Released

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-11-17 Thread Bun K Tan
Hi Michael,

Here's the list of patches needed:
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

-- 
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

[Bug 2131265] Re: [SRU] ixgbe: Add support for E610 in Noble

2025-11-13 Thread Ubuntu Kernel Bot
** Tags added: kernel-daily-bug

-- 
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