[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id:
<173689564054.170851.16667788845634635761.git-patchwork-notify@kernel.org>
Date: Tue, 14 Jan 2025 23:00:40 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Gerhard Engleder <gerhard@...leder-embedded.com>
Cc: andrew@...n.ch, davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] tsnep: Link queues to NAPIs
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
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
Powered by blists - more mailing lists