From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 17775CE7 for ; Sat, 28 Feb 2015 00:19:22 +0100 (CET) Received: by wiwh11 with SMTP id h11so3579598wiw.3 for ; Fri, 27 Feb 2015 15:19:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=unhRFUTnk92/o355bEjoQoxFff9zy3qiazw3UamFXnA=; b=ZZb8/SC8Sz6Fpa6bxiOFtV352Q/TOhTr7DdBpEPJbzYBo+4oYxmqU0CQliWE4Z5a6H 6rGBk/SWXfSbhbdLBB2IgsnxB1rYIfefkb1J8ZFnevaJmBH8yH+OtYFOVuZzl12eLd4b PlIDFrCZr/EECDm+qsKpwt79QLIfecGRFZNqUYQR5Ugx90gqA41sWVDQSgFkJac6DD2K tXB+e743w75eBT7tXfBzenF+LCjPN74eTWeg0Ng1Yj7iPdIwfmcHtOl/RC+m2XIQca9r KbWTcD3/F0xboeLm5jXirh5+ApwzrrPdtShYSmTgPSVNFgyiv60BHm+tMp4M8nuNXkxl WEpw== X-Gm-Message-State: ALoCoQk016OhLmmcaa1o4dEy3f4tgZS2aL35Xqr1TgZtjEzUf7FJG5rn3NLTCVvVjjT2f4K1rMqc X-Received: by 10.194.134.68 with SMTP id pi4mr33038131wjb.101.1425079161930; Fri, 27 Feb 2015 15:19:21 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hg7sm7889228wjb.44.2015.02.27.15.19.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Feb 2015 15:19:21 -0800 (PST) From: Thomas Monjalon To: Tetsuya Mukawa Date: Sat, 28 Feb 2015 00:18:42 +0100 Message-ID: <3058739.DG8mJgiRrP@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1425014434-15147-1-git-send-email-mukawa@igel.co.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] eal: Fix build issue of hotplug with icc 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: Fri, 27 Feb 2015 23:19:22 -0000 > > This patch fixes following errors with icc. > > > > error #188: enumerated type mixed with another type > > return -1; > > > Confirmed that this fixes the issue with ICC 13.1.1. > > Acked-by: John McNamara Applied, thanks