From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9CB23A0C3F; Thu, 15 Apr 2021 14:26:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 534D6162245; Thu, 15 Apr 2021 14:26:52 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 6D3BE162242 for ; Thu, 15 Apr 2021 14:26:50 +0200 (CEST) IronPort-SDR: 9YLISkz0KgJk6hUebyT2EyCl0sgCV8z1bUj2CC37UxztZ+d5utYojbFINPsBX8ZjvkdZkzC4um 943pw1VUfHaQ== X-IronPort-AV: E=McAfee;i="6200,9189,9955"; a="215346543" X-IronPort-AV: E=Sophos;i="5.82,225,1613462400"; d="scan'208";a="215346543" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2021 05:26:47 -0700 IronPort-SDR: IYLf0mOa9pIK4VY2No0f7ZixS2oULMjN1kdAtYKIrRmWZUXaf0kK5kuQnPgr3TrOO8Sszt6qe/ k8pG7QVSQD0g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,225,1613462400"; d="scan'208";a="522347815" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga001.fm.intel.com with ESMTP; 15 Apr 2021 05:26:47 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 15 Apr 2021 05:26:46 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 15 Apr 2021 20:26:45 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Thu, 15 Apr 2021 20:26:45 +0800 From: "Zhang, Qi Z" To: "Kylulin, Yury" , "Xing, Beilei" CC: "dev@dpdk.org" , "apaul@juniper.net" , "Kylulin, Yury" Thread-Topic: [dpdk-dev] [PATCH] net/i40e: Add support for 25G AOC/ACC cables Thread-Index: AQHXMHnouAWKOX53TEia2ylDwUma96q1hCjQ Date: Thu, 15 Apr 2021 12:26:44 +0000 Message-ID: References: <1618327790-5299-1-git-send-email-yury.kylulin@intel.com> In-Reply-To: <1618327790-5299-1-git-send-email-yury.kylulin@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/i40e: Add support for 25G AOC/ACC cables X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev On Behalf Of Yury Kylulin > Sent: Tuesday, April 13, 2021 11:30 PM > To: Xing, Beilei > Cc: dev@dpdk.org; apaul@juniper.net; Kylulin, Yury > Subject: [dpdk-dev] [PATCH] net/i40e: Add support for 25G AOC/ACC cables >=20 > Enable additional PHY types (25G-AOC and 25G-ACC) for set PHY config > command. >=20 > Signed-off-by: Yury Kylulin > Tested-by: Ashish Paul Applied to dpdk-next-net-intel. Thanks Qi