[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231024154731.32056d00@kernel.org>
Date: Tue, 24 Oct 2023 15:47:31 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Amritha Nambiar <amritha.nambiar@...el.com>
Cc: netdev@...r.kernel.org, pabeni@...hat.com, sridhar.samudrala@...el.com
Subject: Re: [net-next PATCH v6 05/10] netdev-genl: spec: Extend netdev
netlink spec in YAML for NAPI
On Mon, 23 Oct 2023 18:33:44 -0700 Amritha Nambiar wrote:
> + name: napi
> + attributes:
> + -
> + name: ifindex
> + doc: netdev ifindex
ifindex of the netdevice to which NAPI instance belongs.
> + type: u32
> + checks:
> + min: 1
> + -
> + name: napi-id
> + doc: napi id
ID of the NAPI instance.
> + type: u32
> -
> name: queue
> attributes:
> @@ -168,6 +181,23 @@ operations:
> attributes:
> - ifindex
> reply: *queue-get-op
> + -
> + name: napi-get
> + doc: napi information such as napi-id
Get information about NAPI instances configured on the system.
Powered by blists - more mailing lists