From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C292F11F5 for ; Fri, 27 Feb 2015 17:58:57 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 27 Feb 2015 08:54:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,660,1418112000"; d="scan'208";a="658170399" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga001.jf.intel.com with ESMTP; 27 Feb 2015 08:58:32 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 27 Feb 2015 16:58:30 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.247]) by irsmsx155.ger.corp.intel.com ([169.254.14.159]) with mapi id 14.03.0195.001; Fri, 27 Feb 2015 16:58:30 +0000 From: "Mcnamara, John" To: Tetsuya Mukawa , "dev@dpdk.org" Thread-Topic: [PATCH] eal: Fix build issue of hotplug with icc Thread-Index: AQHQUk0hCsttIHRSf0iW+SxQubty2p0EuHtg Date: Fri, 27 Feb 2015 16:58:29 +0000 Message-ID: References: <1425014434-15147-1-git-send-email-mukawa@igel.co.jp> In-Reply-To: <1425014434-15147-1-git-send-email-mukawa@igel.co.jp> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 16:58:58 -0000 > -----Original Message----- > From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp] > Sent: Friday, February 27, 2015 5:21 AM > To: dev@dpdk.org > Cc: Mcnamara, John; Tetsuya Mukawa > Subject: [PATCH] eal: Fix build issue of hotplug with icc >=20 > This patch fixes following errors with icc. >=20 > 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 --=20