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 79AE6A034E; Wed, 6 May 2020 23:51:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BF95D1DB28; Wed, 6 May 2020 23:51:30 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B9A181DB26; Wed, 6 May 2020 23:51:28 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 57A555C0071; Wed, 6 May 2020 17:51:28 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Wed, 06 May 2020 17:51:28 -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=fm1; bh= ALzgdPWhdbef1WQkuGVUJKOCwlwzMhmZkMJ1KCqU0MI=; b=If/OMsz9ov7ijKga QBbgH6nAuSzMlssFWYmQLw9Z4CNwpVC3xLum6xlS573HGTzMqOwMx05GsJS0U/dt Wv9ls0epoJvr8eikM2l0t1QAkVip56PdX4BnKDsTWdKXhWCpsN0W6BjB9H/qIyjV 0qroRkKneZvekBeVpjV8cj+LvkYJ3tXpnrMKViOwJSL3Q9FGOkct6O99AXoWG14L 9voKF3bOvF1/kOwKu2svRJFI9gYE5/KLbqYBfYtYJtXUOcmpLs2oR7BaFjz/k+Uy cGqFUNkniDQTAmK0o/m4DyQ1SjViRA+yG2XAxQR/w6eVSlO3Tjo1l/5ziOXmla9D 7HuvGg== 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=fm2; bh=ALzgdPWhdbef1WQkuGVUJKOCwlwzMhmZkMJ1KCqU0 MI=; b=EjSB6hSz282k0BCeT1VTDncjkIBkXHsnZJPTRv3HqH4NUujxEWpxhR5QZ YdN8EFj2tFDCnOizz5WU+jLxKP5BsBEf1ly7cEzGj0noEqI/06nz3C+iFrU5dhE3 Pc7MmtrUshXhDG3ahBREjxf4KWkR5zIeIpYdo+KwWI3gwKD42k/Fmy6P4D9GQeBq i2wQE9+fNNQ8weDLnfcGbw6GyOjeLP5+/V7STEXwbjBjj2iHorwTBrRq0gMpvC22 Ud2jrv5O3HOnpk8QpJfqzV5Lg5I1VqkGqY+S6x1X4BAJ9b7Xwsu4qZLkayoFK54h NgBJdzT36/j/SfWxntaTHzr5Mbodw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrjeelgddtudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthhqredttddtjeenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpeekteehtdeivefhieegjeelgedufeejheekkeetueevieeuvdevuedt jeevheevteenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvth 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 4571E306612A; Wed, 6 May 2020 17:51:27 -0400 (EDT) From: Thomas Monjalon To: pbhagavatula@marvell.com Cc: Harman Kalra , stable@dpdk.org, jerinj@marvell.com, dev@dpdk.org, Ferruh Yigit Date: Wed, 06 May 2020 23:51:26 +0200 Message-ID: <36110270.J2Yia2DhmK@thomas> In-Reply-To: References: <20200502161031.1273-1-pbhagavatula@marvell.com> <20200504091719.GA128390@outlook.office365.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] common/octeontx: fix GCC 9.1 ABI break 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" 05/05/2020 12:33, Ferruh Yigit: > On 5/4/2020 10:17 AM, Harman Kalra wrote: > > On Sat, May 02, 2020 at 09:40:31PM +0530, pbhagavatula@marvell.com wrot= e: > >> From: Pavan Nikhilesh > >> > >> GCC 9.1 fixes a bug with passing bitfields as pass by value in function > >> parameters and generates a warning for the same as below: > >> > >> drivers/common/octeontx/octeontx_mbox.c:282:1: note: parameter passing > >> for argument of type =E2=80=98struct mbox_intf_ver=E2=80=99 changed in= GCC 9.1 > >> > >> Fix the warning generated by passing bitfield as pass by reference. > >> > >> Fixes: b4134b2d31cc ("common/octeontx: update mbox to version 1.1.3") > >> Cc: stable@dpdk.org > >> > >> Signed-off-by: Pavan Nikhilesh > >=20 > > Acked-by: Harman Kalra >=20 > Tested-by: Ferruh Yigit Applied, thanks