From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3] mlx: fix icc compilation error Date: Tue, 28 Jun 2016 11:08:45 +0100 Message-ID: <20160628100844.GA22860@bricha3-MOBL3> References: <1465917730-10713-1-git-send-email-ferruh.yigit@intel.com> <1465921044-25700-1-git-send-email-ferruh.yigit@intel.com> <20160616075823.GI7621@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Ferruh Yigit , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E0F412C54 for ; Tue, 28 Jun 2016 12:08:48 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20160616075823.GI7621@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Jun 16, 2016 at 09:58:23AM +0200, Adrien Mazarguil wrote: > On Tue, Jun 14, 2016 at 05:17:24PM +0100, Ferruh Yigit wrote: > > Compilation errors: > > mlx4: > > CC mlx4.o > > .../dpdk/drivers/net/mlx4/mlx4.c(5409): error #188: enumerated type > > mixed with another type > > priv->intr_handle.type = 0; > > ^ > > > > mlx5: > > CC em_rxtx.o > > .../dpdk/drivers/net/mlx5/mlx5_rxq.c(282): > > error #188: enumerated type mixed with another type > > enum hash_rxq_type type = 0; > > ^ > > > > .../dpdk/drivers/net/mlx5/mlx5_rxq.c(622): > > error #188: enumerated type mixed with another type > > if (!priv_allow_flow_type(priv, i)) { > > ^ > > more same type of error > > > > Fixes: c4da6caa426d ("mlx4: handle link status interrupts") > > Fixes: 198a3c339a8f ("mlx5: handle link status interrupts") > > Fixes: 0d2186743d62 ("mlx5: manage all special flow types at once") > > Fixes: 612ad38209f7 ("mlx5: fix hash Rx queue type in RSS mode") > > Fixes: 083c2dd31776 ("mlx5: refactor special flows handling") > > > > Signed-off-by: Ferruh Yigit > > Acked-by: Adrien Mazarguil > > -- > Adrien Mazarguil > 6WIND Applied to dpdk-next-net/rel_16_07 /Bruce