* [PATCH] common/cnxk: update ROC erratas
@ 2023-04-11 7:18 Ashwin Sekhar T K
2023-05-03 8:04 ` Jerin Jacob
0 siblings, 1 reply; 2+ messages in thread
From: Ashwin Sekhar T K @ 2023-04-11 7:18 UTC (permalink / raw)
To: dev, Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori, Satha Rao
Cc: jerinj, pbhagavatula, psatheesh, asekhar, anoobj, gakhil, hkalra
Update the 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] common/cnxk: update ROC erratas
2023-04-11 7:18 [PATCH] common/cnxk: update ROC erratas Ashwin Sekhar T K
@ 2023-05-03 8:04 ` Jerin Jacob
0 siblings, 0 replies; 2+ messages in thread
From: Jerin Jacob @ 2023-05-03 8:04 UTC (permalink / raw)
To: Ashwin Sekhar T K
Cc: dev, Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori,
Satha Rao, jerinj, pbhagavatula, psatheesh, anoobj, gakhil,
hkalra
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-03 8:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-11 7:18 [PATCH] common/cnxk: update ROC erratas Ashwin Sekhar T K
2023-05-03 8:04 ` Jerin Jacob
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).