[dpdk-dev] [PATCH 3/3] doc: add eventdev library to programmers guide

Bruce Richardson bruce.richardson at intel.com
Fri Apr 21 13:14:41 CEST 2017


On Fri, Apr 21, 2017 at 10:51:39AM +0100, Harry van Haaren wrote:
> This commit adds an entry in the programmers guide
> explaining the eventdev library.
> 
> The rte_event struct, queues and ports are explained.
> An API walktrough of a simple two stage atomic pipeline
> provides the reader with a step by step overview of the
> expected usage of the Eventdev API.
> 
> Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
> ---
>  doc/guides/prog_guide/eventdev.rst           | 365 ++++++++++
>  doc/guides/prog_guide/img/eventdev_usage.svg | 994 +++++++++++++++++++++++++++
>  doc/guides/prog_guide/index.rst              |   1 +
>  3 files changed, 1360 insertions(+)
>  create mode 100644 doc/guides/prog_guide/eventdev.rst
>  create mode 100644 doc/guides/prog_guide/img/eventdev_usage.svg
> 
Hi Harry,

I think this should be a separate patch, since it is suitable for
inclusion in 17.05, rather than 17.08 for the new sample app.

/Bruce


More information about the dev mailing list