From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 16/32] net/ice: support device initialization Date: Fri, 14 Dec 2018 09:46:25 +0000 Message-ID: <69902480-f225-ab59-4949-eb17c1b28ce9@intel.com> References: <1542956179-80951-1-git-send-email-wenzhuo.lu@intel.com> <1544776518-91047-1-git-send-email-wenzhuo.lu@intel.com> <1544776518-91047-17-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Qiming Yang , Xiaoyun Li , Jingjing Wu To: Wenzhuo Lu , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3E67A1B39B for ; Fri, 14 Dec 2018 10:46:29 +0100 (CET) In-Reply-To: <1544776518-91047-17-git-send-email-wenzhuo.lu@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/14/2018 8:35 AM, Wenzhuo Lu wrote: > +ifeq ($(CONFIG_RTE_TOOLCHAIN_ICC),y) > +CFLAGS_BASE_DRIVER = -wd593 -wd188 This is causing following warning for icc [1], new icc versions require the syntax "-diag-disable ###" instead of "-wd###", please check [2]. [1] command line remark #10010: option '-wd593' is deprecated and will be removed in a future release. See '-help deprecated' [2] Commit f16d0b36f816 ("drivers/net: fix icc deprecated parameter warning") $ icc --version icc (ICC) 19.0.1.144 20181018