From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v9 0/9] eventtimer: introduce event timer adapter Date: Tue, 3 Apr 2018 19:45:03 +0530 Message-ID: <20180403141459.GA9612@jerin> References: <1522358852-3630-1-git-send-email-erik.g.carrillo@intel.com> <1522697994-22515-1-git-send-email-erik.g.carrillo@intel.com> <20180402231906.GA31895@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: "Carrillo, Erik G" Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0079.outbound.protection.outlook.com [104.47.41.79]) by dpdk.org (Postfix) with ESMTP id 413F8728A for ; Tue, 3 Apr 2018 16:15:23 +0200 (CEST) Content-Disposition: inline In-Reply-To: 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 14:09:22 +0000 > From: "Carrillo, Erik G" > To: Jerin Jacob > CC: "dev@dpdk.org" > Subject: RE: [PATCH v9 0/9] eventtimer: introduce event timer adapter > > Hi Jerin, Hi Carrillo, > > Question in-line: > > > 1) Please fix following check-patch warnings: > > > > ### eventtimer: introduce event timer adapter > > > > ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" > > #273: FILE: lib/librte_eventdev/rte_event_timer_adapter.h:238: > > +struct rte_event_timer_adapter * __rte_experimental > > > > ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" > > #303: FILE: lib/librte_eventdev/rte_event_timer_adapter.h:268: > > +struct rte_event_timer_adapter * __rte_experimenta > > > > I was aware that checkpatch was complaining here, but the style I used is > consistent with almost all the existing DPDK code that uses the __rte_experimental > tag. Should I fix the warning if the style will differ from existing code? Probably, We could fix the checkpatch. May be for short term we could live with those warnings. > > Thanks, > Gabriel >