Re: [PATCH net v2] bnge: fix reserving resources from FW
From: Simon Horman
Date: Wed Feb 18 2026 - 05:10:00 EST
On Wed, Feb 18, 2026 at 10:57:55AM +0530, Vikas Gupta wrote:
> HWRM_FUNC_CFG is used to reserve resources, whereas HWRM_FUNC_QCFG is
> intended for querying resource information from the firmware.
> Since __bnge_hwrm_reserve_pf_rings() reserves resources for a specific
> PF, the command type should be HWRM_FUNC_CFG.
>
> Changes in v2:
> -Fix commit message.
>
> Fixes: 627c67f038d2 ("bng_en: Add resource management support")
> Signed-off-by: Vikas Gupta <vikas.gupta@xxxxxxxxxxxx>
> Reviewed-by: Bhargava Chenna Marreddy <bhargava.marreddy@xxxxxxxxxxxx>
Thanks for the update.
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>