DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: Ashwin Sekhar T K <asekhar@marvell.com>
Cc: dev@dpdk.org, Nithin Dabilpuram <ndabilpuram@marvell.com>,
	 Kiran Kumar K <kirankumark@marvell.com>,
	Sunil Kumar Kori <skori@marvell.com>,
	 Satha Rao <skoteshwar@marvell.com>,
	jerinj@marvell.com, pbhagavatula@marvell.com,
	 psatheesh@marvell.com, anoobj@marvell.com, gakhil@marvell.com,
	 hkalra@marvell.com
Subject: Re: [PATCH] common/cnxk: update ROC erratas
Date: Wed, 3 May 2023 13:34:47 +0530	[thread overview]
Message-ID: <CALBAE1NGWi94pKHZLDEQ=cDSpEL7Advq78uWCFJcwur=2G4pEw@mail.gmail.com> (raw)
In-Reply-To: <20230411071831.1124587-1-asekhar@marvell.com>

On Tue, Apr 11, 2023 at 12:49 PM Ashwin Sekhar T K <asekhar@marvell.com> wrote:
>
> Update the models where errata IPBUNPA-37480 is applicable.
>
> Signed-off-by: Ashwin Sekhar T K <asekhar@marvell.com>


Updated the git commit as follows and applied to
dpdk-next-net-eventdev/for-main. Thanks

    common/cnxk: update IPBUNPA-37480 errata scope

    Update the SoC models where errata IPBUNPA-37480 is applicable.

    Signed-off-by: Ashwin Sekhar T K <asekhar@marvell.com>


> ---
>  drivers/common/cnxk/roc_errata.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/common/cnxk/roc_errata.h b/drivers/common/cnxk/roc_errata.h
> index 2d15e639b7..1333bde629 100644
> --- a/drivers/common/cnxk/roc_errata.h
> +++ b/drivers/common/cnxk/roc_errata.h
> @@ -25,7 +25,8 @@ roc_errata_nix_has_cq_min_size_4k(void)
>  static inline bool
>  roc_errata_npa_has_no_fc_stype_ststp(void)
>  {
> -       return roc_model_is_cn10ka_a0() ? true : false;
> +       return roc_model_is_cn10ka_a0() || roc_model_is_cn10ka_a1() || roc_model_is_cnf10ka_a0() ||
> +              roc_model_is_cnf10kb_a0();
>  }
>
>  /* Errata IPBUNIXTX-39337 */
> --
> 2.25.1
>

      reply	other threads:[~2023-05-03  8:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11  7:18 Ashwin Sekhar T K
2023-05-03  8:04 ` Jerin Jacob [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALBAE1NGWi94pKHZLDEQ=cDSpEL7Advq78uWCFJcwur=2G4pEw@mail.gmail.com' \
    --to=jerinjacobk@gmail.com \
    --cc=anoobj@marvell.com \
    --cc=asekhar@marvell.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=hkalra@marvell.com \
    --cc=jerinj@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=pbhagavatula@marvell.com \
    --cc=psatheesh@marvell.com \
    --cc=skori@marvell.com \
    --cc=skoteshwar@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).