Message ID | 20241021-iwl-2024-10-21-iwl-net-fixes-v1-0-a50cb3059f55@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Intel Wired LAN Driver Fixes 2024-10-21 (igb, ice) | expand |
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni <pabeni@redhat.com>: On Mon, 21 Oct 2024 16:26:23 -0700 you wrote: > This series includes fixes for the ice and igb drivers. > > Wander fixes an issue in igb when operating on PREEMPT_RT kernels due to > the PREEMPT_RT kernel switching IRQs to be threaded by default. > > Michal fixes the ice driver to block subfunction port creation when the PF > is operating in legacy (non-switchdev) mode. > > [...] Here is the summary with links: - [net,1/3] igb: Disable threaded IRQ for igb_msix_other https://git.kernel.org/netdev/net/c/338c4d3902fe - [net,2/3] ice: block SF port creation in legacy mode https://git.kernel.org/netdev/net/c/3e13a8c0a526 - [net,3/3] ice: fix crash on probe for DPLL enabled E810 LOM (no matching commit) You are awesome, thank you!
This series includes fixes for the ice and igb drivers. Wander fixes an issue in igb when operating on PREEMPT_RT kernels due to the PREEMPT_RT kernel switching IRQs to be threaded by default. Michal fixes the ice driver to block subfunction port creation when the PF is operating in legacy (non-switchdev) mode. Arkadiusz fixes a crash when loading the ice driver on an E810 LOM which has DPLL enabled. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> --- Arkadiusz Kubalewski (1): ice: fix crash on probe for DPLL enabled E810 LOM Michal Swiatkowski (1): ice: block SF port creation in legacy mode Wander Lairson Costa (1): igb: Disable threaded IRQ for igb_msix_other drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 1 + .../net/ethernet/intel/ice/devlink/devlink_port.c | 6 ++ drivers/net/ethernet/intel/ice/ice_dpll.c | 70 ++++++++++++++++++++++ drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 21 ++++++- drivers/net/ethernet/intel/igb/igb_main.c | 2 +- 5 files changed, 97 insertions(+), 3 deletions(-) --- base-commit: d95d9a31aceb2021084bc9b94647bc5b175e05e7 change-id: 20241021-iwl-2024-10-21-iwl-net-fixes-248b4a7fd259 Best regards,