-----Original Message----- > Date: Mon, 2 Apr 2018 14:39:46 -0500 > From: Erik Gabriel Carrillo <erik.g.carri...@intel.com> > To: pbhagavat...@caviumnetworks.com > CC: dev@dpdk.org, jerin.ja...@caviumnetworks.com, hemant.agra...@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 <jerin.ja...@caviumnetworks.com> > Signed-off-by: Pavan Nikhilesh <pbhagavat...@caviumnetworks.com> > Signed-off-by: Erik Gabriel Carrillo <erik.g.carri...@intel.com>
Acked-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>