From b4d7b660863af35a68ba2283d63f5af9e6a6f61d Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 20 Dec 2024 22:16:46 +1000 Subject: [PATCH] doc/radosgw: line edit uadk-accel.rst (1st half) 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 --- doc/radosgw/uadk-accel.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/radosgw/uadk-accel.rst b/doc/radosgw/uadk-accel.rst index 0ed25148d73..aaafe1c21df 100644 --- a/doc/radosgw/uadk-accel.rst +++ b/doc/radosgw/uadk-accel.rst @@ -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`_. -- 2.39.5