linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH 0/3] Dynamic LMTST region setup
@ 2021-06-29 17:00 Geetha sowjanya
  2021-06-29 17:00 ` [net-next PATCH 1/3] octeontx2-af: cn10k: Setting up lmtst map table Geetha sowjanya
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geetha sowjanya @ 2021-06-29 17:00 UTC (permalink / raw)
  To: netdev, linux-kernel
  Cc: kuba, davem, sbhatta, hkelam, jerinj, gakula, lcherian, sgoutham, hkalra

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


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

end of thread, other threads:[~2021-07-01 18:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29 17:00 [net-next PATCH 0/3] Dynamic LMTST region setup Geetha sowjanya
2021-06-29 17:00 ` [net-next PATCH 1/3] octeontx2-af: cn10k: Setting up lmtst map table Geetha sowjanya
2021-06-29 17:00 ` [net-next PATCH 2/3] octeontx2-af: cn10k: Support configurable LMTST regions Geetha sowjanya
2021-06-29 17:00 ` [net-next PATCH 3/3] octeontx2-pf: cn10k: Use runtime allocated LMTLINE region Geetha sowjanya
2021-07-01 18:40 ` [net-next PATCH 0/3] Dynamic LMTST region setup patchwork-bot+netdevbpf

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