From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9AE4C1B6E3 for ; Wed, 11 Apr 2018 12:11:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Apr 2018 03:11:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,435,1517904000"; d="scan'208";a="219533111" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga005.fm.intel.com with ESMTP; 11 Apr 2018 03:11:12 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX104.ger.corp.intel.com ([169.254.5.171]) with mapi id 14.03.0319.002; Wed, 11 Apr 2018 11:11:12 +0100 From: "De Lara Guarch, Pablo" To: "Yigit, Ferruh" , Harish Patil , Rasesh Mody , "Rahul Lakkireddy" , "Lu, Wenzhuo" , "Zhang, Qi Z" , "Wang, Xiao W" , "Xing, Beilei" , "Ananyev, Konstantin" , Shahed Shaikh , Andrew Rybchenko , Shrikrishna Khare CC: "dev@dpdk.org" , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH 1/2] drivers/net: update icc deprecated parameter Thread-Index: AQHTuf8vIe9LgbmmT0GFqu9CY4kCgqP7hQEw Date: Wed, 11 Apr 2018 10:11:11 +0000 Message-ID: References: <20180312123900.22361-1-ferruh.yigit@intel.com> In-Reply-To: <20180312123900.22361-1-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTQwNTYzMjUtMjg1YS00YjNjLWJjMGEtNmE0YTMwMTk3NjFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlUwSVdUWmlvVzZaSDJZN0JRZlZvN0hOTHFhRGFTRWhubmNDRDRKUVwvUFV3PSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/2] drivers/net: update icc deprecated parameter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 10:11:16 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Monday, March 12, 2018 12:39 PM > To: Harish Patil ; Rasesh Mody > ; Rahul Lakkireddy > ; Lu, Wenzhuo ; > Zhang, Qi Z ; Wang, Xiao W ; > Xing, Beilei ; Ananyev, Konstantin > ; Shahed Shaikh > ; Andrew Rybchenko > ; Shrikrishna Khare > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: [dpdk-dev] [PATCH 1/2] drivers/net: update icc deprecated parame= ter >=20 > With icc (ICC) 18.0.1 20171018, -wd usage generates following warning: >=20 > icc: command line remark #10010: option '-wd3656' is deprecated and will = be > removed in a future release. See '-help deprecated' >=20 > "icc -help deprecated" output is: > -wd use -diag-disable >=20 > Based on above information "-wd" converted to "-diag-disable" >=20 > Signed-off-by: Ferruh Yigit Should this go into the stable branch? These warnings will be present there= too. Apart from this comment: =20 Tested-by: Pablo de Lara