From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mlx: fix icc compilation error Date: Tue, 14 Jun 2016 17:39:09 +0200 Message-ID: <2912717.PxuBxaxfu4@xps13> References: <20160614100352.GA14888@bricha3-MOBL3> <1465917730-10713-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil 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 3FF2B37B6 for ; Tue, 14 Jun 2016 17:39:28 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id k204so128833073wmk.0 for ; Tue, 14 Jun 2016 08:39:28 -0700 (PDT) In-Reply-To: <1465917730-10713-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" 2016-06-14 16:22, Ferruh Yigit: > 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 > > Signed-off-by: Ferruh Yigit Please add a Fixes line. We need to think about the stable branch maintainer's task ;)