[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210629170006.722-1-gakula@marvell.com>
Date: Tue, 29 Jun 2021 22:30:03 +0530
From: Geetha sowjanya <gakula@...vell.com>
To: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <kuba@...nel.org>, <davem@...emloft.net>, <sbhatta@...vell.com>,
<hkelam@...vell.com>, <jerinj@...vell.com>, <gakula@...vell.com>,
<lcherian@...vell.com>, <sgoutham@...vell.com>,
<hkalra@...vell.com>
Subject: [net-next PATCH 0/3] Dynamic LMTST region setup
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
Powered by blists - more mailing lists