mbox series

[net,v2,0/2] net: txgbe: fix MSI and INTx interrupts

Message ID 20240626060703.31652-1-jiawenwu@trustnetic.com (mailing list archive)
Headers show
Series net: txgbe: fix MSI and INTx interrupts | expand

Message

Jiawen Wu June 26, 2024, 6:07 a.m. UTC
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(-)