From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 274532BD8 for ; Fri, 16 Nov 2018 20:32:35 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Nov 2018 11:32:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,241,1539673200"; d="scan'208";a="92671251" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga008.jf.intel.com with ESMTP; 16 Nov 2018 11:32:34 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 16 Nov 2018 11:32:34 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 16 Nov 2018 11:32:34 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.161]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.199]) with mapi id 14.03.0415.000; Sat, 17 Nov 2018 03:32:32 +0800 From: "Zhang, Qi Z" To: "Kovacevic, Marko" , "Guo, Jia" , "Xing, Beilei" , "Mcnamara, John" CC: "dev@dpdk.org" , "Zhang, Helin" , "Wu, Jingjing" Thread-Topic: [PATCH V3] doc: add known PHY link up issue for i40e Thread-Index: AQHUfVT3VRfJmep5AkaEX64+iTWyvaVRoD2AgAEqrSA= Date: Fri, 16 Nov 2018 19:32:31 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532E5161@SHSMSX103.ccr.corp.intel.com> References: <1539256137-63231-1-git-send-email-jia.guo@intel.com> <1542335898-148573-1-git-send-email-jia.guo@intel.com> <6DC05C7C5F25994B81B3F2F214251F6602050C8E@IRSMSX104.ger.corp.intel.com> In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F6602050C8E@IRSMSX104.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODNlNWFiNjctNzI5NC00MmQ5LTk4ZTMtNjUzN2VkNTRkMjQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNVMrQ3hobVdSV1JLRkxrQXUzb3F6UXBkejhcL1ZGZk5PVU1URlwvWmJtSk5raEhKb1ZubDI3OGNidzZ4blUwTXBhIn0= 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 V3] doc: add known PHY link up issue for i40e 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: Fri, 16 Nov 2018 19:32:36 -0000 > -----Original Message----- > From: Kovacevic, Marko > Sent: Friday, November 16, 2018 1:41 AM > To: Guo, Jia ; Xing, Beilei ; > Mcnamara, John ; Zhang, Qi Z > > Cc: dev@dpdk.org; Zhang, Helin ; Wu, Jingjing > > Subject: RE: [PATCH V3] doc: add known PHY link up issue for i40e >=20 > One very small spelling fix >=20 > > +PHY link up fails when rebinding i40e NICs to kernel driver > > +----------------------------------------------------------- > > + > > +**Description**: > > + Some kernel drivers are not able to handle the link status correctl= y > > + after DPDK application sets the PHY to link down. > > + > > +**Implication**: > > + The link status can't be set to "up" after the NIC is rebound to th= e > > + kernel driver. Before a DPDK application quits it will invokes the >=20 > Invokes/ invoke >=20 >=20 > Everything else looks fine to me. >=20 > You can add my ack in the next quick fix. >=20 > Acked-by: Marko Kovacevic Applied to dpdk-next-net-intel with the typo fix. Thanks Qi