From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id E83E52BDF; Thu, 15 Nov 2018 19:10:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Nov 2018 10:10:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,237,1539673200"; d="scan'208";a="108879270" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 15 Nov 2018 10:10:22 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 15 Nov 2018 10:10:22 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 15 Nov 2018 10:10:21 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.161]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.102]) with mapi id 14.03.0415.000; Fri, 16 Nov 2018 02:10:19 +0800 From: "Zhang, Qi Z" To: "Ye, Xiaolong" , "Xing, Beilei" CC: "dev@dpdk.org" , "stable@dpdk.org" , "mgsmith@netgate.com" Thread-Topic: [PATCH] net/ixgbe: update the maximum wait time in comment Thread-Index: AQHUfLPTOkx/RbwP30SODKqzkwTQzqVRI1Ag Date: Thu, 15 Nov 2018 18:10:19 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532E48A3@SHSMSX103.ccr.corp.intel.com> References: <20181115072005.60413-1-xiaolong.ye@intel.com> In-Reply-To: <20181115072005.60413-1-xiaolong.ye@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGM1NjA5NjAtMzU3Ni00ZjA3LWJiZGYtOTBlYjgyNTI1ZThhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTFBEclVrUXVSOWVCZ2lHbGNGUVdlQmZYSkx3S0VUUWswQTN5UXpGSGc1VVNNNFhNeEhMZjBMOTJtZWUyYkJcLysifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: update the maximum wait time in comment 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: Thu, 15 Nov 2018 18:10:24 -0000 > -----Original Message----- > From: Ye, Xiaolong > Sent: Wednesday, November 14, 2018 11:20 PM > To: Zhang, Qi Z ; Xing, Beilei > Cc: dev@dpdk.org; stable@dpdk.org; Ye, Xiaolong ; > mgsmith@netgate.com > Subject: [PATCH] net/ixgbe: update the maximum wait time in comment >=20 > As the code has changed the max wait time to 1000ms, the comment should b= e > changed accordingly. >=20 > Fixes: 64f1c8539c8c ("net/ixgbe: wait longer for link after fiber MAC set= up") > Cc: mgsmith@netgate.com > Cc: stable@dpdk.org >=20 > Signed-off-by: Xiaolong Ye Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi