]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: octeontx2 - Use dynamic allocated memory region for lmtst
authorBharat Bhushan <bbhushan2@marvell.com>
Fri, 16 May 2025 08:44:41 +0000 (14:14 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 19 May 2025 05:48:48 +0000 (13:48 +0800)
commitd15cbe7137caae0de4fcd368e6f4d89b42b6538b
tree939fecf4a981239028042e712c69cd3806f46a4b
parent57b1e1c0901c9a035cd19b3b08bc8b87edbf69c1
crypto: octeontx2 - Use dynamic allocated memory region for lmtst

Current driver uses static LMTST region allocated by firmware.
Firmware allocated memory for LMTST is available in PF/VF BAR2.
Using this memory have performance impact as this is mapped as
device memory. There is another option to allocate contiguous
memory at run time and map this in LMT MAP table with the
help of AF driver. With this patch dynamic allocated memory
is used for LMTST.

Also add myself as maintainer for crypto octeontx2 driver

Signed-off-by: Bharat Bhushan <bbhushan2@marvell.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
MAINTAINERS
drivers/crypto/marvell/octeontx2/cn10k_cpt.c
drivers/crypto/marvell/octeontx2/cn10k_cpt.h
drivers/crypto/marvell/octeontx2/otx2_cpt_common.h
drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
drivers/crypto/marvell/octeontx2/otx2_cptlf.c
drivers/crypto/marvell/octeontx2/otx2_cptlf.h
drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c
drivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c
drivers/crypto/marvell/octeontx2/otx2_cptvf_main.c
drivers/crypto/marvell/octeontx2/otx2_cptvf_mbox.c