mbox series

[net,v3,0/4] net: txgbe: fix MSI and INTx interrupts

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

Message

Jiawen Wu July 1, 2024, 7:14 a.m. UTC
Fix MSI and INTx interrupts for txgbe driver.

changes in v3:
- Add flag wx->misc_irq_domain.
- Separate commits.
- Detail null-defer events.

changes in v2: https://lore.kernel.org/all/20240626060703.31652-1-jiawenwu@trustnetic.com
- Split into two commits.
- Detail commit description.

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

Jiawen Wu (4):
  net: txgbe: initialize num_q_vectors for MSI/INTx interrupts
  net: txgbe: remove separate irq request for MSI and INTx
  net: txgbe: add extra handle for MSI/INTx into thread irq handle
  net: txgbe: free isb resources at the right time

 drivers/net/ethernet/wangxun/libwx/wx_hw.c    |   1 +
 drivers/net/ethernet/wangxun/libwx/wx_lib.c   |  10 +-
 drivers/net/ethernet/wangxun/libwx/wx_type.h  |   1 +
 drivers/net/ethernet/wangxun/ngbe/ngbe_main.c |   2 +
 .../net/ethernet/wangxun/txgbe/txgbe_irq.c    | 124 +++++++-----------
 .../net/ethernet/wangxun/txgbe/txgbe_irq.h    |   2 +-
 .../net/ethernet/wangxun/txgbe/txgbe_main.c   |   9 +-
 7 files changed, 64 insertions(+), 85 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 2, 2024, 2:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon,  1 Jul 2024 15:14:12 +0800 you wrote:
> Fix MSI and INTx interrupts for txgbe driver.
> 
> changes in v3:
> - Add flag wx->misc_irq_domain.
> - Separate commits.
> - Detail null-defer events.
> 
> [...]

Here is the summary with links:
  - [net,v3,1/4] net: txgbe: initialize num_q_vectors for MSI/INTx interrupts
    https://git.kernel.org/netdev/net/c/7c36711a2cd8
  - [net,v3,2/4] net: txgbe: remove separate irq request for MSI and INTx
    https://git.kernel.org/netdev/net/c/bd07a9817846
  - [net,v3,3/4] net: txgbe: add extra handle for MSI/INTx into thread irq handle
    https://git.kernel.org/netdev/net/c/1e1fa1723eb3
  - [net,v3,4/4] net: txgbe: free isb resources at the right time
    https://git.kernel.org/netdev/net/c/935124dd5883

You are awesome, thank you!