From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id F07DEA00E6 for ; Fri, 14 Jun 2019 04:17:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E63021C496; Fri, 14 Jun 2019 04:17:55 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 89CA12BA5 for ; Fri, 14 Jun 2019 04:17:54 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 01E401302; Thu, 13 Jun 2019 22:17:52 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 13 Jun 2019 22:17:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=THP192z4JeY9v9C45Qm17mHX7acXPstZ1giZJEoUKMo=; b=QZffv739apCl /RuPChx2x2pqxqEKWBr9BDSQq5JdRlmSL7KfFE7lmyrsRCo/NUk/zTSSBVoeU2kb joz/EJQHZKDKuADDQXdjRdATN6CehaTba24DHPH1zRfc53KiCz5km23fFw4I4aRz fgO5KAbK+p9imXbArHmDqueMpHN5TyU= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=THP192z4JeY9v9C45Qm17mHX7acXPstZ1giZJEoUK Mo=; b=lbbWrptKE8FBTF/b97C31m/OnfT35Ucr8+5wny+cA8i1UlaYGbwPBX6Pl f4/c0CHq+XxEMXa9NyktTPdIJ8YNYKVz8ATsIKCduaGO8H8dzflkZ+Qnw+RZxX4D WRr5a9yDHE8xHrZnHjrvrM/EGQjwRWZHc6cBX89KNNTKN1SCqrOcJQ7CFjv1VCRj l7M1+9rgb/pO4z08HYZEZ6cipQqm3waafS7E2QlX5cPT2uqHRrD4V0dOpa74rUP6 wTHkeehEt5AbqhwLHwave7F62XVxL6sAvQUPsqp/KoPGtIQjWMVFvIi6D+pxPBpc oO/FOtRpUVvmy9UsfEVrrYnHWfrsg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudeitddgheeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpeguphgukhdrohhrghenucfkphepuddviedrvdduuddruddvjedrleeinecu rfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtne cuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (om126211127096.13.openmobile.ne.jp [126.211.127.96]) by mail.messagingengine.com (Postfix) with ESMTPA id 1E1F0380085; Thu, 13 Jun 2019 22:17:48 -0400 (EDT) From: Thomas Monjalon To: Lance Richardson , ajit.khaparde@broadcom.com, Kalesh AP Cc: dev@dpdk.org, ferruh.yigit@intel.com Date: Fri, 14 Jun 2019 11:17:44 +0900 Message-ID: <2880585.8E5HTlN6fd@xps> In-Reply-To: <20190602174247.32368-10-lance.richardson@broadcom.com> References: <20190602174247.32368-1-lance.richardson@broadcom.com> <20190602174247.32368-10-lance.richardson@broadcom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] compilation failing - net/bnxt: add support for thor controller 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, The line below makes compilation failing on master branch with some compilers. 03/06/2019 02:42, Lance Richardson: > +#define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) It has been merged in master branch yesterday: http://git.dpdk.org/dpdk/commit/?id=f8168ca0e690 The build report is: http://mails.dpdk.org/archives/test-report/2019-June/085603.html Please fix it quickly so we can merge more patches and run the tests successfully. I would like to avoid reverting this patch for CI purpose. Thanks