Merge branch 'intel-wired-lan-driver-updates-2024-05-28-e1000e-i40e-ice'
authorJakub Kicinski <kuba@kernel.org>
Thu, 30 May 2024 01:57:02 +0000 (18:57 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 30 May 2024 01:57:03 +0000 (18:57 -0700)
commit602d9591a75eeb571dcc076ac4e4cedebfff03c1
treeec24ce224507f30f2b8e4a31c854638e1d9aa4c9
parent278d65ccdadb5f0fa0ceaf7b9cc97b305cd72822
parenta51c9b1c9ab2351e62933357fcad5bfad27f2400
Merge branch 'intel-wired-lan-driver-updates-2024-05-28-e1000e-i40e-ice'

Jacob Keller says:

====================
Intel Wired LAN Driver Updates 2024-05-28 (e1000e, i40e, ice) [part]

This series includes a variety of fixes that have been accumulating on the
Intel Wired LAN dev-queue.

Hui Wang provides a fix for suspend/resume on e1000e due to failure
to correctly setup the SMBUS in enable_ulp().

Thinh Tran provides a fix for EEH I/O suspend/resume on i40e to
ensure that I/O operations can continue after a resume. To avoid duplicate
code, the common logic is factored out of i40e_suspend and i40e_resume.

Paul Greenwalt provides a fix to correctly map the 200G PHY types to link
speeds in the ice driver.

Dave Ertman provides a fix correcting devlink parameter unregistration in
the event that the driver loads in safe mode and some of the parameters
were not registered.
====================

Link: https://lore.kernel.org/r/20240528-net-2024-05-28-intel-net-fixes-v1-0-dc8593d2bbc6@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>