[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220302175928.4129098-1-anthony.l.nguyen@intel.com>
Date: Wed, 2 Mar 2022 09:59:26 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
maciej.fijalkowski@...el.com, magnus.karlsson@...el.com,
ast@...nel.org, daniel@...earbox.net, hawk@...nel.org,
john.fastabend@...il.com, bpf@...r.kernel.org, andrii@...nel.org,
kpsingh@...nel.org, kafai@...com, yhs@...com, songliubraving@...com
Subject: [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-03-02
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
Powered by blists - more mailing lists