From patchwork Tue May 16 13:20:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samina Arshad X-Patchwork-Id: 126919 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 38AE942AE1; Wed, 17 May 2023 13:33:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BD043406B7; Wed, 17 May 2023 13:33:45 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id B483A410EE for ; Tue, 16 May 2023 15:20:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684243219; x=1715779219; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=QwaZryCB70vKZJQAdf8dwjfIVcoqZaFzYGMWZwHxIa4=; b=hJAxOGHJJ/UGEezJLIQlwxqqRWzvZRnOeRhAfz76juJG/tcZTsdL91Ii 9hRg3ZkIbPDpbUgOCGBr6SBF6UDxaFNDPQu2dJmgRbVzu5ZrqmuB94Gty A3NuSwH6+qi2E+f7ZUSYLHNkZ4cnBzD7ck7r3mdkVaOXDI/mQ3Vy+iWNz 3QGKJtcCdvnSg7+Y0zktVjSIiuSpOCzFjPrN9OSz+RvustUdXtLHOG++g m1mLL18B14XAQO84TVLXDnZsP5dU0oqwOJUu6rKtX2h1mcDtFY9Lvar10 7TUqqTSN3w9oOiG/lncNG9jLrvZdNFM4NAni7/5W9viKYAN9Cpzyn65nC Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10711"; a="350313234" X-IronPort-AV: E=Sophos;i="5.99,278,1677571200"; d="scan'208";a="350313234" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 May 2023 06:20:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10711"; a="731989360" X-IronPort-AV: E=Sophos;i="5.99,278,1677571200"; d="scan'208";a="731989360" Received: from silpixa00400868.ir.intel.com ([10.243.23.113]) by orsmga008.jf.intel.com with ESMTP; 16 May 2023 06:20:16 -0700 From: Samina Arshad To: Thomas Monjalon , Kai Ji Cc: dev@dpdk.org, gakhil@marvell.com, Samina Arshad Subject: [PATCH v2] doc: updated libcrypto dependencies in QAT guide Date: Tue, 16 May 2023 13:20:06 +0000 Message-Id: <20230516132006.577354-1-samina.arshad@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230515131758.51604-1-samina.arshad@intel.com> References: <20230515131758.51604-1-samina.arshad@intel.com> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 17 May 2023 13:33:43 +0200 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org The documentation 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 Acked-by: Ciara Power --- .mailmap | 1 + doc/guides/cryptodevs/qat.rst | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/.mailmap b/.mailmap index 0443e461a9..6a0c1924eb 100644 --- a/.mailmap +++ b/.mailmap @@ -1179,6 +1179,7 @@ Salem Sol Sameh Gobriel Sam Grove Samik Gupta +Samina Arshad Samuel Gauthier Sangjin Han Sankar Chokkalingam 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