From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 70751A0352 for ; Mon, 16 Dec 2019 01:40:45 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 644FA1BFB5; Mon, 16 Dec 2019 01:40:45 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id D92131BFB2 for ; Mon, 16 Dec 2019 01:40:43 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 172CF48C; Sun, 15 Dec 2019 19:40:43 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 15 Dec 2019 19:40:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=mesmtp; bh=B/wrMyE+yR oSQkV7UKVAEfDbiSKExbioieo4mb67rYs=; b=bwjrKcO1xvuJnNYJe4JwRICdf0 r1c4U7GTTJ8dIUOSdXEZVDP+1XKmJxy4NwgFrYYHrABzb7N6pOcC3x01aVOvG7Pi rDOifnbzTuAyMQe96EDCkGuv0oOvOQMe45ys5OwLJMVdf1kGklk+dstCe6gnt5ds 3cKGnZ8QmPv75kypo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=B/wrMyE+yRoSQkV7UKVAEfDbiSKExbioieo4mb67rYs=; b=dJLlIYto 4Mqbp9G30dEpKzG4Hfjt3qlY7VVfBofJlvDnl1UgubapNtujxn16Itb/g6cM5RGx r3GZK6gmeLk8sj843jzeC6q1c60Njm2G3ykBvC75Z8vuJF9I4xIHvYB3bmkjbbxM euoZD3hMNCrRzWkFzVdm4SOu4SvULd07k6t2lAv4zoB8SuWb+TAsmCP07NDem6W0 4fUcaRMSgCvyPzaM9zdcXr9eHJrs5+dOc1L7qIB8Vb7C509zMtLPxqGXSBcfU2aL AVOIoTzPR7z4U46pqYXfsQ+2qj/ClemvfBitwwqm4mgl8a5vfwilcLMmsuKq2r5c xEl32qC7ZrSRwA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvddtgedgvdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrdhorhhgnecukfhppe ejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpeei X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 46C5130600D4 for ; Sun, 15 Dec 2019 19:40:42 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Date: Mon, 16 Dec 2019 01:40:22 +0100 Message-Id: <20191216004022.1530059-8-thomas@monjalon.net> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191216004022.1530059-1-thomas@monjalon.net> References: <20191216004022.1530059-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH 7/7] add supported crypto category X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" The supported crypto engines are listed. Signed-off-by: Thomas Monjalon --- content/supported/_index.md | 4 ++++ content/supported/cryptos/_index.md | 11 +++++++++++ content/supported/cryptos/amd.md | 7 +++++++ content/supported/cryptos/cpu.md | 7 +++++++ content/supported/cryptos/intel.md | 7 +++++++ content/supported/cryptos/marvell.md | 10 ++++++++++ content/supported/cryptos/nxp.md | 9 +++++++++ content/supported/cryptos/sw.md | 12 ++++++++++++ 8 files changed, 67 insertions(+) create mode 100644 content/supported/cryptos/_index.md create mode 100644 content/supported/cryptos/amd.md create mode 100644 content/supported/cryptos/cpu.md create mode 100644 content/supported/cryptos/intel.md create mode 100644 content/supported/cryptos/marvell.md create mode 100644 content/supported/cryptos/nxp.md create mode 100644 content/supported/cryptos/sw.md diff --git a/content/supported/_index.md b/content/supported/_index.md index 3e96e76..b68a5c6 100644 --- a/content/supported/_index.md +++ b/content/supported/_index.md @@ -10,3 +10,7 @@ weight = "6" ## NICs {{% children style="card" page="supported/nics" showhidden="true" sort="name" description="true" %}} + +## Crypto Engines + +{{% children style="card" page="supported/cryptos" showhidden="true" sort="name" description="true" %}} diff --git a/content/supported/cryptos/_index.md b/content/supported/cryptos/_index.md new file mode 100644 index 0000000..ad8044d --- /dev/null +++ b/content/supported/cryptos/_index.md @@ -0,0 +1,11 @@ ++++ +title = "Crypto Engines" +weight = 3 ++++ + +{{% notice info %}} +Features supported by the drivers can be checked in the +[crypto drivers matrices](//doc.dpdk.org/guides/nics/overview.html). +{{% /notice %}} + +{{% children style="card" showhidden="true" sort="name" description="true" %}} diff --git a/content/supported/cryptos/amd.md b/content/supported/cryptos/amd.md new file mode 100644 index 0000000..a3ab051 --- /dev/null +++ b/content/supported/cryptos/amd.md @@ -0,0 +1,7 @@ ++++ +title = "AMD" +description = "ccp" +hidden = true ++++ + +- [ccp (cryptographic co-processor)](//doc.dpdk.org/guides/cryptodevs/ccp.html) diff --git a/content/supported/cryptos/cpu.md b/content/supported/cryptos/cpu.md new file mode 100644 index 0000000..1d67200 --- /dev/null +++ b/content/supported/cryptos/cpu.md @@ -0,0 +1,7 @@ ++++ +title = "{ Software Crypto Engine }" +description = "openssl" +hidden = true ++++ + +- [openssl](//doc.dpdk.org/guides/cryptodevs/openssl.html) diff --git a/content/supported/cryptos/intel.md b/content/supported/cryptos/intel.md new file mode 100644 index 0000000..477b9df --- /dev/null +++ b/content/supported/cryptos/intel.md @@ -0,0 +1,7 @@ ++++ +title = "Intel" +description = "qat" +hidden = true ++++ + +- [qat (QuickAssist)](//doc.dpdk.org/guides/cryptodevs/qat.html) diff --git a/content/supported/cryptos/marvell.md b/content/supported/cryptos/marvell.md new file mode 100644 index 0000000..53ef825 --- /dev/null +++ b/content/supported/cryptos/marvell.md @@ -0,0 +1,10 @@ ++++ +title = "Marvell" +description = "mvsam, nitrox, octeontx, octeontx2" +hidden = true ++++ + +- [mvsam](//doc.dpdk.org/guides/cryptodevs/mvsam.html) +- [nitrox](//doc.dpdk.org/guides/cryptodevs/nitrox.html) (NITROX V) +- [octeontx](//doc.dpdk.org/guides/cryptodevs/octeontx.html) (CN8XXX) +- [octeontx2](//doc.dpdk.org/guides/cryptodevs/octeontx2.html) (CN9XXX) diff --git a/content/supported/cryptos/nxp.md b/content/supported/cryptos/nxp.md new file mode 100644 index 0000000..0fac481 --- /dev/null +++ b/content/supported/cryptos/nxp.md @@ -0,0 +1,9 @@ ++++ +title = "NXP" +description = "caam_jr, dpaa_sec, dpaa2_sec" +hidden = true ++++ + +- [caam_jr](//doc.dpdk.org/guides/cryptodevs/caam_jr.html) +- [dpaa_sec](//doc.dpdk.org/guides/cryptodevs/dpaa_sec.html) +- [dpaa2_sec](//doc.dpdk.org/guides/cryptodevs/dpaa2_sec.html) diff --git a/content/supported/cryptos/sw.md b/content/supported/cryptos/sw.md new file mode 100644 index 0000000..efa5d70 --- /dev/null +++ b/content/supported/cryptos/sw.md @@ -0,0 +1,12 @@ ++++ +title = "{ CPU-based Crypto Engines }" +description = "armv8, aesni_gcm, aesni_mb, kasumi, snow3g, zuc" +hidden = true ++++ + +- [armv8](//doc.dpdk.org/guides/cryptodevs/armv8.html) +- [aesni_gcm](//doc.dpdk.org/guides/cryptodevs/aesni_gcm.html) +- [aesni_mb](//doc.dpdk.org/guides/cryptodevs/aesni_mb.html) +- [kasumi](//doc.dpdk.org/guides/cryptodevs/kasumi.html) +- [snow3g](//doc.dpdk.org/guides/cryptodevs/snow3g.html) +- [zuc](//doc.dpdk.org/guides/cryptodevs/zuc.html) -- 2.24.0