From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by dpdk.org (Postfix) with ESMTP id 50374AFD6 for ; Mon, 23 Jun 2014 17:09:09 +0200 (CEST) Received: by mail-we0-f176.google.com with SMTP id u56so7093935wes.7 for ; Mon, 23 Jun 2014 08:09:27 -0700 (PDT) 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=tjvgckatPXmP8Q+pDdutyhMhsD4FgNs1Du9GE86bWR8=; b=Ykr0uGfPx5+GHRluvxMOoQX5Nrbmk9NHsrNfpJPdo+3fP+KLrc15Llt91cveXKlNF+ vfoSAvbR+/421MBC5ZEwCcswXDgA7hCbzVIa9nNAHzGy59lKzZn76GApC+GBunpYe6Lm u8GSUgpwX+KIQLbwpN9b76MqI9zN4YAZP6VbX5PNd0KIQMZ26u2ovIH/S7lCqZrnVMZd plA10YV9aYzgpdLLl0zyk76/Ux+rnBfo1OKvv6P8hirFxcCTZJdyK0YR/dspjRvkU1FZ 9AWaNtDJVCVecOWqSke988Wi4MXVfVwbizG5TtI1OfLbl8uw+pyRodZZ86ChkWtKd5Kc pNYA== X-Gm-Message-State: ALoCoQlD8x9jcNmW8+VLtQ2/K/fMwTj2VVPFnXMeFA4LGSyp1qNqltLeMHo/aokLErf5nWcS77R8 X-Received: by 10.194.79.135 with SMTP id j7mr29125020wjx.56.1403536166541; Mon, 23 Jun 2014 08:09:26 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fn1sm34191064wib.18.2014.06.23.08.09.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Jun 2014 08:09:25 -0700 (PDT) From: Thomas Monjalon To: "Chen Jing D(Mark)" Date: Mon, 23 Jun 2014 17:09:22 +0200 Message-ID: <8160719.SpjkzAami4@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1403502585-11802-1-git-send-email-jing.d.chen@intel.com> References: <1403502585-11802-1-git-send-email-jing.d.chen@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] i40e: Fix an icc compile error 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: Mon, 23 Jun 2014 15:09:09 -0000 > Make a cast on variable to fix the ICC compile error. > > Signed-off-by: Chen Jing D(Mark) Applied for version 1.7.0. Thanks for quick fixing. -- Thomas