From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Gabriel Carrillo Subject: [PATCH v6 23/23] doc: add event timer adapter to release notes Date: Wed, 10 Jan 2018 18:21:14 -0600 Message-ID: <1515630074-29020-24-git-send-email-erik.g.carrillo@intel.com> References: <1512158458-22661-1-git-send-email-erik.g.carrillo@intel.com> <1515630074-29020-1-git-send-email-erik.g.carrillo@intel.com> Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, nipun.gupta@nxp.com, hemant.agrawal@nxp.com To: pbhagavatula@caviumnetworks.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 197B11B238 for ; Thu, 11 Jan 2018 01:21:48 +0100 (CET) In-Reply-To: <1515630074-29020-1-git-send-email-erik.g.carrillo@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" Signed-off-by: Erik Gabriel Carrillo --- 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 24b67bb..8eafcd3 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -41,6 +41,12 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= + * **Added the Event Timer Adapter Library.** + + Added the Event Timer Adapter Library. This library extends the + event-based model by introducing APIs that allow applications to + generate timer expiry events that are scheduled by an event device + along with existing types of events. API Changes ----------- -- 2.6.4