[PATCH 01/20] common/cnxk: increase resource count for bitmap alloc

Jerin Jacob jerinjacobk at gmail.com
Thu Feb 17 14:13:34 CET 2022


On Mon, Feb 7, 2022 at 1:00 PM Nithin Dabilpuram
<ndabilpuram at marvell.com> wrote:
>
> From: Satha Rao <skoteshwar at marvell.com>
>
> CN10K supports up to 832 resources at SMQ level, so increase
> bitmap count to 1024.
>
> Signed-off-by: Satha Rao <skoteshwar at marvell.com>
> ---

Please change the subject as common/cnxk: increase SMQ resource count

> Depends-on: Series-20935 ("common/cnxk: use XAQ create API for inline device")
> Depends-on: Series-20934 ("common/cnxk: add workaround for vWQE flush")
>  drivers/common/cnxk/roc_nix_priv.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/common/cnxk/roc_nix_priv.h b/drivers/common/cnxk/roc_nix_priv.h
> index deb2a6b..4d2a7d8 100644
> --- a/drivers/common/cnxk/roc_nix_priv.h
> +++ b/drivers/common/cnxk/roc_nix_priv.h
> @@ -31,7 +31,7 @@ struct nix_qint {
>  };
>
>  /* Traffic Manager */
> -#define NIX_TM_MAX_HW_TXSCHQ 512
> +#define NIX_TM_MAX_HW_TXSCHQ 1024
>  #define NIX_TM_HW_ID_INVALID UINT32_MAX
>
>  /* TM flags */
> --
> 2.8.4
>


More information about the dev mailing list