[PATCH] common/cnxk: update ROC erratas
Ashwin Sekhar T K
asekhar at marvell.com
Tue Apr 11 09:18:31 CEST 2023
Update the models where errata IPBUNPA-37480 is applicable.
Signed-off-by: Ashwin Sekhar T K <asekhar at 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
More information about the dev
mailing list