From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] net/qede: fix icc build Date: Wed, 08 Nov 2017 01:26:43 +0100 Message-ID: <3727243.pvPnprTVBg@xps> References: <20171107233811.82858-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Rasesh Mody , Harish Patil , Shahed Shaikh , dev@dpdk.org To: Ferruh Yigit Return-path: In-Reply-To: <20171107233811.82858-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/11/2017 00:38, Ferruh Yigit: > observed icc version "icc (ICC) 18.0.0 20170811" > > build error: > .../dpdk/drivers/net/qede/qede_ethdev.c(1475): > error #279: controlling expression is constant > assert(false && "Unable to start periodic timer"); > ^ > > Warning disabled in Makefile. > > Fixes: 2af14ca79c0a ("net/qede: support 100G") > Cc: stable@dpdk.org > > Signed-off-by: Ferruh Yigit Applied, thanks