From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [pull-request] next-pipeline 18.05 PRE-RC1 Date: Fri, 06 Apr 2018 18:45:29 +0200 Message-ID: <14381267.VQSVJoPJkA@xps> References: <1522413935-118517-1-git-send-email-cristian.dumitrescu@intel.com> <12703751.zyF59OW4Sh@xps> <3EB4FA525960D640B5BDFFD6A3D891267BB3B4B3@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Singh, Jasvinder" To: "Dumitrescu, Cristian" Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 6DCFE1D31A for ; Fri, 6 Apr 2018 18:45:30 +0200 (CEST) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891267BB3B4B3@IRSMSX108.ger.corp.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" 05/04/2018 13:00, Dumitrescu, Cristian: > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > > > 30/03/2018 14:45, Cristian Dumitrescu: > > > > > http://dpdk.org/git/next/dpdk-next-pipeline > > > > > > > > I saw 2 issues: > > > > - table_index is wrongly placed in doxygen index > > > > - compilation error with clang: status_data is used uninitialized > > > > > > > > > > Hi Thomas, > > > > > > All the above issues are fixed now, are you OK to resume the pull request > > now? > > > > Sorry, one more compilation error: > > > > error: incompatible pointer types > > passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'uint32_t > > *' > > (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types] > > if (parser_read_uint32(&p.tc_ov_weight, tokens[10]) != 0) { > > ^~~~~~~~~~~~~~~ > > > > > > Fixed, sorry about this. It is pulled in master now.