From patchwork Wed Aug 9 15:38:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dharmik Thakkar X-Patchwork-Id: 130048 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 A0E1843019; Wed, 9 Aug 2023 17:38:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 38D9940691; Wed, 9 Aug 2023 17:38:36 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 7F9D7400D6 for ; Wed, 9 Aug 2023 17:38:35 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1736CD75; Wed, 9 Aug 2023 08:39:17 -0700 (PDT) Received: from 2p2660v4-1.austin.arm.com (2p2660v4-1.austin.arm.com [10.118.14.10]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B78FF3F59C; Wed, 9 Aug 2023 08:38:34 -0700 (PDT) From: Dharmik Thakkar To: Thomas Monjalon , Kai Ji Cc: dev@dpdk.org, nd@arm.com, Dharmik Thakkar , Ruifeng Wang Subject: [PATCH v3] doc: update QAT cryptodev guide to run on aarch64 Date: Wed, 9 Aug 2023 10:38:14 -0500 Message-Id: <20230809153814.506988-1-dharmikjayesh.thakkar@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230808145243.262147-1-dharmikjayesh.thakkar@arm.com> References: <20230808145243.262147-1-dharmikjayesh.thakkar@arm.com> MIME-Version: 1.0 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 Update guide with instructions to run on Aarch64 based Ampere Altra platform Signed-off-by: Dharmik Thakkar Reviewed-by: Ruifeng Wang --- v3: - Fix duplicate target warning by using anonymous reference v2: - Update driver guide with instructions to run on aarch64 instead --- .mailmap | 2 +- doc/guides/cryptodevs/qat.rst | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 864d33ee46fb..bb79fd4673ef 100644 --- a/.mailmap +++ b/.mailmap @@ -319,7 +319,7 @@ Devendra Singh Rawat Dex Chen Dexia Li Dexuan Cui -Dharmik Thakkar +Dharmik Thakkar Dheemanth Mallikarjun Diana Wang Didier Pallard diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst index afdfb0bd226b..9557b49be308 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -384,6 +384,12 @@ The "rte_cryptodev_devices_get()" returns the devices exposed by either of these _, e.g. "0000:41:01.0_qat_comp". This name can be passed to rte_compressdev_get_dev_id() to get the device_id. + +Running QAT on Aarch64 based Ampere Altra platform +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Requires Linux kernel v6.0+. See also `this patch description `__. + .. _qat_kernel: Dependency on the QAT kernel driver