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 59395A2F for ; Tue, 10 Nov 2015 10:36:27 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 10 Nov 2015 01:36:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,270,1444719600"; d="scan'208";a="846829365" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga002.jf.intel.com with ESMTP; 10 Nov 2015 01:36:24 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.23]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Tue, 10 Nov 2015 09:34:40 +0000 From: "De Lara Guarch, Pablo" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] fix compile issues on ICC Thread-Index: AQHRGpjPy9CCISDZOEqpvNuTuTL9ZZ6U/xhw Date: Tue, 10 Nov 2015 09:34:39 +0000 Message-ID: References: <1446796116-1219-1-git-send-email-helin.zhang@intel.com> <1447037159-26544-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1447037159-26544-1-git-send-email-helin.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/2] fix compile issues on 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: Tue, 10 Nov 2015 09:36:27 -0000 Hi Helin, > -----Original Message----- > From: Zhang, Helin > Sent: Monday, November 09, 2015 2:46 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Zhang, Helin > Subject: [PATCH v2 0/2] fix compile issues on ICC >=20 > It fixes compile issues for i40e, and testpmd on ICC 13.0.0. >=20 > v2 changes: > Corrected the variable/function type, to replace casting. >=20 > Helin Zhang (2): > i40e: fix ICC compile issue > app/testpmd: fix ICC compile issue >=20 > app/test-pmd/cmdline.c | 4 ++-- > drivers/net/i40e/i40e_ethdev.c | 34 +++++++++++++++++++--------------- > 2 files changed, 21 insertions(+), 17 deletions(-) >=20 > -- > 1.8.1.4 Sorry, I missed that you should add a "Fixes" line on each patch. Thanks, Pablo