Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 15 Aug 2025 16:15:13 -0700 you wrote:
ncdevmem tests that the kernel correctly rejects attempts to deactivate queues with MPs bound.
Make the configure_channels() test support combined channels. Currently it tries to set the queue counts to rx N tx N-1, which only makes sense for devices which have IRQs per ring type. Most modern devices used combined IRQs/channels with both Rx and Tx queues. Since the math is total Rx == combined+Rx setting Rx when combined is non-zero will be increasing the total queue count, not decreasing as the test intends.
[...]
Here is the summary with links: - [net-next] selftests: drv-net: ncdevmem: make configure_channels() support combined channels https://git.kernel.org/netdev/net-next/c/51992f99f068
You are awesome, thank you!