diff options
author | 2025-05-16 14:14:41 +0530 | |
---|---|---|
committer | 2025-05-19 13:48:48 +0800 | |
commit | d15cbe7137caae0de4fcd368e6f4d89b42b6538b (patch) | |
tree | 939fecf4a981239028042e712c69cd3806f46a4b /MAINTAINERS | |
parent | crypto: octeontx2 - Initialize cptlfs device info once (diff) | |
download | wireguard-linux-d15cbe7137caae0de4fcd368e6f4d89b42b6538b.tar.xz wireguard-linux-d15cbe7137caae0de4fcd368e6f4d89b42b6538b.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b951660f0990..85f7619e06b6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14290,6 +14290,7 @@ F: include/uapi/drm/armada_drm.h MARVELL CRYPTO DRIVER M: Srujana Challa <schalla@marvell.com> +M: Bharat Bhushan <bbhushan2@marvell.com> L: linux-crypto@vger.kernel.org S: Maintained F: drivers/crypto/marvell/ |