From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v9 9/9] doc: add event timer adapter documentation Date: Tue, 3 Apr 2018 05:12:18 +0530 Message-ID: <20180402234217.GF31895@jerin> References: <1522358852-3630-1-git-send-email-erik.g.carrillo@intel.com> <1522697994-22515-1-git-send-email-erik.g.carrillo@intel.com> <1522697994-22515-10-git-send-email-erik.g.carrillo@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pbhagavatula@caviumnetworks.com, dev@dpdk.org, hemant.agrawal@nxp.com To: Erik Gabriel Carrillo Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0063.outbound.protection.outlook.com [104.47.37.63]) by dpdk.org (Postfix) with ESMTP id 1601F1B3D4 for ; Tue, 3 Apr 2018 01:42:37 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1522697994-22515-10-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" -----Original Message----- > Date: Mon, 2 Apr 2018 14:39:54 -0500 > From: Erik Gabriel Carrillo > To: pbhagavatula@caviumnetworks.com > CC: dev@dpdk.org, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com > Subject: [PATCH v9 9/9] doc: add event timer adapter documentation > X-Mailer: git-send-email 1.7.10 > > Signed-off-by: Erik Gabriel Carrillo > --- > MAINTAINERS | 7 +++++++ > doc/api/doxy-api-index.md | 32 +++----------------------------- > doc/guides/rel_notes/release_18_05.rst | 6 ++++++ > 3 files changed, 16 insertions(+), 29 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 75d3e92..3cc3a3f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -317,6 +317,13 @@ F: lib/librte_eventdev/*eth_rx_adapter* > F: test/test/test_event_eth_rx_adapter.c > F: doc/guides/prog_guide/event_ethernet_rx_adapter.rst > > +Eventdev Timer Adapter API - EXPERIMENTAL > +M: Erik Gabriel Carrillo > +T: git://dpdk.org/next/dpdk-next-eventdev > +F: lib/librte_eventdev/*timer_adapter* > +F: test/test/test_event_timer_adapter.c > +F: doc/guides/prog_guide/event_timer_adapter.rst > + Acked-by: Jerin Jacob Please rebase this patch to latest dpdk-next-event tree as there merge conflicts.