]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/radosgw: line edit uadk-accel.rst (1st half)
authorZac Dover <zac.dover@proton.me>
Fri, 20 Dec 2024 12:16:46 +0000 (22:16 +1000)
committerZac Dover <zac.dover@proton.me>
Fri, 20 Dec 2024 12:16:46 +0000 (22:16 +1000)
Line edit the first half of doc/radosgw/uadk-accel.rst.

This is one of a series of pull requests intended to improve the content
of uadk-accel.rst. This series includes the following PRs:

https://github.com/ceph/ceph/pull/59514
https://github.com/ceph/ceph/pull/60953
https://github.com/ceph/ceph/pull/61128

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/radosgw/uadk-accel.rst

index 0ed25148d73c57195731e731c80aa75ee6fe701e..aaafe1c21df2d006400824c6ffce50de3ade1076 100644 (file)
@@ -2,9 +2,9 @@
 UADK Acceleration for Compression
 ===============================================
 
-UADK is a framework for applications to access hardware accelerators in a
-unified, secure, and efficient way. UADK is comprised of UACCE, libwd and many
-other algorithm libraries.
+UADK is a framework that makes it possible for applications to access hardware
+accelerators in a unified, secure, and efficient way. UADK is comprised of
+UACCE, libwd, and many other algorithm libraries.
 
 See `Compressor UADK Support`_.
 
@@ -21,13 +21,13 @@ which enables hardware accelerators that support SVA to adapt to UADK.
 
 Currently, HiSilicon Kunpeng hardware accelerators have been registered with
 UACCE. Through the UADK framework, users can run cryptographic and compression
-algorithms using hardware accelerators instead of CPUs, freeing up CPU computing
-power and improving computing performance.
+algorithms using hardware accelerators instead of CPUs, which frees up CPU
+computing power and improves computing performance.
 
-A user can access the hardware accelerators by performing user-mode operations on
-the character devices, or the use of UADK can be done via frameworks that have
-been enabled by others including UADK support (for example, OpenSSL* libcrypto*,
-DPDK, and the Linux* Kernel Crypto Framework).
+Users can access the hardware accelerators by performing user-mode operations
+on the character devices, or the use of UADK can be achieved via frameworks
+that have been enabled by others including UADK support (for example, OpenSSL*
+libcrypto*, DPDK, and the Linux* Kernel Crypto Framework).
 
 See `OpenSSL UADK Engine`_.