[SRU][F][PATCH v3 0/1] Add support for device id 0x159b.

Michael Reed michael.reed at canonical.com
Wed May 26 21:05:34 UTC 2021


From: Michael Reed <Michael.Reed at canonical.com>

Buglink: https://bugs.launchpad.net/bugs/1912511

SRU Justification:

[Impact]
The Intel Ice driver in 5.4 does not contain the PCIIDs necessary to allow the driver to see the E810 network cards. Without this, users running Focal GA will be unable to deploy Ubuntu via MAAS, or use these cards at all post-install when installing from an ISO.

The patch to resolve this landed in Groovy, so this should be a pretty straightforward pick to 5.4. The patch set is small.

[Test Case]

This is easily reproducible by simply trying to install Focal onto a system with an E810 NIC. The NIC is not recognized and thus is not configurable or usable.

[Where problems could occur]

All this patch does is add PCI ID information for E810 to the driver to enable a wider set of cards to be used. Problems should not involve regressions to existing supported hardware, if anything the biggest issue could be discovering that after adding the PCI IDs, further patches are necessary to fully enable support in the Ice driver.

[Other Info]

This was reported by a hardware partner and blocks certification for systems that use E810 based NICs as their primary network devices.
This patch did not cherrypick cleanly but I added the 2 changes and built the kernel without any issues.  This has also been tested 
on 5.4


Bruce Allan (1):
  Add support for device id 0x159b.

 drivers/net/ethernet/intel/ice/ice_devids.h | 2 ++
 drivers/net/ethernet/intel/ice/ice_main.c   | 1 +
 2 files changed, 3 insertions(+)

-- 
2.25.1




More information about the kernel-team mailing list