From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v9 1/9] eventtimer: introduce event timer adapter Date: Tue, 3 Apr 2018 04:55:16 +0530 Message-ID: <20180402232515.GB31895@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-2-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 NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0040.outbound.protection.outlook.com [104.47.33.40]) by dpdk.org (Postfix) with ESMTP id CA83E1B414 for ; Tue, 3 Apr 2018 01:25:36 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1522697994-22515-2-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:46 -0500 > From: Erik Gabriel Carrillo > To: pbhagavatula@caviumnetworks.com > CC: dev@dpdk.org, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com > Subject: [PATCH v9 1/9] eventtimer: introduce event timer adapter > X-Mailer: git-send-email 1.7.10 > > Event devices can be coupled with various components to provide > new event sources by using event adapters. The event timer adapter > is one such adapter; it bridges event devices and timer mechanisms. > This library extends the event-driven programming model by > introducing a new type of event that represents a timer expiration, > and it provides APIs with which adapters can be created or destroyed > and event timers can be armed and canceled. > > Signed-off-by: Jerin Jacob > Signed-off-by: Pavan Nikhilesh > Signed-off-by: Erik Gabriel Carrillo Acked-by: Jerin Jacob