summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-01-22 03:51:08 +0300
committerJakub Kicinski <kuba@kernel.org>2026-01-23 22:49:01 +0300
commit1410c7416dc343f15e9b7152eabddbdbe483002d (patch)
tree3e38f1a3201671d40de245012e73d38d9892b996 /include/linux
parent56f9058eb3601049c094b76462b77c2ef943100a (diff)
downloadlinux-1410c7416dc343f15e9b7152eabddbdbe483002d.tar.xz
eth: bnxt: always set the queue mgmt ops
Core provides a centralized callback for validating per-queue settings but the callback is part of the queue management ops. Having the ops conditionally set complicates the parts of the driver which could otherwise lean on the core to feed it the correct settings. Always set the queue ops, but provide no restart-related callbacks if queue ops are not supported by the device. This should maintain current behavior, the check in netdev_rx_queue_restart() looks both at op struct and individual ops. Reviewed-by: Subbaraya Sundeep <sbhatta@marvell.com> Link: https://patch.msgid.link/20260122005113.2476634-2-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions