From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Mattias_R=c3=b6nnblom?= Subject: Re: [PATCH v3 10/10] event/dsw: include DSW event device documentation Date: Mon, 17 Sep 2018 21:17:34 +0200 Message-ID: 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=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: bruce.richardson@intel.com, dev@dpdk.org To: Jerin Jacob Return-path: Received: from mail.lysator.liu.se (mail.lysator.liu.se [130.236.254.3]) by dpdk.org (Postfix) with ESMTP id ECECB4F9C for ; Mon, 17 Sep 2018 21:17:36 +0200 (CEST) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 77E9340015 for ; Mon, 17 Sep 2018 21:17:36 +0200 (CEST) In-Reply-To: <20180917122908.GE27965@jerin> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2018-09-17 14:29, Jerin Jacob wrote: >> 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? > dsw.rst is a derived work of sw.rst, so I figured I should leave the Intel copyright. But maybe that's not needed? >> + Copyright(c) 2018 Ericsson AB >> + >> +Distributed Software Eventdev Poll Mode Driver >> +============================================== >> + >> +The distributed software eventdev is a parallel implementation of the > > s/parallel/driver?? > I'm not sure I follow. What do you mean? "Parallel" here is as in executing on multiple CPU cores. I could always add "driver". Regards, Mattias