From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 10/10] event/dsw: include DSW event device documentation Date: Mon, 17 Sep 2018 17:59:09 +0530 Message-ID: <20180917122908.GE27965@jerin> References: <20180911080216.3017-1-mattias.ronnblom@ericsson.com> <20180911080216.3017-11-mattias.ronnblom@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: bruce.richardson@intel.com, dev@dpdk.org To: Mattias =?iso-8859-1?Q?R=F6nnblom?= Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0087.outbound.protection.outlook.com [104.47.36.87]) by dpdk.org (Postfix) with ESMTP id 6DBF2683E for ; Mon, 17 Sep 2018 14:29:34 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180911080216.3017-11-mattias.ronnblom@ericsson.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Tue, 11 Sep 2018 10:02:16 +0200 > From: Mattias Rönnblom > To: jerin.jacob@caviumnetworks.com > CC: bruce.richardson@intel.com, dev@dpdk.org, Mattias Rönnblom > > 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 > --- > 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 if there are no other review comments then I will push next revision v4 to next-eventdev. Thanks, Jerin