netdev-genl: spec: Add irq in netdev netlink YAML spec

Add support in netlink spec(netdev.yaml) for interrupt number
among the NAPI attributes. Add code generated from the spec.

Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
Reviewed-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
Link: https://lore.kernel.org/r/170147334210.5260.18178387869057516983.stgit@anambiarhost.jf.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Amritha Nambiar
2023-12-01 15:29:02 -08:00
committed by Jakub Kicinski
parent 27f91aaf49
commit 5a5131d66f
5 changed files with 15 additions and 0 deletions

View File

@ -226,6 +226,10 @@ attribute-sets:
name: id
doc: ID of the NAPI instance.
type: u32
-
name: irq
doc: The associated interrupt vector number for the napi
type: u32
-
name: queue
attributes:
@ -384,6 +388,7 @@ operations:
attributes:
- id
- ifindex
- irq
dump:
request:
attributes: