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 458AB8DA6 for ; Wed, 11 Nov 2015 07:11:23 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 10 Nov 2015 22:11:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,274,1444719600"; d="scan'208";a="847652794" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 10 Nov 2015 22:11:21 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id tAB6BJTk008403; Wed, 11 Nov 2015 14:11:19 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id tAB6BHYG000374; Wed, 11 Nov 2015 14:11:19 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id tAB6BH8X000370; Wed, 11 Nov 2015 14:11:17 +0800 From: Helin Zhang To: dev@dpdk.org Date: Wed, 11 Nov 2015 14:11:14 +0800 Message-Id: <1447222276-339-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1447037159-26544-1-git-send-email-helin.zhang@intel.com> References: <1447037159-26544-1-git-send-email-helin.zhang@intel.com> Subject: [dpdk-dev] [PATCH v3 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: Wed, 11 Nov 2015 06:11:23 -0000 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