From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v11 0/9] eventtimer: introduce event timer adapter Date: Thu, 5 Apr 2018 09:01:30 +0530 Message-ID: <20180405033129.GA13859@jerin> References: <1522791863-28882-1-git-send-email-erik.g.carrillo@intel.com> <1522878674-7750-1-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 To: Erik Gabriel Carrillo Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0069.outbound.protection.outlook.com [104.47.38.69]) by dpdk.org (Postfix) with ESMTP id 736ED1C8FE for ; Thu, 5 Apr 2018 05:31:51 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1522878674-7750-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" -----Original Message----- > Date: Wed, 4 Apr 2018 16:51:05 -0500 > From: Erik Gabriel Carrillo > To: pbhagavatula@caviumnetworks.com, jerin.jacob@caviumnetworks.com > CC: dev@dpdk.org > Subject: [PATCH v11 0/9] eventtimer: introduce event timer adapter > X-Mailer: git-send-email 1.7.10 > > This patch series contains the next iteration of the Event Timer Adapter > library, which abstracts timer mechanisms that are tightly coupled with event > devices, and extends the event based programming model so that timer > expirations are represented as an event. > Good work Erik. Apologies for making it reach to v11. Applied to dpdk-next-eventdev/master. Thanks. >