[dpdk-dev] [PATCH 20/20] doc: add NXP DPAA2 EVENTDEV details

Jerin Jacob jerin.jacob at caviumnetworks.com
Wed May 31 17:58:09 CEST 2017


-----Original Message-----
> Date: Thu, 25 May 2017 23:37:51 +0530
> From: Nipun Gupta <nipun.gupta at nxp.com>
> To: dev at dpdk.org
> CC: hemant.agrawal at nxp.com, jerin.jacob at caviumnetworks.com,
>  harry.van.haaren at intel.com, bruce.richardson at intel.com,
>  gage.eads at intel.com, shreyansh.jain at nxp.com, Nipun Gupta
>  <nipun.gupta at nxp.com>
> Subject: [PATCH 20/20] doc: add NXP DPAA2 EVENTDEV details
> X-Mailer: git-send-email 1.9.1
> 
> Signed-off-by: Nipun Gupta <nipun.gupta at nxp.com>
> ---
>  MAINTAINERS                    |   1 +
>  doc/guides/eventdevs/dpaa2.rst | 157 +++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 158 insertions(+)
>  create mode 100644 doc/guides/eventdevs/dpaa2.rst
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 45e284e..9c9095b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -584,6 +584,7 @@ NXP DPAA2 Eventdev PMD
>  M: Hemant Agrawal <hemant.agrawal at nxp.com>
>  M: Nipun Gupta <nipun.gupta at nxp.com>
>  F: drivers/event/dpaa2/
> +F: doc/guides/eventdevs/dpaa2.rst
>  
>  Packet processing
>  -----------------
> +
> +To compile the DPAA2 EVENTDEV PMD for Linux arm64 gcc target, run the
> +following ``make`` command:
> +
> +.. code-block:: console
> +
> +   cd <DPDK-source-directory>
> +   make config T=arm64-dpaa2-linuxapp-gcc install

It nice to mention your PMD driver vdev name in the document.

> +
> +Limitations
> +-----------
> +
> +Platform Requirement
> +~~~~~~~~~~~~~~~~~~~~
> +
> +DPAA2 drivers for DPDK can only work on NXP SoCs as listed in the
> +``Supported DPAA2 SoCs``.
> +
> +Port-core binding
> +~~~~~~~~~~~~~~~~~
> +
> +DPAA2 EVENTDEV driver requires event port 'x' to be used on core 'x'.

Is it a HW limitation? or Is it like, only one port can connect to one
lcore. If it latter, then I think, you can have physical port to virtual
port translation in slow path as ports are enumerated as 0 to N. lcore
id can be anything.


> -- 
> 1.9.1
> 


More information about the dev mailing list