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:
committed by
Jakub Kicinski
parent
27f91aaf49
commit
5a5131d66f
@ -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:
|
||||
|
Reference in New Issue
Block a user