Re: [PATCH net-next v2 5/6] bnxt_fwctl: Add bnxt fwctl device
From: Pavan Chebbi <pavan.chebbi@broadcom.com>
Date: 2025-09-23 12:20:04
From: Pavan Chebbi <pavan.chebbi@broadcom.com>
Date: 2025-09-23 12:20:04
On Tue, Sep 23, 2025 at 4:47 PM Jonathan Cameron [off-list ref] wrote:
I was kind of expecting something called validate_rpc to do the scope checks that we see in other drivers. e.g. mlx5ctl_validate_rpc()
Right, skipped applying scope with the intention to support all the commands, assuming good faith in the sender. Thanks for your comment, I realize besides missing to implement an important fwctl construct, it also does make me appear lazy, to segregate commands from a really large list. But I will do it in v3. Thanks for pointing out.