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