From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/mlx5: fix ICC compilation Date: Wed, 21 Mar 2018 09:53:13 +0000 Message-ID: <06b6a081-7810-9e16-1e59-b64e731c7133@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, orika@mellanox.com To: Nelio Laranjeiro , Adrien Mazarguil , Yongseok Koh Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2B8855F1D for ; Wed, 21 Mar 2018 10:53:15 +0100 (CET) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/19/2018 10:42 AM, Nelio Laranjeiro wrote: > Remove the second declaration of device_attr [1] inside the loop as well as > the query_device_ex() which has already been done outside of the loop. > > Fixes: 9a761de8ea14 ("net/mlx5: flow counter support") > Cc: orika@mellanox.com > > Reported-by: Ferruh Yigit > Signed-off-by: Nelio Laranjeiro Tested-by: Ferruh Yigit