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 81447A0562; Thu, 15 Apr 2021 02:55:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4C8C9161DCA; Thu, 15 Apr 2021 02:55:54 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 37020161DC3 for ; Thu, 15 Apr 2021 02:55:52 +0200 (CEST) IronPort-SDR: bWwkOW//muNC6LQIDaJbREPGgSzRj9jwPClGiEV6eLsGxz1bB4KMQ5bo5fG83ykk3HdhylEMQW d6XB9rvOGNtg== X-IronPort-AV: E=McAfee;i="6200,9189,9954"; a="191580526" X-IronPort-AV: E=Sophos;i="5.82,223,1613462400"; d="scan'208";a="191580526" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2021 17:55:51 -0700 IronPort-SDR: OKEBrPrzZ9zv7EWWejfWFCxbAB5figWhoyAdTEOzHpC11sgqg4Oi8Mffw2GmNPnEPUnv8UGnnu cYwjQ07G2L0Q== X-IronPort-AV: E=Sophos;i="5.82,223,1613462400"; d="scan'208";a="461429241" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.204.163]) ([10.213.204.163]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2021 17:55:47 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1618321639-57642-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Thu, 15 Apr 2021 01:55:44 +0100 MIME-Version: 1.0 In-Reply-To: <1618321639-57642-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/9] support speed capability and autoneg report 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 4/13/2021 2:47 PM, Min Hu (Connor) wrote: > The patchset has the following functions: > 1.report speed capability supported by the current hardware. > 2.support link speed autoneg and force link speed for PF. > 3.support flow control autoneg for copper port. > > Huisong Li (9): > net/hns3: fix supported speed of copper ports > net/hns3: add 1000M speed bit for copper PHYs > net/hns3: fix flow control mode > net/hns3: fix firmware compatibility configuration > net/hns3: obtain the supported speed for fiber port > net/hns3: report the speed capability for PF > net/hns3: support link speed autoneg for PF > net/hns3: support flow control autoneg for copper port > net/hns3: add the configuration of fixed speed > Series applied to dpdk-next-net/main, thanks.