From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: fix compilation issue with strict flags Date: Wed, 19 Apr 2017 15:35:23 +0200 Message-ID: <7805675.XofNRtIAxg@xps> References: <20170413052927.82842-1-shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Van Haaren, Harry" , Adrien Mazarguil , =?ISO-8859-1?Q?N=E9lio?= Laranjeiro , Gaetan Rivet To: Shahaf Shuler Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 75F67388F for ; Wed, 19 Apr 2017 15:35:25 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 19/04/2017 07:22, Shahaf Shuler: > Hi, > Any more comments on this commit? Could it be merged? Compilation is still > failing.. > Thursday, April 13, 2017 12:36 PM, Van Haaren, Harry: > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shahaf Shuler > > > Sent: Thursday, April 13, 2017 6:29 AM > > > To: thomas.monjalon@6wind.com > > > Cc: adrien.mazarguil@6wind.com; nelio.laranjeiro@6wind.com; > > > dev@dpdk.org > > > Subject: [dpdk-dev] [PATCH] ethdev: fix compilation issue with strict > > > flags > > > > > > Compilation error seen while compiling mlx5 in debug mode under RHEL > > > 7.3: > > > > > > rte_ethdev.h:1670:7: error: type of bit-field 'state' is a GCC extension > > > > > > [-Werror=pedantic] > > > > > > Address it by removing the unnecessary bit-field width limitation. > > > > > > Fixes: d52268a8b24b ("ethdev: expose device states") > > > > > > Signed-off-by: Shahaf Shuler > > Acked-by: Harry van Haaren > Acked-by: Gaetan Rivet Applied, thanks