netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] net: txgbe: fix MSI and INTx interrupts
@ 2024-06-26  6:07 Jiawen Wu
  2024-06-26  6:07 ` [PATCH net v2 1/2] net: txgbe: remove separate irq request for MSI and INTx Jiawen Wu
  2024-06-26  6:07 ` [PATCH net v2 2/2] net/txgbe: add extra handle for MSI/INTx into thread irq handle Jiawen Wu
  0 siblings, 2 replies; 7+ messages in thread
From: Jiawen Wu @ 2024-06-26  6:07 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, horms, andrew, netdev,
	przemyslaw.kitszel
  Cc: mengyuanlou, duanqiangwen, Jiawen Wu

Fix MSI and INTx interrupts for txgbe driver.

changes in v2:
- Split into two commits.
- Detail commit description.

v1: https://lore.kernel.org/all/20240621080951.14368-1-jiawenwu@trustnetic.com

Jiawen Wu (2):
  net: txgbe: remove separate irq request for MSI and INTx
  net/txgbe: add extra handle for MSI/INTx into thread irq handle

 drivers/net/ethernet/wangxun/libwx/wx_lib.c   |  13 +-
 .../net/ethernet/wangxun/txgbe/txgbe_irq.c    | 122 +++++++-----------
 .../net/ethernet/wangxun/txgbe/txgbe_irq.h    |   2 +-
 .../net/ethernet/wangxun/txgbe/txgbe_main.c   |   3 +-
 4 files changed, 59 insertions(+), 81 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2024-06-28  2:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26  6:07 [PATCH net v2 0/2] net: txgbe: fix MSI and INTx interrupts Jiawen Wu
2024-06-26  6:07 ` [PATCH net v2 1/2] net: txgbe: remove separate irq request for MSI and INTx Jiawen Wu
2024-06-27 23:41   ` Jakub Kicinski
2024-06-28  1:47     ` Jiawen Wu
2024-06-26  6:07 ` [PATCH net v2 2/2] net/txgbe: add extra handle for MSI/INTx into thread irq handle Jiawen Wu
2024-06-27 23:43   ` Jakub Kicinski
2024-06-28  2:16     ` Jiawen Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).