[dpdk-dev] [PATCH v4 16/32] net/ice: support device initialization

Lu, Wenzhuo wenzhuo.lu at intel.com
Mon Dec 17 05:54:08 CET 2018


Hi Ferruh,

> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Friday, December 14, 2018 5:46 PM
> To: Lu, Wenzhuo <wenzhuo.lu at intel.com>; dev at dpdk.org
> Cc: Yang, Qiming <qiming.yang at intel.com>; Li, Xiaoyun
> <xiaoyun.li at intel.com>; Wu, Jingjing <jingjing.wu at intel.com>
> Subject: Re: [dpdk-dev] [PATCH v4 16/32] net/ice: support device
> initialization
> 
> 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
Thanks for the comments. Will change it.


More information about the dev mailing list