From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0591B20F5E; Wed, 19 Apr 2017 09:35:25 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 19 Apr 2017 09:35:25 -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:x-sasl-enc; s=mesmtp; bh=myfxai4CU4iTq0x 70yCxkTTvwah+AUdpiLViAomYQVw=; b=SRdrHRL5osU15xP9Sd2rZ2yufszAxsZ n0BKA+EE9pr99AQfcE9lTct7LBNfX5Hr7T7uTCP5dQ2qxKJZmE9oHTN7EHZyoJES gEY7aGYrSuOZWzcEh+StJ5S2722L1tUMDg2jGO2Bybd2bcBTwH8+iZjQ51CnblLs rtPZGyD2Q2XM= 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:x-sasl-enc; s= fm1; bh=myfxai4CU4iTq0x70yCxkTTvwah+AUdpiLViAomYQVw=; b=Ab4Z56wF A9+o2dOna0Jtrc8NtoZqQxu2cELHIHgIty2QJ4qU/JmnGz+dMnNHPK5DJOM09m2d JPlpbv51Mw480aL0KlJjr0ae7J8gi+bhv2I8X1shbWjqQWRGknR5Lo8XfFhMBx00 kFq+ctj1S4OU/5MxJJoT4k+D1YicmxnQhZ+uTw/L9KygtKl8aMsoZnASlt848Xb5 UInN0/X9P8bUBCKJpFAMiqusG78i4dvzg0YJBSIdNfQrPSDIj+nVlwcOurercSKZ P9YZHgzyXW2MYZjUw55P26lhOmq5/KvYGGOXs7E0l0+k8MMYeir7NFCS613aU4Wj H8NOYbqYiCl8Hw== X-ME-Sender: X-Sasl-enc: g4iuGXF/t0ciR6D8+qdoTw9az5rXY5BAimIuOg3yKoeO 1492608924 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A86697E2B0; Wed, 19 Apr 2017 09:35:24 -0400 (EDT) From: Thomas Monjalon To: Shahaf Shuler Cc: dev@dpdk.org, "Van Haaren, Harry" , Adrien Mazarguil , =?ISO-8859-1?Q?N=E9lio?= Laranjeiro , Gaetan Rivet Date: Wed, 19 Apr 2017 15:35:23 +0200 Message-ID: <7805675.XofNRtIAxg@xps> In-Reply-To: References: <20170413052927.82842-1-shahafs@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ethdev: fix compilation issue with strict flags 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: Wed, 19 Apr 2017 13:35:25 -0000 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