[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<174595863575.1788116.7871745700019155362.git-patchwork-notify@kernel.org>
Date: Tue, 29 Apr 2025 20:30:35 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jakub Kicinski <kuba@...nel.org>
Cc: mkubecek@...e.cz, netdev@...r.kernel.org
Subject: Re: [PATCH ethtool-next] channels: support json output
Hello:
This patch was applied to ethtool/ethtool.git (master)
by Michal Kubecek <mkubecek@...e.cz>:
On Tue, 29 Apr 2025 08:03:32 -0700 you wrote:
> Make -l | --show-channels support JSON output format.
>
> # ./ethtool -j -l '*' | jq
> [
> {
> "ifname": "eth0",
> "rx-max": 32,
> "tx-max": 32,
> "combined-max": 32,
> "rx": 0,
> "tx": 0,
> "combined": 20
> },
> {
> "ifname": "veth0",
> "rx-max": 80,
> "tx-max": 80,
> "rx": 1,
> "tx": 1
> },
> {
> "ifname": "veth1",
> "rx-max": 80,
> "tx-max": 80,
> "rx": 1,
> "tx": 1
> }
> ]
>
> [...]
Here is the summary with links:
- [ethtool-next] channels: support json output
https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=64226907d0d6
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