From patchwork Thu Jan 6 15:00:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 105659 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 63B33A034E; Thu, 6 Jan 2022 16:00:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3213541153; Thu, 6 Jan 2022 16:00:17 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id 9481541152 for ; Thu, 6 Jan 2022 16:00:15 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 453895C01D4; Thu, 6 Jan 2022 10:00:15 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 06 Jan 2022 10:00:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=fm3; bh=KoSZ5KDkUQkLndjnv5CFkbdyo0 yIpUk/a2O38GqWFyo=; b=oALYWHiN7giRpxjNsQMJHg5t04uciUyUBy1Wx136a7 4HPNcOxm46oWcfdHEmNxERdAEk9Uk7vOTdqW0GeuxnGijZoBacNMeLU5PemzH6Ch w+V0V42yxjuyejU9Ib1NB5WL9paHRNkckXJGqiNqvc7lIpiGbyJgjHg5Vg/Pr32X DULDRepLWH+NgtQYamUnYYv0Fr5mNYo+I+HXtXWZXYAneFZOD5Kung5xI7nrWp1I ph5nBdZ3zuP2G/gb8quqQzeJTVtk6li99manCyE1zBJF5XjVLqT47seVRzsWNbJ7 7p6rv/8rQi1R3nqyAbQsCWe9dXyelEjehnfC2sIRSJKA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=KoSZ5KDkUQkLndjnv 5CFkbdyo0yIpUk/a2O38GqWFyo=; b=WNrRuxzrCpQGyqFhuziBRfsvnIWsPOids OgDkTwmumnqrlTc2toYHS7K3I7Abyw8V9vKWsRF2R0cb73u3qiA2scPAJvqvsKAa /x/weGhMoDQXxaViqAzvRd8gSJE0ueXfbic+lwGNXP7A+QtJK7NVvGQAZIYnQd+O c1apfb/qm6QUnRtmWVpioKv/SkhpQVakNk2mKyIfPlvOqMyZ/fCaGHfBycKsnpDy ukVzjt3mNqzaDhsYKjr9N2QQDg4SwktcWPbyhz9Uqc6i6nC0tmTd0lQ/JR/hFzM5 9PlLUB0MpOWCCR+hVj9KXyBQgE/0miRG07zcrmYj37eeHgu2a7y6A== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrudefledgieelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhho nhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpeeujefhlefffedvvdejleegle eiteeitdevjeefvdeuieeuhedtiefhhefhvefgteenucffohhmrghinhepughpughkrdho rhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepth hhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 6 Jan 2022 10:00:14 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Cc: gakhil@marvell.com, matan@nvidia.com, roy.fan.zhang@intel.com, ashish.gupta@marvell.com, lee.daly@intel.com, ssahu@marvell.com Subject: [PATCH] add supported compress devices Date: Thu, 6 Jan 2022 16:00:07 +0100 Message-Id: <20220106150007.134868-1-thomas@monjalon.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org isa-l PMD was added in DPDK 18.05. zlib PMD was added in DPDK 18.08. octeontx compress was added in DPDK 18.08. qat compress was added in DPDK 18.08. mlx5 compress was added in DPDK 21.02. Signed-off-by: Thomas Monjalon --- content/supported/_index.md | 6 +++++- content/supported/baseband/_index.md | 2 +- content/supported/{baseband => compress}/_index.md | 4 ++-- content/supported/compress/intel.md | 7 +++++++ content/supported/compress/marvell.md | 7 +++++++ content/supported/compress/mellanox.md | 7 +++++++ content/supported/compress/sw.md | 8 ++++++++ 7 files changed, 37 insertions(+), 4 deletions(-) copy content/supported/{baseband => compress}/_index.md (64%) create mode 100644 content/supported/compress/intel.md create mode 100644 content/supported/compress/marvell.md create mode 100644 content/supported/compress/mellanox.md create mode 100644 content/supported/compress/sw.md diff --git a/content/supported/_index.md b/content/supported/_index.md index 93edd7e..b3bf729 100644 --- a/content/supported/_index.md +++ b/content/supported/_index.md @@ -15,10 +15,14 @@ weight = "6" {{% children style="card" page="supported/nics" showhidden="true" sort="name" description="true" %}} -## Crypto Engines +## Cryptography Engines {{% children style="card" page="supported/cryptos" showhidden="true" sort="name" description="true" %}} +## De/Compression Engines + +{{% children style="card" page="supported/compress" showhidden="true" sort="name" description="true" %}} + ## Baseband Accelerators {{% children style="card" page="supported/baseband" showhidden="true" sort="name" description="true" %}} diff --git a/content/supported/baseband/_index.md b/content/supported/baseband/_index.md index 47ff9b1..9bc3ef3 100644 --- a/content/supported/baseband/_index.md +++ b/content/supported/baseband/_index.md @@ -1,6 +1,6 @@ +++ title = "Baseband Accelerators" -weight = 5 +weight = 6 +++ {{% notice info %}} diff --git a/content/supported/baseband/_index.md b/content/supported/compress/_index.md similarity index 64% copy from content/supported/baseband/_index.md copy to content/supported/compress/_index.md index 47ff9b1..8c51a6c 100644 --- a/content/supported/baseband/_index.md +++ b/content/supported/compress/_index.md @@ -1,11 +1,11 @@ +++ -title = "Baseband Accelerators" +title = "Compress Engines" weight = 5 +++ {{% notice info %}} Features supported by the drivers can be checked in the -[baseband drivers matrix](//doc.dpdk.org/guides/bbdevs/overview.html). +[compress drivers matrix](//doc.dpdk.org/guides/compressdevs/overview.html). {{% /notice %}} {{% children style="card" showhidden="true" sort="name" description="true" %}} diff --git a/content/supported/compress/intel.md b/content/supported/compress/intel.md new file mode 100644 index 0000000..c386a4f --- /dev/null +++ b/content/supported/compress/intel.md @@ -0,0 +1,7 @@ ++++ +title = "Intel" +description = "qat" +hidden = true ++++ + +- [qat compress](//doc.dpdk.org/guides/cryptodevs/qat.html) (QuickAssist) diff --git a/content/supported/compress/marvell.md b/content/supported/compress/marvell.md new file mode 100644 index 0000000..6780de6 --- /dev/null +++ b/content/supported/compress/marvell.md @@ -0,0 +1,7 @@ ++++ +title = "Marvell" +description = "octeontx" +hidden = true ++++ + +- [octeontx compress](//doc.dpdk.org/guides/compressdevs/octeontx.html) (CN83XX) diff --git a/content/supported/compress/mellanox.md b/content/supported/compress/mellanox.md new file mode 100644 index 0000000..5f106d2 --- /dev/null +++ b/content/supported/compress/mellanox.md @@ -0,0 +1,7 @@ ++++ +title = "Mellanox" +description = "mlx5" +hidden = true ++++ + +- [mlx5 compress](//doc.dpdk.org/guides/compressdevs/mlx5.html) (BlueField-2) diff --git a/content/supported/compress/sw.md b/content/supported/compress/sw.md new file mode 100644 index 0000000..e2d8b69 --- /dev/null +++ b/content/supported/compress/sw.md @@ -0,0 +1,8 @@ ++++ +title = "{ Software Compress Engines }" +description = "isal, zlib" +hidden = true ++++ + +- [isal](//doc.dpdk.org/guides/compressdevs/isal.html) +- [zlib](//doc.dpdk.org/guides/compressdevs/zlib.html)