Re: [PATCH net-next] tsnep: Link queues to NAPIs
From: patchwork-bot+netdevbpf@kernel.org
Date: 2025-01-14 23:00:17
From: patchwork-bot+netdevbpf@kernel.org
Date: 2025-01-14 23:00:17
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski [off-list ref]: On Fri, 10 Jan 2025 23:39:39 +0100 you wrote:
Use netif_queue_set_napi() to link queues to NAPI instances so that they
can be queried with netlink.
$ ./tools/net/ynl/cli.py --spec Documentation/netlink/specs/netdev.yaml \
--dump queue-get --json='{"ifindex": 11}'
[{'id': 0, 'ifindex': 11, 'napi-id': 9, 'type': 'rx'},
{'id': 1, 'ifindex': 11, 'napi-id': 10, 'type': 'rx'},
{'id': 0, 'ifindex': 11, 'napi-id': 9, 'type': 'tx'},
{'id': 1, 'ifindex': 11, 'napi-id': 10, 'type': 'tx'}]
[...]
Here is the summary with links:
- [net-next] tsnep: Link queues to NAPIs
https://git.kernel.org/netdev/net-next/c/b1b5cff6002a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html