DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Marvell cn20K SOC base code
@ 2024-09-02  6:29 Harman Kalra
  2024-09-02  6:29 ` [PATCH 1/5] common/cnxk: define platform configuration Harman Kalra
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Harman Kalra @ 2024-09-02  6:29 UTC (permalink / raw)
  Cc: dev, Harman Kalra

This patchset introduces foundational support for Marvell's 
CN20K SoC. Based on this series cn20K enhancements to PMD's
such as 'common/cnxk', 'net/cnxk', 'mempool/cnxk', 'event/cnxk'
etc, will be added.

Harman Kalra (5):
  common/cnxk: define platform configuration
  common/cnxk: add CN20ka A0 model
  common/cnxk: add cn20ka mbox support
  common/cnxk: define PF VF bit encoding in pcifunc
  common/cnxk: enable PF VF mbox

 drivers/common/cnxk/hw/rvu.h        |  31 +++
 drivers/common/cnxk/meson.build     |  13 ++
 drivers/common/cnxk/roc_constants.h |  12 +-
 drivers/common/cnxk/roc_dev.c       | 327 +++++++++++++++++++---------
 drivers/common/cnxk/roc_dev_priv.h  |  51 ++++-
 drivers/common/cnxk/roc_mbox.c      |  86 ++++++--
 drivers/common/cnxk/roc_model.c     |   9 +-
 drivers/common/cnxk/roc_model.h     |  48 +++-
 drivers/common/cnxk/roc_npc.c       |   5 +-
 drivers/common/cnxk/roc_platform.h  |   1 +
 10 files changed, 454 insertions(+), 129 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-09-02  6:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-02  6:29 [PATCH 0/5] Marvell cn20K SOC base code Harman Kalra
2024-09-02  6:29 ` [PATCH 1/5] common/cnxk: define platform configuration Harman Kalra
2024-09-02  6:29 ` [PATCH 2/5] common/cnxk: add CN20ka A0 model Harman Kalra
2024-09-02  6:29 ` [PATCH 3/5] common/cnxk: add cn20ka mbox support Harman Kalra
2024-09-02  6:29 ` [PATCH 4/5] common/cnxk: define PF VF bit encoding in pcifunc Harman Kalra
2024-09-02  6:29 ` [PATCH 5/5] common/cnxk: enable PF VF mbox Harman Kalra

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).