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 02056A034D; Wed, 5 Jan 2022 19:29:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E981440E50; Wed, 5 Jan 2022 19:29:20 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id C3F8240E03 for ; Wed, 5 Jan 2022 19:29:19 +0100 (CET) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 655125C00CF; Wed, 5 Jan 2022 13:29:19 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Wed, 05 Jan 2022 13:29:19 -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=EQjMEKl6A3NOoGlstAtWDPmEm5 BNZEDP5vtnDrYJ/mY=; b=lWxeYZWZid+OK8583+0dGwl+Q4TaNQkTlOnQLhS/Zk RDn/J0DbTJZwQ/zf3DnmF0bGaFspMtySFUyGMA3KZUxt6vHFC/6zGq4YJxTU8wyi RTAoVo3waT3som9xDPhGAcwEQpSGUG0139QI7zB4Ijy+UzWyfq8K3zouf0TtfNsx 8w+zw80zmcxI387crB++mu+TiP3pGZ3XZhIZxCbnSSAcYfp2FzuY28maWooUu+vw srGacZG0Owrygla2zJP/1YWD1yhk2YcRhfTOdZUgRDCH4kzZQ2TR2AssRu5pCVVU cFqE7IFeWbpHn7JGELlGHfKhThrPZm5dQ7cR7o/zno8w== 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=EQjMEKl6A3NOoGlst AtWDPmEm5BNZEDP5vtnDrYJ/mY=; b=keImdwUJIDS9Q3oBg5H/NevXHwPOrUA7c +l4/jN0Sw25LhyZgKrsHskS18kMY2xFrO/F+cVQT2J0/BUaTlZWKaCMt84+A2DvH qr01uJFngBKMeZTgv201/H0+YKTsn4emk/70TIomKwh/Chpgz2QCb6ThDqJ6xTBM NDNnkaYR2i8kWY9mw+dgboUCjZBlGnyTSNEgMtGkZeyg7fR66ficC1rNucylJaQQ Znw+7Pp0YPgGYOV/FEGd3Y7cVWD+qpkjh4UP0t7sgPCflmRQaXuaZaTKXi4btVcE YHCsS8omnj5E4QZAVQQ/PWaP70khgZF27rFEfiqTLJGEGc2m+rJkw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrudefjedgvdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhho nhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpeeujefhlefffedvvdejleegle eiteeitdevjeefvdeuieeuhedtiefhhefhvefgteenucffohhmrghinhepughpughkrdho rhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepth hhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 5 Jan 2022 13:29:17 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Cc: kevin.laatz@intel.com, conor.walsh@intel.com, bruce.richardson@intel.com, fengchengwen@huawei.com, radhac@marvell.com, g.singh@nxp.com Subject: [PATCH] add supported DMA engines Date: Wed, 5 Jan 2022 19:29:07 +0100 Message-Id: <20220105182907.105633-1-thomas@monjalon.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 The supported DMA engines (added in DPDK 21.11) are listed. Signed-off-by: Thomas Monjalon --- content/supported/_index.md | 4 ++++ content/supported/baseband/_index.md | 2 +- content/supported/cryptos/_index.md | 2 +- content/supported/{baseband => dma}/_index.md | 4 ++-- content/supported/dma/hisilicon.md | 7 +++++++ content/supported/dma/intel.md | 8 ++++++++ content/supported/dma/marvell.md | 7 +++++++ content/supported/dma/nxp.md | 7 +++++++ content/supported/nics/_index.md | 2 +- 9 files changed, 38 insertions(+), 5 deletions(-) copy content/supported/{baseband => dma}/_index.md (67%) create mode 100644 content/supported/dma/hisilicon.md create mode 100644 content/supported/dma/intel.md create mode 100644 content/supported/dma/marvell.md create mode 100644 content/supported/dma/nxp.md diff --git a/content/supported/_index.md b/content/supported/_index.md index 38f23eb..93edd7e 100644 --- a/content/supported/_index.md +++ b/content/supported/_index.md @@ -7,6 +7,10 @@ weight = "6" {{% children style="card" page="supported/cpus" showhidden="true" sort="name" description="true" %}} +## DMA Engines + +{{% children style="card" page="supported/dma" showhidden="true" sort="name" description="true" %}} + ## NICs {{% children style="card" page="supported/nics" showhidden="true" sort="name" description="true" %}} diff --git a/content/supported/baseband/_index.md b/content/supported/baseband/_index.md index b7a6c4b..458993a 100644 --- a/content/supported/baseband/_index.md +++ b/content/supported/baseband/_index.md @@ -1,6 +1,6 @@ +++ title = "Baseband Accelerators" -weight = 4 +weight = 5 +++ {{% children style="card" showhidden="true" sort="name" description="true" %}} diff --git a/content/supported/cryptos/_index.md b/content/supported/cryptos/_index.md index 9d06cc2..658fa51 100644 --- a/content/supported/cryptos/_index.md +++ b/content/supported/cryptos/_index.md @@ -1,6 +1,6 @@ +++ title = "Crypto Engines" -weight = 3 +weight = 4 +++ {{% notice info %}} diff --git a/content/supported/baseband/_index.md b/content/supported/dma/_index.md similarity index 67% copy from content/supported/baseband/_index.md copy to content/supported/dma/_index.md index b7a6c4b..37e2d98 100644 --- a/content/supported/baseband/_index.md +++ b/content/supported/dma/_index.md @@ -1,6 +1,6 @@ +++ -title = "Baseband Accelerators" -weight = 4 +title = "DMA Engines" +weight = 2 +++ {{% children style="card" showhidden="true" sort="name" description="true" %}} diff --git a/content/supported/dma/hisilicon.md b/content/supported/dma/hisilicon.md new file mode 100644 index 0000000..49c99e9 --- /dev/null +++ b/content/supported/dma/hisilicon.md @@ -0,0 +1,7 @@ ++++ +title = "HiSilicon" +description = "hisilicon DMA" +hidden = true ++++ + +- [hisilicon (Kunpeng)](//doc.dpdk.org/guides/dmadevs/hisilicon.html) diff --git a/content/supported/dma/intel.md b/content/supported/dma/intel.md new file mode 100644 index 0000000..58f5b1b --- /dev/null +++ b/content/supported/dma/intel.md @@ -0,0 +1,8 @@ ++++ +title = "Intel" +description = "ioat, idxd" +hidden = true ++++ + +- [ioat (Intel QuickData Technology)](//doc.dpdk.org/guides/dmadevs/ioat.html) +- [idxd (Intel Data Streaming Accelerator)](//doc.dpdk.org/guides/dmadevs/idxd.html) diff --git a/content/supported/dma/marvell.md b/content/supported/dma/marvell.md new file mode 100644 index 0000000..b5767d7 --- /dev/null +++ b/content/supported/dma/marvell.md @@ -0,0 +1,7 @@ ++++ +title = "Marvell" +description = "cnxk DMA" +hidden = true ++++ + +- [cnxk](//doc.dpdk.org/guides/dmadevs/cnxk.html) diff --git a/content/supported/dma/nxp.md b/content/supported/dma/nxp.md new file mode 100644 index 0000000..b6a4b18 --- /dev/null +++ b/content/supported/dma/nxp.md @@ -0,0 +1,7 @@ ++++ +title = "NXP" +description = "dpaa DMA" +hidden = true ++++ + +- [dpaa](//doc.dpdk.org/guides/dmadevs/dpaa.html) diff --git a/content/supported/nics/_index.md b/content/supported/nics/_index.md index e08fb85..8d3e818 100644 --- a/content/supported/nics/_index.md +++ b/content/supported/nics/_index.md @@ -1,6 +1,6 @@ +++ title = "NICs" -weight = 2 +weight = 3 +++ {{% notice info %}} -- 2.34.1