From patchwork Fri Oct 13 10:59:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dooley, Brian" X-Patchwork-Id: 132605 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 54A3043154; Fri, 13 Oct 2023 12:59:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 322F9402D4; Fri, 13 Oct 2023 12:59:43 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id E1FC2402D3 for ; Fri, 13 Oct 2023 12:59:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697194782; x=1728730782; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=HkXivJiVFxfMwBgS/fzur4M56wC6sRkvGCptQtWcmRA=; b=XwMrZ7iKy/BZrYku5yd65GVoKf+xIQ2ga9dU/RXpnx6kqQ8OesmEdvRi uwLReVVFrenLnVVFXCm9Vm3jEK9el6sTFjugruayxbomHQ1V9dG3J3vck vU30aLz7u6TvSQQvJgek3hihFB7Mys2Ak1fIULScgjykoO/jGGhwUYVZH Oxyez8tWyBgaQoZ8iB+qApq+9AEPEq3ikUuUolYvWZzpLj1+DiNQ3dmlQ XEDzyvYRLmXdC2p7C2oecp3HS+MCrTdYumRO6dc/lsVhvVzRJ1zBaqDxQ eDoMx4CwWNRYOWPqROmHb/bwM1SEMofORCbDu07ZEz2eHRx/1Sh9yHJYa g==; X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="365416417" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="365416417" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2023 03:59:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="789827586" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="789827586" Received: from silpixa00400883.ir.intel.com ([10.243.22.155]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2023 03:59:34 -0700 From: Brian Dooley To: Kai Ji Cc: dev@dpdk.org, gakhil@marvell.com, Brian Dooley Subject: [PATCH v1] doc: update QAT kernel module entry Date: Fri, 13 Oct 2023 10:59:30 +0000 Message-Id: <20231013105930.893575-1-brian.dooley@intel.com> X-Mailer: git-send-email 2.25.1 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 The Kernel Module entry for 2.0 devices was incorrect in the doc table. Updated table with Kernel Module qat_4xxx. Fixes: 83ce3b393176 ("doc: update QAT device support") Signed-off-by: Brian Dooley --- doc/guides/cryptodevs/qat.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst index 730113da33..3419888e8b 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -453,9 +453,9 @@ to see the full table) +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+ | Yes | No | No | 4 | 4xxx | IDZ/ N/A | qat_4xxx | 4xxx | 4940 | 4 | 4941 | 16 | +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+ - | Yes | Yes | Yes | 4 | 401xxx | linux/5.19+ | qat_401xxx | 4xxx | 4942 | 2 | 4943 | 16 | + | Yes | Yes | Yes | 4 | 401xxx | linux/5.19+ | qat_4xxx | 4xxx | 4942 | 2 | 4943 | 16 | +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+ - | Yes | No | No | 4 | 401xxx | IDZ/ N/A | qat_401xxx | 4xxx | 4942 | 2 | 4943 | 16 | + | Yes | No | No | 4 | 401xxx | IDZ/ N/A | qat_4xxx | 4xxx | 4942 | 2 | 4943 | 16 | +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+ | Yes | Yes | Yes | 4 | 402xx | linux/6.4+ | qat_4xxx | 4xxx | 4944 | 2 | 4945 | 16 | +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+