mbox series

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

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

Message

Michael Reed Feb. 9, 2023, 6:32 p.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


Other Info:

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


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 Feb. 10, 2023, 1:40 p.m. UTC | #1
On 2/9/23 11:32 AM, 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
> 
> 
> Other Info:
> 
> https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/focal/+ref/e823_intel_4
> 
> 
> 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(-)
> 
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Stefan Bader Feb. 24, 2023, 8:48 a.m. UTC | #2
On 09.02.23 19:32, 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
> 
> 
> Other Info:
> 
> https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/focal/+ref/e823_intel_4
> 
> 
> 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(-)
> 

Acked-by: Stefan Bader <stefan.bader@canonical.com>
Stefan Bader Feb. 24, 2023, 10:07 a.m. UTC | #3
On 09.02.23 19:32, 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
> 
> 
> Other Info:
> 
> https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/focal/+ref/e823_intel_4
> 
> 
> 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(-)
> 

Applied to focal:linux/master-next. Thanks.

-Stefan