From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F31BF20D86; Wed, 4 Apr 2018 20:03:08 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 04 Apr 2018 20:03:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=YtrxAhvXv8CZr8IqmiBuqgPPsl ErF+qNYoQaERdGuqc=; b=eeWjsWraXtmGndJ+wsw3ikO1t4zcqr4mgYsB7/tRJp bMtIeSnXX1g9kE6i4vc6Q1daWAp3UD3WVidWN0jX2yiaWrQ+nZ+eGlxlq9GWVsIi 7TvYlW9H5W5N6CXaFD3qwFC81/7xHtddz0UidYW1GSfnvMUQyYqJSeRXDvuDkFtm 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=YtrxAh vXv8CZr8IqmiBuqgPPslErF+qNYoQaERdGuqc=; b=TP6ouooj32b7tiN6XyAE95 MubjPaeulk+QuKax2+yok01KhQSEcwPi/b6Q1dylox3EbbHODA0EJrJdxYiyMXoj Tpmea1YP/jTgslV0uRpo7r7eippUvNCJTu7TRS5/xlR42NMgL7n1183VkYigMJws 9V3TGr7py5PFNGJ9boltdcVr83AVrNM/WF3fFi07CKPiOTOtWi0C1WaAp7AVviC1 vXqyYsO0qwLUPigTg4MyodWDTGKa+Q89IMgD6vqr9c7Qklu1AvvKnG/PQTuXFzhl U4wn7KrNliZJVFAxwoCoAhQltJqphHR4RSVuMPFQhjDt7WmKVoWqWq+aIYfEAZoA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6E343E47A1; Wed, 4 Apr 2018 20:03:08 -0400 (EDT) From: Thomas Monjalon To: "Dumitrescu, Cristian" Cc: dev@dpdk.org, "Singh, Jasvinder" Date: Thu, 05 Apr 2018 02:03:07 +0200 Message-ID: <12703751.zyF59OW4Sh@xps> In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891267BB3A65B@IRSMSX108.ger.corp.intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [pull-request] next-pipeline 18.05 PRE-RC1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2018 00:03:10 -0000 > > 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) { ^~~~~~~~~~~~~~~