DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH v1] Extended support hw section
@ 2020-02-27  4:47 Nicolas Chautru
  2020-02-27  4:47 ` [dpdk-web] [PATCH v1] add baseband devices category to support hw Nicolas Chautru
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Chautru @ 2020-02-27  4:47 UTC (permalink / raw)
  To: web; +Cc: thomas, Nicolas Chautru

Adding the Baseband devices to the section
covering the support hw devices type based on
discussion with Thaomas Montjalon.

This points to some documentation being pushed
onto dpdk in parallel for 20.05.

I have not used this repo before, feel free
to share openly any feedback or suggestion.

Nicolas Chautru (1):
  add baseband devices category to support hw

 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

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dpdk-web] [PATCH v1] add baseband devices category to support hw
  2020-02-27  4:47 [dpdk-web] [PATCH v1] Extended support hw section Nicolas Chautru
@ 2020-02-27  4:47 ` Nicolas Chautru
  2020-03-28 22:40   ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Chautru @ 2020-02-27  4:47 UTC (permalink / raw)
  To: web; +Cc: thomas, Nicolas Chautru

Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
---
 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-web] [PATCH v1] add baseband devices category to support hw
  2020-02-27  4:47 ` [dpdk-web] [PATCH v1] add baseband devices category to support hw Nicolas Chautru
@ 2020-03-28 22:40   ` Thomas Monjalon
  2020-03-29  2:57     ` Chautru, Nicolas
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2020-03-28 22:40 UTC (permalink / raw)
  To: Nicolas Chautru; +Cc: web

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-web] [PATCH v1] add baseband devices category to support hw
  2020-03-28 22:40   ` Thomas Monjalon
@ 2020-03-29  2:57     ` Chautru, Nicolas
  0 siblings, 0 replies; 4+ messages in thread
From: Chautru, Nicolas @ 2020-03-29  2:57 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: web

Thanks

> On Mar 28, 2020, at 15:40, Thomas Monjalon <thomas@monjalon.net> wrote:
> 
> 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.
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-29  2:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-27  4:47 [dpdk-web] [PATCH v1] Extended support hw section Nicolas Chautru
2020-02-27  4:47 ` [dpdk-web] [PATCH v1] add baseband devices category to support hw Nicolas Chautru
2020-03-28 22:40   ` Thomas Monjalon
2020-03-29  2:57     ` Chautru, Nicolas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).