This series contains updates to ixgbe and ice drivers. Maciej fixes an issue that occurs when carrier is not ok and xsk_pool is present that will cause ksoftirqd to consume 100% CPU by changing the value returned when the carrier state is not ok for ixgbe. He also removes checks against ice_ring_is_xdp() that can't occur for ice. The following are changes since commit 4761df52f1549cc8c5ffcad0b2095fffe2c5435d: Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 10GbE Maciej Fijalkowski (2): ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc() ice: avoid XDP checks in ice_clean_tx_irq() drivers/net/ethernet/intel/ice/ice_txrx.c | 7 +------ drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 6 ++++-- 2 files changed, 5 insertions(+), 8 deletions(-) -- 2.31.1