From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] doc: update release notes for OcteonTx TIM driver Date: Wed, 9 May 2018 14:33:47 +0530 Message-ID: <20180509090346.GA24821@jerin> References: <20180420080833.26810-1-pbhagavatula@caviumnetworks.com> <6DC05C7C5F25994B81B3F2F214251F663614A4@IRSMSX103.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Pavan Nikhilesh , "thomas@monjalon.net" , "Mcnamara, John" , "dev@dpdk.org" To: "Kovacevic, Marko" Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0050.outbound.protection.outlook.com [104.47.42.50]) by dpdk.org (Postfix) with ESMTP id 139B9AABC for ; Wed, 9 May 2018 11:04:01 +0200 (CEST) Content-Disposition: inline In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F663614A4@IRSMSX103.ger.corp.intel.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: Fri, 20 Apr 2018 09:48:06 +0000 > From: "Kovacevic, Marko" > To: Pavan Nikhilesh , > "thomas@monjalon.net" , > "jerin.jacob@caviumnetworks.com" , > "Mcnamara, John" > CC: "dev@dpdk.org" > Subject: RE: [dpdk-dev] [PATCH] doc: update release notes for OcteonTx TIM > driver > > > Signed-off-by: Pavan Nikhilesh > > --- > > doc/guides/rel_notes/release_18_05.rst | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/doc/guides/rel_notes/release_18_05.rst > > b/doc/guides/rel_notes/release_18_05.rst > > index 290fa0940..70ef5d4e1 100644 > > --- a/doc/guides/rel_notes/release_18_05.rst > > +++ b/doc/guides/rel_notes/release_18_05.rst > > @@ -115,6 +115,13 @@ New Features > > > > Linux uevent is supported as backend of this device event notification > > framework. > > > > +* **Added OcteonTx TIM Driver (Event timer adapter).** > > + > > + The OcteonTx Timer block enables software to schedule events for a > > + future time, it is exposed to an application via Event timer adapter library. > > + > > + See the :doc:`../eventdevs/octeontx` guide for more details > > + > > > > API Changes > > ----------- > > Acked-by: Marko Kovacevic Applied to dpdk-next-eventdev/master. Thanks.