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 0A7051B1E6; Thu, 10 May 2018 04:36:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 May 2018 19:36:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,383,1520924400"; d="scan'208";a="38163082" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga007.fm.intel.com with ESMTP; 09 May 2018 19:36:21 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 9 May 2018 19:36:21 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 9 May 2018 19:36:21 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.179]) with mapi id 14.03.0319.002; Thu, 10 May 2018 10:36:18 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Zhang, Roy Fan" CC: "dev@dpdk.org" , "echaudro@redhat.com" , "stable@dpdk.org" , "Wiles, Keith" Thread-Topic: [PATCH] net/i40e: fix link status update error Thread-Index: AQHT6AZW61Bc61AIWUyhi2OPiXINrqQoPpoA Date: Thu, 10 May 2018 02:36:18 +0000 Message-ID: <039ED4275CED7440929022BC67E70611531B0556@SHSMSX103.ccr.corp.intel.com> References: <1525919189-10017-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1525919189-10017-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGZkNDhmMTgtMmU5NS00ZjQ3LThjN2UtMjY1ODE5YWU0NjIxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJJRE9MSGN4Y2ZQMGQrUWtnT1pHbG10bXVTYnc3bGZ6XC9lYVpsWDNjS2FFNlpOODVpVVhxK0JTU29GRFJzQTFqViJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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/i40e: fix link status update error 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, 10 May 2018 02:36:23 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Thursday, May 10, 2018 10:26 AM > To: Zhang, Roy Fan ; Zhang, Qi Z > > Cc: dev@dpdk.org; echaudro@redhat.com; stable@dpdk.org; Wiles, Keith > > Subject: [PATCH] net/i40e: fix link status update error >=20 > Link status is not updated correctly, link speed is 0 when link is up and= link > speed is not 0 when link is down. This patch fixes the issue. >=20 > Fixes: eef2daf2e199 ("net/i40e: fix link update no wait") > Cc: echaudro@redhat.com > Cc: stable@dpdk.org >=20 > Signed-off-by: Keith Wiles > Signed-off-by: Beilei Xing Acked-by Qi Zhang