All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] ionic: Small fixes
@ 2024-08-13 23:41 Brett Creeley
  2024-08-13 23:41 ` [PATCH net 1/2] ionic: Fix napi case where budget == 0 Brett Creeley
  2024-08-13 23:41 ` [PATCH net 2/2] ionic: Prevent tx_timeout due to frequent doorbell ringing Brett Creeley
  0 siblings, 2 replies; 7+ messages in thread
From: Brett Creeley @ 2024-08-13 23:41 UTC (permalink / raw)
  To: netdev, davem, kuba, edumazet, pabeni; +Cc: shannon.nelson, brett.creeley

Fixes for the ionic driver related to the case where napi budget
is 0 and also a fix for possible tx_timeout.

Brett Creeley (2):
  ionic: Fix napi case where budget == 0
  ionic: Prevent tx_timeout due to frequent doorbell ringing

 drivers/net/ethernet/pensando/ionic/ionic_dev.h  | 2 +-
 drivers/net/ethernet/pensando/ionic/ionic_lif.c  | 2 +-
 drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 3 ---
 3 files changed, 2 insertions(+), 5 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2024-08-15  1:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-13 23:41 [PATCH net 0/2] ionic: Small fixes Brett Creeley
2024-08-13 23:41 ` [PATCH net 1/2] ionic: Fix napi case where budget == 0 Brett Creeley
2024-08-14 11:33   ` Joe Damato
2024-08-14 18:01     ` Brett Creeley
2024-08-15  0:27   ` Jakub Kicinski
2024-08-15  0:59     ` Brett Creeley
2024-08-13 23:41 ` [PATCH net 2/2] ionic: Prevent tx_timeout due to frequent doorbell ringing Brett Creeley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.