[dpdk-stable] [19.11] net/bnxt: fix vnic Rx queue cnt updation

Luca Boccassi bluca at debian.org
Wed Dec 2 11:31:25 CET 2020


On Wed, 2020-12-02 at 14:57 +0530, Somnath Kotur wrote:
> The vnic's Rx queue count needs to be updated while it is being
> setup, this was missed during the backport
> 
> Fixes: c897ba654d92 ("net/bnxt: allow group ID 0 for RSS action")
> 
> Signed-off-by: Somnath Kotur <somnath.kotur at broadcom.com>
> ---
>  drivers/net/bnxt/bnxt_ethdev.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/net/bnxt/bnxt_ethdev.c b/drivers/net/bnxt/bnxt_ethdev.c
> index 6b69172990..fc8532a464 100644
> --- a/drivers/net/bnxt/bnxt_ethdev.c
> +++ b/drivers/net/bnxt/bnxt_ethdev.c
> @@ -296,8 +296,12 @@ static int bnxt_setup_one_vnic(struct bnxt *bp, uint16_t vnic_id)
>  
>  		if (BNXT_HAS_RING_GRPS(bp) && rxq->rx_deferred_start)
>  			rxq->vnic->fw_grp_ids[j] = INVALID_HW_RING_ID;
> +		else
> +			vnic->rx_queue_cnt++;
>  	}
>  
> +	PMD_DRV_LOG(DEBUG, "vnic->rx_queue_cnt = %d\n", vnic->rx_queue_cnt);
> +
>  	rc = bnxt_vnic_rss_configure(bp, vnic);
>  	if (rc)
>  		goto err_out;

Acked-by: Luca Boccassi <bluca at debian.org>

Thanks, applied.

-- 
Kind regards,
Luca Boccassi


More information about the stable mailing list