[1/1] doc: add ML to list of cnxk platform blocks

Message ID 20230313174015.13602-1-syalavarthi@marvell.com (mailing list archive)
State Superseded, archived
Delegated to: Jerin Jacob
Headers
Series [1/1] doc: add ML to list of cnxk platform blocks |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/github-robot: build success github build: passed
ci/intel-Functional success Functional PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-abi-testing success Testing PASS

Commit Message

Srikanth Yalavarthi March 13, 2023, 5:40 p.m. UTC
  Add ML to the list of platform hardware accelerator blocks.

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
---
 doc/guides/platform/cnxk.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Jerin Jacob March 14, 2023, 6:30 a.m. UTC | #1
On Mon, Mar 13, 2023 at 11:10 PM Srikanth Yalavarthi
<syalavarthi@marvell.com> wrote:
>
> Add ML to the list of platform hardware accelerator blocks.
>
> Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
> ---
>  doc/guides/platform/cnxk.rst | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/doc/guides/platform/cnxk.rst b/doc/guides/platform/cnxk.rst
> index aadd60b5d4..1956cc31d8 100644
> --- a/doc/guides/platform/cnxk.rst
> +++ b/doc/guides/platform/cnxk.rst
> @@ -76,6 +76,8 @@ DPDK subsystem.
>     +---+-----+--------------------------------------------------------------+
>     | 12| GPIO| rte_rawdev                                                   |
>     +---+-----+--------------------------------------------------------------+
> +   | 12| ML  | rte_mldev                                                    |
> +   +---+-----+--------------------------------------------------------------

# It should be 13 instead of 12.
# Also, please add fixes: tags and change subject accordingly

With above changes:

Acked-by: Jerin Jacob <jerinj@marvell.com>

+
>
>  PF0 is called the administrative / admin function (AF) and has exclusive
>  privileges to provision RVU functional block's LFs to each of the PF/VF.
> @@ -165,6 +167,9 @@ This section lists dataplane H/W block(s) available in cnxk SoC.
>  #. **Regex Device Driver**
>     See :doc:`../regexdevs/cn9k` for REE Regex device driver information.
>
> +#. **ML Device Driver**
> +   See :doc:`../mldevs/cnxk` for Machine Learning device driver information.
> +
>  Procedure to Setup Platform
>  ---------------------------
>
> --
> 2.17.1
>
  

Patch

diff --git a/doc/guides/platform/cnxk.rst b/doc/guides/platform/cnxk.rst
index aadd60b5d4..1956cc31d8 100644
--- a/doc/guides/platform/cnxk.rst
+++ b/doc/guides/platform/cnxk.rst
@@ -76,6 +76,8 @@  DPDK subsystem.
    +---+-----+--------------------------------------------------------------+
    | 12| GPIO| rte_rawdev                                                   |
    +---+-----+--------------------------------------------------------------+
+   | 12| ML  | rte_mldev                                                    |
+   +---+-----+--------------------------------------------------------------+
 
 PF0 is called the administrative / admin function (AF) and has exclusive
 privileges to provision RVU functional block's LFs to each of the PF/VF.
@@ -165,6 +167,9 @@  This section lists dataplane H/W block(s) available in cnxk SoC.
 #. **Regex Device Driver**
    See :doc:`../regexdevs/cn9k` for REE Regex device driver information.
 
+#. **ML Device Driver**
+   See :doc:`../mldevs/cnxk` for Machine Learning device driver information.
+
 Procedure to Setup Platform
 ---------------------------