From patchwork Wed Mar 29 07:33:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Junfeng Guo X-Patchwork-Id: 125587 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 37B744285E; Wed, 29 Mar 2023 09:41:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 312A140F18; Wed, 29 Mar 2023 09:41:29 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 9FCDB40EE7 for ; Wed, 29 Mar 2023 09:41:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680075687; x=1711611687; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=jSBsJLGxkNjrNwOoj7mMihBy0DTPWiKvevB75s5uPfM=; b=QCY/LXJHgmqEaAy/oITB5tsBtYyWDB+I3EYDEehU5DUTb8KydfeNaxWR 9bXY9d52d0NTHFtXzISkJ8u+rgnH7Ub1fJ1JYro+3yQ9H6TZbLLqyt+mN zAacCpMTRPwCVousmyWEhrKuy9RstHe6O7b56uJV0BZChUU+IP4hyZqO0 xYgFAsJNMBf2xXOaa/+YoNBqv72Zp5qj1IYibRy846ATDzX1lyjmdV6OX QAWwy+NHCpzhEAy31IZv3X7fYTUUV2DrVnPno/mGcGHzdqN/MAjbF9t7t Xt07Fwu+K3139UHE244qK/2KJc0C0cNGVcILT858pa97HZWtP8GDVilbn w==; X-IronPort-AV: E=McAfee;i="6600,9927,10663"; a="405749524" X-IronPort-AV: E=Sophos;i="5.98,300,1673942400"; d="scan'208";a="405749524" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2023 00:41:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10663"; a="677683385" X-IronPort-AV: E=Sophos;i="5.98,300,1673942400"; d="scan'208";a="677683385" Received: from dpdk-jf-ntb-one.sh.intel.com ([10.67.111.104]) by orsmga007.jf.intel.com with ESMTP; 29 Mar 2023 00:41:25 -0700 From: Junfeng Guo To: thomas@monjalon.net, bruce.richardson@intel.com Cc: web@dpdk.org, Junfeng Guo Subject: [PATCH] add supported raw devices Date: Wed, 29 Mar 2023 15:33:52 +0800 Message-Id: <20230329073352.3097258-1-junfeng.guo@intel.com> 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 cnxk_bphy was added in DPDK 21.08. cnxk_gpio was added in DPDK 22.03. dpaa2_cmdif was added in DPDK 18.05. ifpga was added in DPDK 18.05. ntb was added in DPDK 19.08. Signed-off-by: Junfeng Guo --- content/supported/_index.md | 6 +++++- content/supported/miscellaneous/_index.md | 6 ++++++ content/supported/miscellaneous/intel.md | 8 ++++++++ content/supported/miscellaneous/marvell.md | 8 ++++++++ content/supported/miscellaneous/nxp.md | 7 +++++++ 5 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 content/supported/miscellaneous/_index.md create mode 100644 content/supported/miscellaneous/intel.md create mode 100644 content/supported/miscellaneous/marvell.md create mode 100644 content/supported/miscellaneous/nxp.md diff --git a/content/supported/_index.md b/content/supported/_index.md index b3bf729..63d6c45 100644 --- a/content/supported/_index.md +++ b/content/supported/_index.md @@ -1,6 +1,6 @@ +++ title = "Supported Hardware" -weight = "6" +weight = "7" +++ ## CPUs @@ -26,3 +26,7 @@ weight = "6" ## Baseband Accelerators {{% children style="card" page="supported/baseband" showhidden="true" sort="name" description="true" %}} + +## Miscellaneous + +{{% children style="card" page="supported/miscellaneous" showhidden="true" sort="name" description="true" %}} diff --git a/content/supported/miscellaneous/_index.md b/content/supported/miscellaneous/_index.md new file mode 100644 index 0000000..a34c7c8 --- /dev/null +++ b/content/supported/miscellaneous/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Miscellaneous" +weight = 7 ++++ + +{{% children style="card" showhidden="true" sort="name" description="true" %}} diff --git a/content/supported/miscellaneous/intel.md b/content/supported/miscellaneous/intel.md new file mode 100644 index 0000000..2a0d065 --- /dev/null +++ b/content/supported/miscellaneous/intel.md @@ -0,0 +1,8 @@ ++++ +title = "Intel" +description = "ifpga, ntb" +hidden = true ++++ + +- [ifpga](//doc.dpdk.org/guides/rawdevs/ifpga.html) +- [ntb](//doc.dpdk.org/guides/rawdevs/ntb.html) diff --git a/content/supported/miscellaneous/marvell.md b/content/supported/miscellaneous/marvell.md new file mode 100644 index 0000000..675dfaf --- /dev/null +++ b/content/supported/miscellaneous/marvell.md @@ -0,0 +1,8 @@ ++++ +title = "Marvell" +description = "cnxk_bphy, cnxk_gpio" +hidden = true ++++ + +- [cnxk_bphy](//doc.dpdk.org/guides/rawdevs/cnxk_bphy.html) +- [cnxk_gpio](//doc.dpdk.org/guides/rawdevs/cnxk_gpio.html) diff --git a/content/supported/miscellaneous/nxp.md b/content/supported/miscellaneous/nxp.md new file mode 100644 index 0000000..48c4725 --- /dev/null +++ b/content/supported/miscellaneous/nxp.md @@ -0,0 +1,7 @@ ++++ +title = "NXP" +description = "dpaa2_cmdif" +hidden = true ++++ + +- [dpaa2_cmdif](//doc.dpdk.org/guides/rawdevs/dpaa2_cmdif.html)