]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: introduce a trivial netdev_queue_config()
authorJakub Kicinski <kuba@kernel.org>
Thu, 22 Jan 2026 00:51:09 +0000 (16:51 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 23 Jan 2026 19:49:01 +0000 (11:49 -0800)
commitb9ac2c60a3ad445fa81289aac5adc06b8c1b1d57
tree91d55ad8fdb19d75bbc317db7f2d6c3fcefc7665
parent1410c7416dc343f15e9b7152eabddbdbe483002d
net: introduce a trivial netdev_queue_config()

We may choose to extend or reimplement the logic which renders
the per-queue config. The drivers should not poke directly into
the queue state. Add a helper for drivers to use when they want
to query the config for a specific queue.

Link: https://patch.msgid.link/20260122005113.2476634-3-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/broadcom/bnxt/bnxt.c
include/net/netdev_queues.h
net/core/Makefile
net/core/netdev_config.c [new file with mode: 0644]