From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6FB8C7E24 for ; Fri, 20 Apr 2018 11:48:10 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Apr 2018 02:48:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,300,1520924400"; d="scan'208";a="193008329" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga004.jf.intel.com with ESMTP; 20 Apr 2018 02:48:08 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.61]) by IRSMSX153.ger.corp.intel.com ([169.254.9.3]) with mapi id 14.03.0319.002; Fri, 20 Apr 2018 10:48:07 +0100 From: "Kovacevic, Marko" To: Pavan Nikhilesh , "thomas@monjalon.net" , "jerin.jacob@caviumnetworks.com" , "Mcnamara, John" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: update release notes for OcteonTx TIM driver Thread-Index: AQHT2H727UcdCLrrKUuvYVP106bQUaQJaCtQ Date: Fri, 20 Apr 2018 09:48:06 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F663614A4@IRSMSX103.ger.corp.intel.com> References: <20180420080833.26810-1-pbhagavatula@caviumnetworks.com> In-Reply-To: <20180420080833.26810-1-pbhagavatula@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWYwOTJlZWEtNzgyMy00ZjdjLTk1ZjQtMjRjZDA5NDM1OWQ4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IldqcE91WHo5ekZjQzY3WUxTM3g4eGhRdlVQTVBYa0VjWGw1VmlkQ3ZlWFU9In0= x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: update release notes for OcteonTx TIM driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2018 09:48:10 -0000 > Signed-off-by: Pavan Nikhilesh > --- > doc/guides/rel_notes/release_18_05.rst | 7 +++++++ > 1 file changed, 7 insertions(+) >=20 > 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 >=20 > Linux uevent is supported as backend of this device event notification > framework. >=20 > +* **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 l= ibrary. > + > + See the :doc:`../eventdevs/octeontx` guide for more details > + >=20 > API Changes > ----------- Acked-by: Marko Kovacevic