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 1AC45A055A for ; Thu, 27 Feb 2020 05:48:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F28F51BFCC; Thu, 27 Feb 2020 05:48:02 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 402F01C01 for ; Thu, 27 Feb 2020 05:48:01 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2020 20:47:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,490,1574150400"; d="scan'208";a="256586929" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by orsmga002.jf.intel.com with ESMTP; 26 Feb 2020 20:47:59 -0800 From: Nicolas Chautru To: web@dpdk.org Cc: thomas@monjalon.net, Nicolas Chautru Date: Wed, 26 Feb 2020 20:47:03 -0800 Message-Id: <1582778823-116609-2-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1582778823-116609-1-git-send-email-nicolas.chautru@intel.com> References: <1582778823-116609-1-git-send-email-nicolas.chautru@intel.com> Subject: [dpdk-web] [PATCH v1] add baseband devices category to support hw 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" Signed-off-by: Nicolas Chautru --- content/supported/_index.md | 5 +++++ content/supported/bbs/_index.md | 11 +++++++++++ content/supported/bbs/intel.md | 8 ++++++++ content/supported/bbs/sw.md | 7 +++++++ 4 files changed, 31 insertions(+) create mode 100644 content/supported/bbs/_index.md create mode 100644 content/supported/bbs/intel.md create mode 100644 content/supported/bbs/sw.md diff --git a/content/supported/_index.md b/content/supported/_index.md index b68a5c6..5d05783 100644 --- a/content/supported/_index.md +++ b/content/supported/_index.md @@ -14,3 +14,8 @@ weight = "6" ## Crypto Engines {{% children style="card" page="supported/cryptos" showhidden="true" sort="name" description="true" %}} + +## Baseband Accelerators + +{{% children style="card" page="supported/bbs" showhidden="true" sort="name" description="true" %}} + diff --git a/content/supported/bbs/_index.md b/content/supported/bbs/_index.md new file mode 100644 index 0000000..b455b03 --- /dev/null +++ b/content/supported/bbs/_index.md @@ -0,0 +1,11 @@ ++++ +title = "Baseband Accelerators" +weight = 3 ++++ + +{{% notice info %}} +Features supported by the drivers can be checked in the +[bbdev drivers matrices](//doc.dpdk.org/guides/bbdevs/overview.html). +{{% /notice %}} + +{{% children style="card" showhidden="true" sort="name" description="true" %}} diff --git a/content/supported/bbs/intel.md b/content/supported/bbs/intel.md new file mode 100644 index 0000000..568e7ce --- /dev/null +++ b/content/supported/bbs/intel.md @@ -0,0 +1,8 @@ ++++ +title = "Intel" +description = "fpga_lte_fec, fpga_5gnr_fec" +hidden = true ++++ + +- [fpga_lte_fec (VistaCreek 4G)](//doc.dpdk.org/guides/bbdevs/fpga_lte_fec.html) +- [fpga_5gnr_fec (VistaCreek 5G)](//doc.dpdk.org/guides/bbdevs/fpga_5gnr_fec.html) diff --git a/content/supported/bbs/sw.md b/content/supported/bbs/sw.md new file mode 100644 index 0000000..8187edf --- /dev/null +++ b/content/supported/bbs/sw.md @@ -0,0 +1,7 @@ ++++ +title = "{ Software baseband processing }" +description = "turbo_sw" +hidden = true ++++ + +- [turbo_sw](//doc.dpdk.org/guides/bbdevs/turbo_sw.html) -- 1.8.3.1