> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Friday, December 14, 2018 5:46 PM > To: Lu, Wenzhuo <wenzhuo...@intel.com>; dev@dpdk.org > Cc: Yang, Qiming <qiming.y...@intel.com>; Li, Xiaoyun <xiaoyun...@intel.com>; > Wu, Jingjing <jingjing...@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")
OK, I can capture this during apply to dpdk-next-inet-intel if no v5 needed. Thanks Qi > > > $ icc --version > icc (ICC) 19.0.1.144 20181018