[dpdk-web] [PATCH v1] add baseband devices category to support hw
Thomas Monjalon
thomas at monjalon.net
Sat Mar 28 23:40:06 CET 2020
Hi,
fpga_5gnr_fec.html is still not available so I decided to push your patch
without this recent driver to avoid forgetting this patch.
Please send another patch for 5G when it will be upstreamed.
I did few other minor modifications detailed below.
27/02/2020 05:47, Nicolas Chautru:
> +## Baseband Accelerators
> +
> +{{% children style="card" page="supported/bbs" showhidden="true" sort="name" description="true" %}}
Renamed bbs directory to baseband, because bbs makes me think about something else.
> --- /dev/null
> +++ b/content/supported/bbs/_index.md
> @@ -0,0 +1,11 @@
> ++++
> +title = "Baseband Accelerators"
> +weight = 3
weight is 4, as 3 is for crypto.
> ++++
> +
> +{{% notice info %}}
> +Features supported by the drivers can be checked in the
> +[bbdev drivers matrices](//doc.dpdk.org/guides/bbdevs/overview.html).
Notice removed because this overview does not exist.
> +{{% /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)
"Vista Creek" with a space as listed officially on intel.com
The device name should not be part of the link.
> +- [fpga_5gnr_fec (VistaCreek 5G)](//doc.dpdk.org/guides/bbdevs/fpga_5gnr_fec.html)
This one is removed for now because not yet available in docs.
> --- /dev/null
> +++ b/content/supported/bbs/sw.md
> @@ -0,0 +1,7 @@
> ++++
> +title = "{ Software baseband processing }"
Switched to first-letter uppercased title.
> +description = "turbo_sw"
> +hidden = true
> ++++
> +
> +- [turbo_sw](//doc.dpdk.org/guides/bbdevs/turbo_sw.html)
Applied with above changes, thanks.
More information about the web
mailing list