Skip to content

Commit

Permalink
doc: updated libcrypto dependencies in QAT guide
Browse files Browse the repository at this point in the history
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>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
SaminaArshadIntel authored and ovsrobot committed May 15, 2023
1 parent a399d7b commit 4d6041c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
14 changes: 14 additions & 0 deletions doc/guides/cryptodevs/qat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d6041c

Please sign in to comment.