On 4/11/2018 11:11 AM, De Lara Guarch, Pablo wrote: > > >> -----Original Message----- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit >> Sent: Monday, March 12, 2018 12:39 PM >> To: Harish Patil <harish.pa...@cavium.com>; Rasesh Mody >> <rasesh.m...@cavium.com>; Rahul Lakkireddy >> <rahul.lakkire...@chelsio.com>; Lu, Wenzhuo <wenzhuo...@intel.com>; >> Zhang, Qi Z <qi.z.zh...@intel.com>; Wang, Xiao W <xiao.w.w...@intel.com>; >> Xing, Beilei <beilei.x...@intel.com>; Ananyev, Konstantin >> <konstantin.anan...@intel.com>; Shahed Shaikh >> <shahed.sha...@cavium.com>; Andrew Rybchenko >> <arybche...@solarflare.com>; Shrikrishna Khare <skh...@vmware.com> >> Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com> >> Subject: [dpdk-dev] [PATCH 1/2] drivers/net: update icc deprecated parameter >> >> With icc (ICC) 18.0.1 20171018, -wd usage generates following warning: >> >> icc: command line remark #10010: option '-wd3656' is deprecated and will be >> removed in a future release. See '-help deprecated' >> >> "icc -help deprecated" output is: >> -wd use -diag-disable >> >> Based on above information "-wd" converted to "-diag-disable" >> >> Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> > > Should this go into the stable branch? These warnings will be present there > too.
Makes sense, I will update as "fix" patch and will send a new version. > Apart from this comment: > > Tested-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> >