From patchwork Wed Jun 23 16:20:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fan Zhang X-Patchwork-Id: 94767 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 5C431A0C41; Wed, 23 Jun 2021 18:20:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D5E0D4003F; Wed, 23 Jun 2021 18:20:22 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 945EA4003E for ; Wed, 23 Jun 2021 18:20:21 +0200 (CEST) IronPort-SDR: XuAQ0n0MBU9pfv58Q4VAaVe/dTcI52O4f/RtlrZBBjKVCsDVUOEuLNoWl1a/IAloV68taHLmJm hh+yGSJbpsTw== X-IronPort-AV: E=McAfee;i="6200,9189,10024"; a="292926441" X-IronPort-AV: E=Sophos;i="5.83,294,1616482800"; d="scan'208";a="292926441" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2021 09:20:18 -0700 IronPort-SDR: 7U7sJSwv3VvdB7Wy4mxCANkxhQ4U6oD2+5tG4hEOhMZJKgKtbsTR1AIDwdvn1lt0IK1A+9TvK2 YwuYuBupyb7w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,294,1616482800"; d="scan'208";a="406356222" Received: from silpixa00400885.ir.intel.com ([10.243.23.122]) by orsmga006.jf.intel.com with ESMTP; 23 Jun 2021 09:20:17 -0700 From: Fan Zhang To: dev@dpdk.org Cc: gakhil@marvell.com, Fan Zhang Date: Wed, 23 Jun 2021 17:20:15 +0100 Message-Id: <20210623162015.3501805-1-roy.fan.zhang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dpdk-dev] doc: update dependency requirement for some PMDs 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 Sender: "dev" This patch updates the dependency requirement information for aesni-gcm, aesni-mb, snow3g, zuc, and kasumi PMDs. Previously building these PMDs with Make will fail when the system is installed inte-ipsec-mb library version 1.0 or newer. Since Make build system is deprecated already, instead of fixing the issue the documentation is updated to state it. Signed-off-by: Fan Zhang --- doc/guides/cryptodevs/aesni_gcm.rst | 3 ++- doc/guides/cryptodevs/aesni_mb.rst | 3 ++- doc/guides/cryptodevs/kasumi.rst | 3 ++- doc/guides/cryptodevs/snow3g.rst | 3 ++- doc/guides/cryptodevs/zuc.rst | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst index 19f95bde8e..11b23958d5 100644 --- a/doc/guides/cryptodevs/aesni_gcm.rst +++ b/doc/guides/cryptodevs/aesni_gcm.rst @@ -83,9 +83,10 @@ and the external crypto libraries supported by them: 17.02 - 17.05 ISA-L Crypto v2.18 17.08 - 18.02 Multi-buffer library 0.46 - 0.48 18.05 - 19.02 Multi-buffer library 0.49 - 0.52 - 19.05+ Multi-buffer library 0.52 - 1.0 + 19.05+ Multi-buffer library 0.52 - 1.0* ============= ================================ +\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. Initialization -------------- diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 20076b829c..a466d0ab48 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -130,9 +130,10 @@ and the Multi-Buffer library version supported by them: 18.02 0.48 18.05 - 19.02 0.49 - 0.52 19.05 - 19.08 0.52 - 19.11+ 0.52 - 1.0 + 19.11+ 0.52 - 1.0* ============== ============================ +\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. Initialization -------------- diff --git a/doc/guides/cryptodevs/kasumi.rst b/doc/guides/cryptodevs/kasumi.rst index 14ecb74241..35c5941317 100644 --- a/doc/guides/cryptodevs/kasumi.rst +++ b/doc/guides/cryptodevs/kasumi.rst @@ -78,9 +78,10 @@ and the external crypto libraries supported by them: DPDK version Crypto library version ============= ================================ 16.11 - 19.11 LibSSO KASUMI - 20.02+ Multi-buffer library 0.53 - 1.0 + 20.02+ Multi-buffer library 0.53 - 1.0* ============= ================================ +\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. Initialization -------------- diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst index e318d65d4e..0258b71bb4 100644 --- a/doc/guides/cryptodevs/snow3g.rst +++ b/doc/guides/cryptodevs/snow3g.rst @@ -77,9 +77,10 @@ and the external crypto libraries supported by them: DPDK version Crypto library version ============= ================================ 16.04 - 19.11 LibSSO SNOW3G - 20.02+ Multi-buffer library 0.53 - 1.0 + 20.02+ Multi-buffer library 0.53 - 1.0* ============= ================================ +\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. Initialization -------------- diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst index 94bf71ba90..988a79bc26 100644 --- a/doc/guides/cryptodevs/zuc.rst +++ b/doc/guides/cryptodevs/zuc.rst @@ -77,9 +77,10 @@ and the external crypto libraries supported by them: DPDK version Crypto library version ============= ================================ 16.11 - 19.11 LibSSO ZUC - 20.02+ Multi-buffer library 0.53 - 1.0 + 20.02+ Multi-buffer library 0.53 - 1.0* ============= ================================ +\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. Initialization --------------