mbox series

[SRU,F,0/2] Update ice driver to support E823 devices

Message ID 20230119011715.42585-1-michael.reed@canonical.com
Headers show
Series Update ice driver to support E823 devices | expand

Message

Michael Reed Jan. 19, 2023, 1:17 a.m. UTC
From: Michael Reed <Michael.Reed@canonical.com>

BugLink:  https://launchpad.net/bugs/1986717

SRU Justification:

[Impact]

Ice driver does not support E823 in 5.4. This was introduced in 5.7, but is part of the Ice Lake D platform which is otherwise supported in 5.4. One of the hardware vendors has requested that we update Ice in 5.4 to support E823.

[Fix]

e36aeec0f4e5 ice: add support for E823 devices
5d9e618cbb54 ice: Add device ids for E822 devices

[Testcase]

Load ice driver on system with E823 device present and ensure the device is seen by the system

[Where problems could occur]

The regression risk is low
These patches did not cherry pick cleanly I had to make some minor changes.

Other Info:

https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/focal/+ref/e823_intel_3

Bruce Allan (1):
  ice: add support for E823 devices

Jacob Keller (1):
  ice: Add device ids for E822 devices

 drivers/net/ethernet/intel/ice/ice_devids.h | 39 ++++++++++++++++++++-
 drivers/net/ethernet/intel/ice/ice_main.c   | 19 ++++++++++
 drivers/net/ethernet/intel/ice/ice_nvm.c    | 26 ++++++++++++++
 3 files changed, 83 insertions(+), 1 deletion(-)

Comments

Tim Gardner Jan. 19, 2023, 7:33 p.m. UTC | #1
On 1/18/23 6:17 PM, Michael Reed wrote:
> From: Michael Reed <Michael.Reed@canonical.com>
> 
> BugLink:  https://launchpad.net/bugs/1986717
> 
> SRU Justification:
> 
> [Impact]
> 
> Ice driver does not support E823 in 5.4. This was introduced in 5.7, but is part of the Ice Lake D platform which is otherwise supported in 5.4. One of the hardware vendors has requested that we update Ice in 5.4 to support E823.
> 
> [Fix]
> 
> e36aeec0f4e5 ice: add support for E823 devices
> 5d9e618cbb54 ice: Add device ids for E822 devices
> 
> [Testcase]
> 
> Load ice driver on system with E823 device present and ensure the device is seen by the system
> 
> [Where problems could occur]
> 
> The regression risk is low
> These patches did not cherry pick cleanly I had to make some minor changes.
> 
> Other Info:
> 
> https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/focal/+ref/e823_intel_3
> 
> Bruce Allan (1):
>    ice: add support for E823 devices
> 
> Jacob Keller (1):
>    ice: Add device ids for E822 devices
> 
>   drivers/net/ethernet/intel/ice/ice_devids.h | 39 ++++++++++++++++++++-
>   drivers/net/ethernet/intel/ice/ice_main.c   | 19 ++++++++++
>   drivers/net/ethernet/intel/ice/ice_nvm.c    | 26 ++++++++++++++
>   3 files changed, 83 insertions(+), 1 deletion(-)
> 

Change 'cherry picked from' to 'backported from' and add a short 
description of the changes required for the backport. For example:

Signed-off-by: Michael Reed <Michael.Reed@canonical.com>
[Michael - context adjustments, no code changes. ]