From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] doc: add eventdev pipeline sample app to release notes Date: Tue, 16 Jan 2018 20:41:51 +0530 Message-ID: <20180116151150.GC2651@jerin> References: <20180116150526.32096-1-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: harry.van.haaren@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com, dev@dpdk.org To: Pavan Nikhilesh Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0048.outbound.protection.outlook.com [104.47.36.48]) by dpdk.org (Postfix) with ESMTP id 621341B1B0 for ; Tue, 16 Jan 2018 16:12:14 +0100 (CET) Content-Disposition: inline In-Reply-To: <20180116150526.32096-1-pbhagavatula@caviumnetworks.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, 16 Jan 2018 20:35:26 +0530 > From: Pavan Nikhilesh > To: jerin.jacob@caviumnetworks.com, harry.van.haaren@intel.com, > john.mcnamara@intel.com, marko.kovacevic@intel.com > Cc: dev@dpdk.org, Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH] doc: add eventdev pipeline sample app to > release notes > X-Mailer: git-send-email 2.14.1 > > Signed-off-by: Pavan Nikhilesh > --- > > This patch depends on http://dpdk.org/dev/patchwork/patch/33429 patchset. > > doc/guides/rel_notes/release_18_02.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst > index b2dc39cfe..11b8d889e 100644 > --- a/doc/guides/rel_notes/release_18_02.rst > +++ b/doc/guides/rel_notes/release_18_02.rst > @@ -53,6 +53,12 @@ New Features > > With this change, application can use OPDL PMD by eventdev api. > > +* **Update Eventdev Sample application to support event devices based on caps** IMO, it is better to change the caps to capabilities > + Update Eventdev pipeline sample application to support various types of > + pipelines based on the capabilities of the attached event and ethernet > + devices. And renamed the application from ``eventdev_pipeline_sw_pmd`` to How about, and renamed the application from SW PMD specific ``eventdev_pipeline_sw_pmd`` to PMD agnostic ``eventdev_pipeline``. > + ``eventdev_pipeline``. > + > API Changes > ----------- > > -- > 2.14.1 >