From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 32CF2A0487 for ; Thu, 4 Jul 2019 16:46:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0205C1BE5E; Thu, 4 Jul 2019 16:46:17 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 8B3201BE4F for ; Thu, 4 Jul 2019 16:46:15 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0698A21D51; Thu, 4 Jul 2019 10:46:15 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 04 Jul 2019 10:46:15 -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=M5n5U01VBlbOfKbYg2pzQkX8dpNPjS5kHLT+hb214wg=; b=P/FlTwyzyQ1V VV+CeIa6Zhoki6nTlbOkVqXFfBjYYzWh/8n/fya2JhUkd5niLjOG3NVdXMsvijgE vZsL/cVNecIc2tge2qrzY3qBz0NPVf07Bh/kZQQ8qUU7rs6wR+H5XXRW5qgj5ayC WsZt7xHfBMiEeH1D7m1UbyPrtvWHtHQ= 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=M5n5U01VBlbOfKbYg2pzQkX8dpNPjS5kHLT+hb214 wg=; b=t+WV41aFYlOzRcxgNOtKD3IklkIusO9HJcQ8gmdvaiCM+epGcIx7r3eYQ drYWPo/L6XpigyP5IPZ41zsINWf0Wh3P/oReAcRSGWDQnSvM6bSGLsT28+1y2oAP JH4qvcYp5Jkejf6pEqCYkljXEoX/74/FqY+SIlsyLffeegLnT5MtTxR/m1Zg0erm X78ueolqiB/Ve/qOvyAhwzaeUHvkQFSO2ouR5bAZxVcfWragPYgMh30kuIhY6ii7 FvIxXpx5j2gB2G0hWd+Mge+PteI+yLC+M5TekVo3RQLz8IRQyzRULe5eBSGMQj0t wuQFOvZvpHtK+MnMskjjzKOTJEDNw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfedvgdekfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AEFB28005C; Thu, 4 Jul 2019 10:46:13 -0400 (EDT) From: Thomas Monjalon To: jerinj@marvell.com, Amit Gupta Cc: dev@dpdk.org, ferruh.yigit@intel.com Date: Thu, 04 Jul 2019 16:46:12 +0200 Message-ID: <2262330.GSOO5BOVcv@xps> In-Reply-To: <20190701180346.42906-1-jerinj@marvell.com> References: <20190701180346.42906-1-jerinj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] drivers: fix ICC compilation issue with i686 for octeontx2 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" 01/07/2019 20:03, jerinj@marvell.com: > From: Amit Gupta > > Fix the following ICC specific compilation issue with i686 build. > > dpdk/drivers/common/octeontx2/otx2_mbox.c(47): error #2259: > non-pointer conversion from "unsigned long long" to "struct mbox_hdr *" > may lose significant bits > (struct mbox_hdr *)((uintptr_t)mdev->mbase + mbox->tx_start); > > Fixes: 732377a6792e ("mempool/octeontx2: add build infra and device probe") > Fixes: 371d3212cbed ("common/octeontx2: add build infrastructure and HW definition") > > Signed-off-by: Amit Gupta Applied, thanks