[net-next PATCH 0/3] Dynamic LMTST region setup

From: Geetha sowjanya
Date: Tue Jun 29 2021 - 13:00:29 EST


This patch series allows RVU PF/VF to allocate memory for
LMTST operations instead of using memory reserved by firmware
which is mapped as device memory.
The LMTST mapping table contains the RVU PF/VF LMTST memory base
address entries. This table is used by hardware for LMTST operations.
Patch1 introduces new mailbox message to update the LMTST table with
the new allocated memory address.

Geetha sowjanya (2):
octeontx2-af: Support configurable LMTST regions
octeontx2-pf: Use runtime allocated LMTLINE region

Harman Kalra (1):
octeontx2-af: cn10k: setting up lmtst map table

.../net/ethernet/marvell/octeontx2/af/mbox.h | 10 +
.../net/ethernet/marvell/octeontx2/af/rvu.c | 1 +
.../net/ethernet/marvell/octeontx2/af/rvu.h | 4 +
.../ethernet/marvell/octeontx2/af/rvu_cn10k.c | 202 ++++++++++++++++++
.../ethernet/marvell/octeontx2/af/rvu_reg.h | 10 +
.../marvell/octeontx2/af/rvu_struct.h | 3 +-
.../ethernet/marvell/octeontx2/nic/cn10k.c | 87 +++-----
.../ethernet/marvell/octeontx2/nic/cn10k.h | 3 +-
.../marvell/octeontx2/nic/otx2_common.h | 7 +-
.../ethernet/marvell/octeontx2/nic/otx2_pf.c | 17 +-
.../marvell/octeontx2/nic/otx2_txrx.h | 1 +
.../ethernet/marvell/octeontx2/nic/otx2_vf.c | 12 +-
12 files changed, 283 insertions(+), 74 deletions(-)

--
2.17.1