On Thu, 22 Jan 2026 13:34:20 +0530 Subbaraya Sundeep wrote:
quoted
+
+ dev->queue_mgmt_ops = &bnxt_queue_mgmt_ops_unsupp;
if (BNXT_SUPPORTS_QUEUE_API(bp))
dev->queue_mgmt_ops = &bnxt_queue_mgmt_ops;
- dev->request_ops_lock = true;
Can we also mention that driver with queue_mgmt_ops set makes it as ops locked
driver in Documentation/networking/netdevices.rst ?
Did you check if it's already documented there before asking me to do
it? I know people don't read docs much but asking someone to document
stuff that's already documented is a bit funny..