[v1] doc: updated libcrypto dependencies in QAT guide

Message ID 20230515131758.51604-1-samina.arshad@intel.com (mailing list archive)
State Superseded, archived
Delegated to: akhil goyal
Headers
Series [v1] doc: updated libcrypto dependencies in QAT guide |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/github-robot: build fail github build: failed
ci/iol-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-unit-testing success Testing PASS

Commit Message

Samina Arshad May 15, 2023, 1:17 p.m. UTC
  The documenation needs extra steps for customers to explicitly
 show how to install libcrypto, which is needed for QAT.
 It requires the commands to install libcrypto for
 Ubuntu and RHEL.

Signed-off-by: Samina Arshad <samina.arshad@intel.com>
---
 .mailmap                      |  1 +
 doc/guides/cryptodevs/qat.rst | 14 ++++++++++++++
 2 files changed, 15 insertions(+)
  

Patch

diff --git a/.mailmap b/.mailmap
index 0859104404..3c2c1fba83 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1179,6 +1179,7 @@  Salem Sol <salems@nvidia.com>
 Sameh Gobriel <sameh.gobriel@intel.com>
 Sam Grove <sam.grove@sifive.com>
 Samik Gupta <samik.gupta@broadcom.com>
+Samina Arshad <samina.arshad@intel.com>
 Samuel Gauthier <samuel.gauthier@6wind.com>
 Sangjin Han <sangjin@eecs.berkeley.edu>
 Sankar Chokkalingam <sankarx.chokkalingam@intel.com>
diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
index ef754106a8..a3694f7131 100644
--- a/doc/guides/cryptodevs/qat.rst
+++ b/doc/guides/cryptodevs/qat.rst
@@ -234,6 +234,20 @@  These are the build configuration options affecting QAT, and their default value
 Both QAT SYM PMD and QAT ASYM PMD have an external dependency on libcrypto, so are not
 built by default.
 
+Ubuntu
+
+.. code-block:: console
+
+  apt install libssl-dev
+
+
+RHEL
+
+.. code-block:: console
+
+  dnf install openssl-devel
+
+
 The QAT compressdev PMD has no external dependencies, so is built by default.
 
 The number of VFs per PF varies - see table below. If multiple QAT packages are