From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D36AF2B84 for ; Fri, 16 Nov 2018 10:41:13 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Nov 2018 01:41:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,239,1539673200"; d="scan'208";a="108787334" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga001.jf.intel.com with ESMTP; 16 Nov 2018 01:41:12 -0800 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.131]) by IRSMSX102.ger.corp.intel.com ([169.254.2.13]) with mapi id 14.03.0415.000; Fri, 16 Nov 2018 09:41:11 +0000 From: "Kovacevic, Marko" To: "Guo, Jia" , "Xing, Beilei" , "Mcnamara, John" , "Zhang, Qi Z" CC: "dev@dpdk.org" , "Zhang, Helin" , "Wu, Jingjing" Thread-Topic: [PATCH V3] doc: add known PHY link up issue for i40e Thread-Index: AQHUfVT3Z7AkYpll0k2H5TgsvlecI6VSJRLw Date: Fri, 16 Nov 2018 09:41:11 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F6602050C8E@IRSMSX104.ger.corp.intel.com> References: <1539256137-63231-1-git-send-email-jia.guo@intel.com> <1542335898-148573-1-git-send-email-jia.guo@intel.com> In-Reply-To: <1542335898-148573-1-git-send-email-jia.guo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODNlNWFiNjctNzI5NC00MmQ5LTk4ZTMtNjUzN2VkNTRkMjQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNVMrQ3hobVdSV1JLRkxrQXUzb3F6UXBkejhcL1ZGZk5PVU1URlwvWmJtSk5raEhKb1ZubDI3OGNidzZ4blUwTXBhIn0= x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.182] 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 09:41:14 -0000 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 correctly > + 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 the > + kernel driver. Before a DPDK application quits it will invokes the Invokes/ invoke Everything else looks fine to me. You can add my ack in the next quick fix. Acked-by: Marko Kovacevic