From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 37D4911A2 for ; Fri, 27 Feb 2015 17:58:20 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 27 Feb 2015 08:52:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,660,1418112000"; d="scan'208";a="684448503" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga002.fm.intel.com with ESMTP; 27 Feb 2015 08:57:56 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.247]) by IRSMSX153.ger.corp.intel.com ([169.254.9.234]) with mapi id 14.03.0195.001; Fri, 27 Feb 2015 16:57:56 +0000 From: "Mcnamara, John" To: Tetsuya Mukawa , "dev@dpdk.org" Thread-Topic: [PATCH] librte_pmd_null: Fix build issue with icc Thread-Index: AQHQUk0FsQOEBN7xdU2nYhVu/pfeDZ0EuFSg Date: Fri, 27 Feb 2015 16:57:55 +0000 Message-ID: References: <1425014375-15052-1-git-send-email-mukawa@igel.co.jp> In-Reply-To: <1425014375-15052-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] librte_pmd_null: Fix build issue 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:20 -0000 > -----Original Message----- > From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp] > Sent: Friday, February 27, 2015 5:20 AM > To: dev@dpdk.org > Cc: Mcnamara, John; Tetsuya Mukawa > Subject: [PATCH] librte_pmd_null: Fix build issue with icc >=20 > This patch fixes following errors with icc. Confirmed that this fixes the issue with ICC 13.1.1. Acked-by: John McNamara --=20