From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7CE944300D; Tue, 8 Aug 2023 16:53:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 55F3543247; Tue, 8 Aug 2023 16:53:02 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 54FB540A87 for ; Tue, 8 Aug 2023 16:53:00 +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 5AECA1596; Tue, 8 Aug 2023 07:53:42 -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 BA5363F64C; Tue, 8 Aug 2023 07:52:59 -0700 (PDT) From: Dharmik Thakkar To: Thomas Monjalon , Kai Ji Cc: dev@dpdk.org, nd@arm.com, Dharmik Thakkar , Ruifeng Wang Subject: [PATCH v2] doc: update QAT cryptodev guide to run on aarch64 Date: Tue, 8 Aug 2023 09:52:43 -0500 Message-Id: <20230808145243.262147-1-dharmikjayesh.thakkar@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230626223759.920008-1-dharmikjayesh.thakkar@arm.com> References: <20230626223759.920008-1-dharmikjayesh.thakkar@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 --- v2: - Update driver guide with instructions to run on aarch64 instead of release notes. --- .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..a86b9864f0c4 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 -- 2.25.1