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 6DCFE1D31A for ; Fri, 6 Apr 2018 18:45:30 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F22A220F9C; Fri, 6 Apr 2018 12:45:29 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 06 Apr 2018 12:45:29 -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=Nam6Zt6MXvKcP9ZTPtIn0kH6by ZlUkZtkXoXn0J+L6c=; b=H2eaQoFampTLd3ppMUZZQW5IB1ani0T5vJKQqvLs2j 95dvKBgz1RFevKvsV4PLxhqFLlTWTeFWXAj4S7h0HUZr476OrFpKjXx0Jmd5gu/8 pVLCGb24BkWZpXDZAt1fX4B5CQ3GyooJDlWd9qzBI8iQyrCz8JCGwYiDH12utYM+ A= 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=Nam6Zt 6MXvKcP9ZTPtIn0kH6byZlUkZtkXoXn0J+L6c=; b=QluzdWyxV0hLAM/5oLye/+ gD6UHc7LhVbttBLRVmmFkfTkvyO/KAmhilbSSmRLz5Zv4jhVqHKvsyShu9yWpLSj Q3P3WBQDjcf5duWv8N2kk3ttncIFA7f5G1nZOy3zpNjPTGcas5aJSP9WsrOqw4tn U6Wp8uffKPEHMWT7bP4YOuVxdj8PmApMO6j3yW3ha15M3FcgEFXX9axj1ZDCGjhC 5P07M+EQ6BTu00yAmbTocjP7Rv3LD9KZlVGXvuHchefhZUKjJWAAgA9EHEezD7lq 1K67FAKAefFfcihKEdw9dQkqHeWa/fa2rpJn/PAOji5EyiyCSh+5yS6lAIDwFj/w == 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 63900E4437; Fri, 6 Apr 2018 12:45:29 -0400 (EDT) From: Thomas Monjalon To: "Dumitrescu, Cristian" Cc: dev@dpdk.org, "Singh, Jasvinder" Date: Fri, 06 Apr 2018 18:45:29 +0200 Message-ID: <14381267.VQSVJoPJkA@xps> In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891267BB3B4B3@IRSMSX108.ger.corp.intel.com> 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-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: Fri, 06 Apr 2018 16:45:30 -0000 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.