Re: [PATCH v2 net-next 0/5] net: stmmac: enable multi-vector MSI

2021-03-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 26 Mar 2021 01:39:11 +0800 you wrote: > This patchset adds support for multi MSI interrupts in addition to > current single common interrupt implementation. Each MSI interrupt is tied > to a newly introduce interru

[PATCH v2 net-next 0/5] net: stmmac: enable multi-vector MSI

2021-03-25 Thread Voon Weifeng
This patchset adds support for multi MSI interrupts in addition to current single common interrupt implementation. Each MSI interrupt is tied to a newly introduce interrupt service routine(ISR). Hence, each interrupt will only go through the corresponding ISR. In order to increase the efficiency,