-----Original Message----- > Date: Tue, 11 Sep 2018 10:02:16 +0200 > From: Mattias Rönnblom <mattias.ronnb...@ericsson.com> > To: jerin.ja...@caviumnetworks.com > CC: bruce.richard...@intel.com, dev@dpdk.org, Mattias Rönnblom > <mattias.ronnb...@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.ronnb...@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.ja...@caviumnetworks.com> if there are no other review comments then I will push next revision v4 to next-eventdev. Thanks, Jerin