]> Git Repo - linux.git/commit
net: Add napi_struct parameter irq_suspend_timeout
authorMartin Karsten <[email protected]>
Sat, 9 Nov 2024 05:02:31 +0000 (05:02 +0000)
committerJakub Kicinski <[email protected]>
Tue, 12 Nov 2024 02:45:05 +0000 (18:45 -0800)
commit5dc51ec86df6e2214d8398079c1e31736593ab53
tree6eac64f87a4b15bd88dfe515dac9547c76878c98
parentf0fe51a043868bd12e0eb9ee532723342ce3faf6
net: Add napi_struct parameter irq_suspend_timeout

Add a per-NAPI IRQ suspension parameter, which can be get/set with
netdev-genl.

This patch doesn't change any behavior but prepares the code for other
changes in the following commits which use irq_suspend_timeout as a
timeout for IRQ suspension.

Signed-off-by: Martin Karsten <[email protected]>
Co-developed-by: Joe Damato <[email protected]>
Signed-off-by: Joe Damato <[email protected]>
Tested-by: Joe Damato <[email protected]>
Tested-by: Martin Karsten <[email protected]>
Acked-by: Stanislav Fomichev <[email protected]>
Reviewed-by: Sridhar Samudrala <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Documentation/netlink/specs/netdev.yaml
include/linux/netdevice.h
include/uapi/linux/netdev.h
net/core/dev.c
net/core/dev.h
net/core/netdev-genl-gen.c
net/core/netdev-genl.c
tools/include/uapi/linux/netdev.h
This page took 0.046429 seconds and 4 git commands to generate.