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 ED08BA0562; Mon, 29 Mar 2021 17:51:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 69F6D140E0D; Mon, 29 Mar 2021 17:51:03 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 7810C406FF for ; Mon, 29 Mar 2021 17:51:01 +0200 (CEST) IronPort-SDR: Cs7sdQqnA+8D1y7WQjtemMH1ubjrzN3+sK0SVjbXOzRa5KVISIDyMVI9ZH+bpLON18OaH3IG9g 0k/Bniup1b3g== X-IronPort-AV: E=McAfee;i="6000,8403,9938"; a="211772251" X-IronPort-AV: E=Sophos;i="5.81,288,1610438400"; d="scan'208";a="211772251" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2021 08:50:55 -0700 IronPort-SDR: RL042ApCeUSzcE2d+ZP4TZcIofgGVTkYP3/cOy4RbGMvXVvC7iSguwAtNVRNxyj9u6BI/gxffY SknXS3zzAQRA== X-IronPort-AV: E=Sophos;i="5.81,288,1610438400"; d="scan'208";a="444642882" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.213.51]) ([10.213.213.51]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2021 08:50:53 -0700 To: Jiawen Wu , dev@dpdk.org References: <20210329031724.1468339-1-jiawenwu@trustnetic.com> <20210329031724.1468339-7-jiawenwu@trustnetic.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <340415cc-5bd4-f0b8-1116-2bfc16bf49b3@intel.com> Date: Mon, 29 Mar 2021 16:50:50 +0100 MIME-Version: 1.0 In-Reply-To: <20210329031724.1468339-7-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v4 6/6] net/txgbe: add FFE parameters for user debugging 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" On 3/29/2021 4:17 AM, Jiawen Wu wrote: > Support to set PHY link mode by user defined. > And update release notes 21.05 for txgbe. > During merge, release notes update moved to 3/6 where looks more appropriate, since this patch adds FFE parameters but note is about AN training. But please let me know if it is wrong. > Signed-off-by: Jiawen Wu <...>