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