From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B44502C5B for ; Mon, 13 Jun 2016 12:32:36 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 13 Jun 2016 03:32:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,466,1459839600"; d="scan'208";a="826922654" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.87]) ([10.237.220.87]) by orsmga003.jf.intel.com with ESMTP; 13 Jun 2016 03:32:34 -0700 To: Bruce Richardson , Rasesh Mody References: <1463011585-15429-1-git-send-email-rasesh.mody@qlogic.com> <20160608161505.GA10096@bricha3-MOBL3> <575A91A6.9030605@intel.com> Cc: dev@dpdk.org, Dept-EngDPDKDev@qlogic.com, Harish Patil From: Ferruh Yigit Message-ID: <575E8BC1.6040903@intel.com> Date: Mon, 13 Jun 2016 11:32:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <575A91A6.9030605@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 1/5] bnx2x: fixed stats get X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2016 10:32:37 -0000 On 6/10/2016 11:08 AM, Ferruh Yigit wrote: > On 6/8/2016 5:15 PM, Bruce Richardson wrote: >> On Wed, May 11, 2016 at 05:06:21PM -0700, Rasesh Mody wrote: >>> Fix stats_get() routine to display drop counters under imissed counter. >>> >>> Fixes: 540a211084a7 ("bnx2x: driver core") >>> >>> Signed-off-by: Rasesh Mody >>> Signed-off-by: Harish Patil >> >> Patchset applied to dpdk-next-net/rel_16_07 >> >> /Bruce >> > > This patchset is cause a compile error with ICC, I will send a patch to > disable some warning with ICC. > With more investigation, it is not this patchset causing the compilation error with ICC, master branch has also this problem. Regards, ferruh