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