From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 089CB1B13E; Thu, 27 Sep 2018 08:57:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2018 23:57:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,309,1534834800"; d="scan'208";a="267098111" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 26 Sep 2018 23:57:29 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Sep 2018 23:57:29 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Sep 2018 23:57:29 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.245]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.37]) with mapi id 14.03.0319.002; Thu, 27 Sep 2018 14:57:27 +0800 From: "Zhang, Qi Z" To: Damjan Marion , "Xing, Beilei" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/i40e: fix 25G AOC and ACC cable detection on XXV710 Thread-Index: AQHUVKg6WOQb0gbALEOWitjDZI1NO6UDtFhw Date: Thu, 27 Sep 2018 06:57:26 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532A6FF4@SHSMSX103.ccr.corp.intel.com> References: <20180925081640.30672-1-damarion@cisco.com> In-Reply-To: <20180925081640.30672-1-damarion@cisco.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjlmNDQ2M2MtNGJjNC00MzdjLTkyNjAtODJmMjQ4N2UxNmJmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTUVaQzRxano1WFwvN1JHWnppZGRSXC9NZ0xaWktPUnduKzgzQ004bVRUTld6UlpUUUJJejZHdnJiaVFiMVBJS1k2In0= 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/i40e: fix 25G AOC and ACC cable detection on XXV710 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, 27 Sep 2018 06:57:42 -0000 > -----Original Message----- > From: Damjan Marion [mailto:damarion@cisco.com] > Sent: Tuesday, September 25, 2018 4:17 PM > To: Xing, Beilei ; Zhang, Qi Z > Cc: dev@dpdk.org; Damjan Marion ; stable@dpdk.org > Subject: [PATCH] net/i40e: fix 25G AOC and ACC cable detection on XXV710 >=20 > Fixes: 75d133dd3296 ("net/i40e: enable 25G device") > Cc: stable@dpdk.org >=20 > Signed-off-by: Damjan Marion Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi