[dpdk-dev] [PATCH v3 10/10] event/dsw: include DSW event device documentation

Jerin Jacob jerin.jacob at caviumnetworks.com
Mon Sep 17 14:29:09 CEST 2018


-----Original Message-----
> Date: Tue, 11 Sep 2018 10:02:16 +0200
> From: Mattias Rönnblom <mattias.ronnblom at ericsson.com>
> To: jerin.jacob at caviumnetworks.com
> CC: bruce.richardson at intel.com, dev at dpdk.org, Mattias Rönnblom
>  <mattias.ronnblom at ericsson.com>
> Subject: [PATCH v3 10/10] event/dsw: include DSW event device documentation
> X-Mailer: git-send-email 2.17.1
> 
> 
> The DSW event device is documented in DPDK Programmer's Guide.
> 
> Signed-off-by: Mattias Rönnblom <mattias.ronnblom at ericsson.com>
> ---
>  doc/guides/eventdevs/dsw.rst   | 97 ++++++++++++++++++++++++++++++++++
>  doc/guides/eventdevs/index.rst |  1 +
>  2 files changed, 98 insertions(+)
>  create mode 100644 doc/guides/eventdevs/dsw.rst
> 
> diff --git a/doc/guides/eventdevs/dsw.rst b/doc/guides/eventdevs/dsw.rst
> new file mode 100644
> index 000000000..de41ae9d3
> --- /dev/null
> +++ b/doc/guides/eventdevs/dsw.rst
> @@ -0,0 +1,97 @@
> +..  SPDX-License-Identifier: BSD-3-Clause
> +    Copyright(c) 2017 Intel Corporation.

Is adding Intel copyright by intention?

> +    Copyright(c) 2018 Ericsson AB
> +
> +Distributed Software Eventdev Poll Mode Driver
> +==============================================
> +
> +The distributed software eventdev is a parallel implementation of the

s/parallel/driver??

> +eventdev API, which distributes the task of scheduling events among
> +all the eventdev ports and the lcore threads using them.
> +

Please update MAINTAINERS and doc/guides/rel_notes/release_18_11.rst
files.

With above changes:
Acked-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>

if there are no other review comments then I will push next revision v4 to next-eventdev.

Thanks,
Jerin



More information about the dev mailing list