lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <6fa3830c-d3fe-4ad9-8bd4-6342906b2537@intel.com> Date: Tue, 24 Oct 2023 19:20:07 -0700 From: "Nambiar, Amritha" <amritha.nambiar@...el.com> To: Jakub Kicinski <kuba@...nel.org> 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 10/24/2023 3:47 PM, Jakub Kicinski wrote: > 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. > Will fix all this in v7. >> + 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