DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 1/1] common/cnxk: update partnumber for 103xx
@ 2022-08-09 13:31 Rakesh Kudurumalla
  2022-08-30  4:38 ` Jerin Jacob
  0 siblings, 1 reply; 2+ messages in thread
From: Rakesh Kudurumalla @ 2022-08-09 13:31 UTC (permalink / raw)
  To: Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori, Satha Rao
  Cc: dev, Rakesh Kudurumalla

During model population part number is different
for 103xx and hence dpdk initialization fails.
This fix resolves the same.

Signed-off-by: Rakesh Kudurumalla <rkudurumalla@marvell.com>
---
 drivers/common/cnxk/roc_model.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/common/cnxk/roc_model.c b/drivers/common/cnxk/roc_model.c
index a68baa65ea..c934a10509 100644
--- a/drivers/common/cnxk/roc_model.c
+++ b/drivers/common/cnxk/roc_model.c
@@ -19,7 +19,7 @@ struct roc_model *roc_model;
 #define PART_106xx  0xB9
 #define PART_105xx  0xBA
 #define PART_105xxN 0xBC
-#define PART_103xx  0xBE
+#define PART_103xx  0xBD
 #define PART_98xx   0xB1
 #define PART_96xx   0xB2
 #define PART_95xx   0xB3
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-30  4:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 13:31 [PATCH 1/1] common/cnxk: update partnumber for 103xx Rakesh Kudurumalla
2022-08-30  4:38 ` 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).