From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: Re: [PATCH v3] mlx: fix icc compilation error Date: Thu, 16 Jun 2016 09:58:23 +0200 Message-ID: <20160616075823.GI7621@6wind.com> References: <1465917730-10713-1-git-send-email-ferruh.yigit@intel.com> <1465921044-25700-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 4BC28C414 for ; Thu, 16 Jun 2016 09:58:26 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id m124so56735203wme.1 for ; Thu, 16 Jun 2016 00:58:26 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1465921044-25700-1-git-send-email-ferruh.yigit@intel.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 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