common/cnxk: update CN103XX subsystem device ID

Message ID 20220613112939.1197195-1-rbhansali@marvell.com (mailing list archive)
State Accepted, archived
Delegated to: Jerin Jacob
Headers
Series common/cnxk: update CN103XX subsystem device ID |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/github-robot: build fail github build: failed
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing fail Testing issues
ci/iol-abi-testing success Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Rahul Bhansali June 13, 2022, 11:29 a.m. UTC
  Updates the subsystem device ID for CN103XX.

Signed-off-by: Rahul Bhansali <rbhansali@marvell.com>
---
 drivers/common/cnxk/roc_constants.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Jerin Jacob June 17, 2022, 11:58 a.m. UTC | #1
On Mon, Jun 13, 2022 at 4:59 PM Rahul Bhansali <rbhansali@marvell.com> wrote:
>
> Updates the subsystem device ID for CN103XX.
>
> Signed-off-by: Rahul Bhansali <rbhansali@marvell.com>


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

    common/cnxk: fix CN103XX subsystem device ID

    Fix the subsystem device ID for CN103XX.

    Fixes: dd462f68f04a ("common/cnxk: support CN103XX platform")
    Cc: stable@dpdk.org

    Signed-off-by: Rahul Bhansali <rbhansali@marvell.com>
  

Patch

diff --git a/drivers/common/cnxk/roc_constants.h b/drivers/common/cnxk/roc_constants.h
index d7a8bd23e2..2553d4d8fc 100644
--- a/drivers/common/cnxk/roc_constants.h
+++ b/drivers/common/cnxk/roc_constants.h
@@ -52,7 +52,7 @@ 
 #define PCI_SUBSYSTEM_DEVID_CN10KA  0xB900
 #define PCI_SUBSYSTEM_DEVID_CN10KAS 0xB900
 #define PCI_SUBSYSTEM_DEVID_CNF10KA 0xBA00
-#define PCI_SUBSYSTEM_DEVID_CN10KB  0xB900
+#define PCI_SUBSYSTEM_DEVID_CN10KB  0xBD00
 
 #define PCI_SUBSYSTEM_DEVID_CN9KA 0x0000
 #define PCI_SUBSYSTEM_DEVID_CN9KB 0xb400