[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240528-net-2024-05-28-intel-net-fixes-v1-0-dc8593d2bbc6@intel.com>
Date: Tue, 28 May 2024 15:06:03 -0700
From: Jacob Keller <jacob.e.keller@...el.com>
To: Jakub Kicinski <kuba@...nel.org>, David Miller <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>
Cc: Jacob Keller <jacob.e.keller@...el.com>,
Hui Wang <hui.wang@...onical.com>,
Vitaly Lifshits <vitaly.lifshits@...el.com>,
Naama Meir <naamax.meir@...ux.intel.com>, Simon Horman <horms@...nel.org>,
Paul Menzel <pmenzel@...gen.mpg.de>,
Tony Nguyen <anthony.l.nguyen@...el.com>, Zhang Rui <rui.zhang@...el.com>,
Thinh Tran <thinhtr@...ux.ibm.com>, Robert Thomas <rob.thomas@....com>,
Pucha Himasekhar Reddy <himasekharx.reddy.pucha@...el.com>,
Michal Kubiak <michal.kubiak@...el.com>,
Wojciech Drewek <wojciech.drewek@...el.com>,
George Kuruvinakunnel <george.kuruvinakunnel@...el.com>,
Maciej Fijalkowski <maciej.fijalkowski@...el.com>,
Paul Greenwalt <paul.greenwalt@...el.com>,
Michal Swiatkowski <michal.swiatkowski@...ux.intel.com>,
Brett Creeley <brett.creeley@....com>,
Przemek Kitszel <przemyslaw.kitszel@...el.com>,
Dave Ertman <david.m.ertman@...el.com>,
Lukasz Czapnik <lukasz.czapnik@...el.com>
Subject: [PATCH net 0/8] Intel Wired LAN Driver Updates 2024-05-28 (e1000e,
i40e, ice)
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.
Michal Kubiak provides a fix for i40e XDP in if the user tries to rmmod the
i40e driver while an XDP program is loaded.
Paul Greenwalt provides a fix to correctly map the 200G PHY types to link
speeds in the ice driver.
Wojciech Drewek provides a fix to ice to resolve sporadic issues with
downloading the firmware package over the Admin queue.
Jacob provides a fix for the ice driver to correct reading the Shadow RAM
portion of the NVM for some of the newer devices including E830 and E825-C
devices.
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.
Signed-off-by: Jacob Keller <jacob.e.keller@...el.com>
---
Dave Ertman (1):
ice: check for unregistering correct number of devlink params
Hui Wang (1):
e1000e: move force SMBUS near the end of enable_ulp function
Jacob Keller (1):
ice: fix reads from NVM Shadow RAM on E830 and E825-C devices
Michal Kubiak (1):
i40e: Fix XDP program unloading while removing the driver
Paul Greenwalt (1):
ice: fix 200G PHY types to link speed mapping
Thinh Tran (2):
i40e: factoring out i40e_suspend/i40e_resume
i40e: Fully suspend and resume IO operations in EEH case
Wojciech Drewek (1):
ice: implement AQ download pkg retry
drivers/net/ethernet/intel/e1000e/ich8lan.c | 22 ++
drivers/net/ethernet/intel/e1000e/netdev.c | 18 --
drivers/net/ethernet/intel/i40e/i40e_main.c | 277 +++++++++++++----------
drivers/net/ethernet/intel/ice/devlink/devlink.c | 31 ++-
drivers/net/ethernet/intel/ice/ice_common.c | 10 +
drivers/net/ethernet/intel/ice/ice_ddp.c | 19 +-
drivers/net/ethernet/intel/ice/ice_nvm.c | 88 ++++++-
drivers/net/ethernet/intel/ice/ice_type.h | 14 +-
8 files changed, 319 insertions(+), 160 deletions(-)
---
base-commit: 56a5cf538c3f2d935b0d81040a8303b6e7fc5fd8
change-id: 20240528-net-2024-05-28-intel-net-fixes-6d50e8e27b76
Best regards,
--
Jacob Keller <jacob.e.keller@...el.com>
Powered by blists - more mailing lists