From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/2] fix compile issues on ICC Date: Wed, 11 Nov 2015 19:25:02 +0100 Message-ID: <7836636.Io3iy6ne2H@xps13> References: <1447037159-26544-1-git-send-email-helin.zhang@intel.com> <1447222276-339-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Zhang, Helin" Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 57C1E8E81 for ; Wed, 11 Nov 2015 19:26:14 +0100 (CET) Received: by wmdw130 with SMTP id w130so124072827wmd.0 for ; Wed, 11 Nov 2015 10:26:14 -0800 (PST) In-Reply-To: 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" > > It fixes compile issues for i40e, and testpmd on ICC 13.0.0. > > > > v2 changes: > > Corrected the variable/function type, to replace casting. > > > > v3 changes: > > Added 'Fixes' line in the commit logs. > > > > Helin Zhang (2): > > i40e: fix ICC compile issue > > app/testpmd: fix ICC compile issue > > > > app/test-pmd/cmdline.c | 4 ++-- > > drivers/net/i40e/i40e_ethdev.c | 34 +++++++++++++++++++--------------- > > 2 files changed, 21 insertions(+), 17 deletions(-) > > > > -- > > 1.8.1.4 > > Series-acked-by: Pablo de Lara Applied, thanks