From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v10 0/9] eventtimer: introduce event timer adapter Date: Wed, 4 Apr 2018 08:01:20 +0530 Message-ID: <20180404023119.GA4592@jerin> References: <1522697994-22515-1-git-send-email-erik.g.carrillo@intel.com> <1522791863-28882-1-git-send-email-erik.g.carrillo@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: pbhagavatula@caviumnetworks.com, dev@dpdk.org, hemant.agrawal@nxp.com To: Erik Gabriel Carrillo Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0076.outbound.protection.outlook.com [104.47.41.76]) by dpdk.org (Postfix) with ESMTP id D54341B6D4 for ; Wed, 4 Apr 2018 04:31:40 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1522791863-28882-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: Tue, 3 Apr 2018 16:44:14 -0500 > From: Erik Gabriel Carrillo > To: pbhagavatula@caviumnetworks.com, jerin.jacob@caviumnetworks.com > CC: dev@dpdk.org, hemant.agrawal@nxp.com > Subject: [PATCH v10 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. > > v10 > - remove stale references to rte_event_timer_init API and update docs (Jerin) > - rebase to latest dpdk-next-eventdev tree (Jerin) > - make sw_event_adapter_timer_ops var static (Pavan) Found build issue with T=i686-native-linuxapp-gcc target /export/dpdk-next-eventdev/lib/librte_eventdev/rte_event_timer_adapter.c: In function ‘sw_event_timer_cb’: /export/dpdk-next-eventdev/lib/librte_eventdev/rte_event_timer_adapter.c:557:12: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] adapter = (struct rte_event_timer_adapter *)evtim->impl_opaque[1]; ^ /export/dpdk-next-eventdev/lib/librte_eventdev/rte_event_timer_adapter.c: In function ‘sw_event_timer_adapter_service_func’: /export/dpdk-next-eventdev/lib/librte_eventdev/rte_event_timer_adapter.c:748:11: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] tim = (struct rte_timer *)evtim->impl_opaque[0]; ^ cc1: all warnings being treated as errors