From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [pull-request] next-pipeline 18.05 PRE-RC1 Date: Thu, 05 Apr 2018 02:03:07 +0200 Message-ID: <12703751.zyF59OW4Sh@xps> References: <1522413935-118517-1-git-send-email-cristian.dumitrescu@intel.com> <4804393.3nlcFQs5t0@xps> <3EB4FA525960D640B5BDFFD6A3D891267BB3A65B@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 8DFCD1C926 for ; Thu, 5 Apr 2018 02:03:10 +0200 (CEST) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891267BB3A65B@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" > > Hi, > > > > 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) { ^~~~~~~~~~~~~~~