diff options
author | Srujana Challa <schalla@marvell.com> | 2023-12-13 13:00:49 +0530 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-12-29 11:25:38 +0800 |
commit | 82f89f1aa6ca33a6c1e50ddb165e2d5b882025e1 (patch) | |
tree | 66ecfaa8750f3377be0e78320b206442cbe29d43 /Documentation/crypto/index.rst | |
parent | 92508e7fcffdd77d6e2a18d3dd9c8863f61b040f (diff) | |
download | linux-stable-82f89f1aa6ca33a6c1e50ddb165e2d5b882025e1.tar.gz linux-stable-82f89f1aa6ca33a6c1e50ddb165e2d5b882025e1.tar.bz2 linux-stable-82f89f1aa6ca33a6c1e50ddb165e2d5b882025e1.zip |
crypto: octeontx2 - add devlink option to set t106 mode
On CN10KA B0/CN10KB, CPT scatter gather format has modified
to support multi-seg in inline IPsec. Due to this CPT requires
new firmware and doesn't work with CN10KA0/A1 firmware. To make
HW works in backward compatibility mode or works with CN10KA0/A1
firmware, a bit(T106_MODE) is introduced in HW CSR.
This patch adds devlink parameter for configuring T106_MODE.
This patch also documents the devlink parameter under
Documentation/crypto/device_drivers.
Signed-off-by: Srujana Challa <schalla@marvell.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/crypto/index.rst')
-rw-r--r-- | Documentation/crypto/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst index da5d5ad2bdf3..945ca1505ad9 100644 --- a/Documentation/crypto/index.rst +++ b/Documentation/crypto/index.rst @@ -28,3 +28,4 @@ for cryptographic use cases, as well as programming examples. api api-samples descore-readme + device_drivers/index |