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: Tue, 18 Sep 2018 05:28:57 +0000 Message-ID: <20180918052848.GA4981@jerin> References: <20180911080216.3017-1-mattias.ronnblom@ericsson.com> <20180911080216.3017-11-mattias.ronnblom@ericsson.com> <20180917122908.GE27965@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "bruce.richardson@intel.com" , "dev@dpdk.org" To: =?iso-8859-1?Q?Mattias_R=F6nnblom?= Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0074.outbound.protection.outlook.com [104.47.37.74]) by dpdk.org (Postfix) with ESMTP id 00FCBF04 for ; Tue, 18 Sep 2018 07:28:59 +0200 (CEST) In-Reply-To: Content-Language: en-US Content-ID: <3FD7A2B7EAE3FA4896EFBB1B135FD4B6@namprd07.prod.outlook.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: Mon, 17 Sep 2018 21:17:34 +0200 > From: Mattias R=F6nnblom > To: Jerin Jacob > CC: bruce.richardson@intel.com, dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 10/10] event/dsw: include DSW event > device documentation > User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 > Thunderbird/52.9.1 >=20 > External Email >=20 > On 2018-09-17 14:29, Jerin Jacob wrote: >=20 > > > 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. > >=20 > > Is adding Intel copyright by intention? > >=20 >=20 > dsw.rst is a derived work of sw.rst, so I figured I should leave the > Intel copyright. But maybe that's not needed? Looks so. >=20 > > > + Copyright(c) 2018 Ericsson AB > > > + > > > +Distributed Software Eventdev Poll Mode Driver > > > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > + > > > +The distributed software eventdev is a parallel implementation of th= e > >=20 > > s/parallel/driver?? > >=20 >=20 > I'm not sure I follow. What do you mean? >=20 > "Parallel" here is as in executing on multiple CPU cores. I read "Parallel" as "alternative" on that context. So I think you can elaborate a bit, like ending sentence "where scheduler is executing on multiple CPU cores" or something similar what you like to add more clarity. >=20 > I could always add "driver". OK. >=20 > Regards, > Mattias