BPF List
 help / color / mirror / Atom feed
* [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-03-02
@ 2022-03-02 17:59 Tony Nguyen
  2022-03-02 17:59 ` [PATCH net 1/2] ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc() Tony Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Tony Nguyen @ 2022-03-02 17:59 UTC (permalink / raw)
  To: davem, kuba
  Cc: Tony Nguyen, netdev, maciej.fijalkowski, magnus.karlsson, ast,
	daniel, hawk, john.fastabend, bpf, andrii, kpsingh, kafai, yhs,
	songliubraving

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-03-03 18:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-02 17:59 [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-03-02 Tony Nguyen
2022-03-02 17:59 ` [PATCH net 1/2] ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc() Tony Nguyen
2022-03-02 17:59 ` [PATCH net 2/2] ice: avoid XDP checks in ice_clean_tx_irq() Tony Nguyen
2022-03-03 16:19   ` Jakub Kicinski
2022-03-03 16:28     ` Jakub Kicinski
2022-03-03 18:25       ` Tony Nguyen
2022-03-03 16:40 ` [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-03-02 patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox