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 E0F412C54 for ; Tue, 28 Jun 2016 12:08:48 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 28 Jun 2016 03:08:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,541,1459839600"; d="scan'208";a="984726259" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.92]) by orsmga001.jf.intel.com with SMTP; 28 Jun 2016 03:08:46 -0700 Received: by (sSMTP sendmail emulation); Tue, 28 Jun 2016 11:08:45 +0025 Date: Tue, 28 Jun 2016 11:08:45 +0100 From: Bruce Richardson To: Ferruh Yigit , dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <20160616075823.GI7621@6wind.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3] mlx: fix icc compilation error 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: Tue, 28 Jun 2016 10:08:49 -0000 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