diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2023-12-05 22:25:23 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-12-15 10:52:53 +0100 |
commit | 8ccc257b29a183c42830aa854ed7b50fa22f8731 (patch) | |
tree | 3c40d5150aea0b7095a32def996d460f3b2bad8c /Documentation/driver-api/crypto/iaa/index.rst | |
parent | dmaengine: idxd: add callback support for iaa crypto (diff) | |
download | linux-8ccc257b29a183c42830aa854ed7b50fa22f8731.tar.xz linux-8ccc257b29a183c42830aa854ed7b50fa22f8731.zip |
crypto: iaa - Add IAA Compression Accelerator Documentation
Because the IAA Compression Accelerator requires significant user
setup in order to be used properly, this adds documentation on the
iaa_crypto driver including setup, usage, and examples.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/driver-api/crypto/iaa/index.rst')
-rw-r--r-- | Documentation/driver-api/crypto/iaa/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/driver-api/crypto/iaa/index.rst b/Documentation/driver-api/crypto/iaa/index.rst new file mode 100644 index 000000000000..aa6837e27264 --- /dev/null +++ b/Documentation/driver-api/crypto/iaa/index.rst @@ -0,0 +1,20 @@ +.. SPDX-License-Identifier: GPL-2.0 + +================================= +IAA (Intel Analytics Accelerator) +================================= + +IAA provides hardware compression and decompression via the crypto +API. + +.. toctree:: + :maxdepth: 1 + + iaa-crypto + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |