From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9FEBC433ED for ; Tue, 18 May 2021 10:42:04 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 76954610CC for ; Tue, 18 May 2021 10:42:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 76954610CC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C4D96410F9; Tue, 18 May 2021 12:42:03 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 8E26840041 for ; Tue, 18 May 2021 12:42:02 +0200 (CEST) IronPort-SDR: knYOij5Nk2HBg2yS7ieVscSm7wg4Azgo/xj4tNX2ebR9Ddvh1ugOuQ+x2KmOBFv0rsTj8GRKII qT+vAIA/loAQ== X-IronPort-AV: E=McAfee;i="6200,9189,9987"; a="221729341" X-IronPort-AV: E=Sophos;i="5.82,309,1613462400"; d="scan'208";a="221729341" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2021 03:42:01 -0700 IronPort-SDR: jyHgv6NCnfsRP+0rIgZ6gXGqzMompxZ/fP/wsBQ5AcUKBET8228vufpqlOJwdwy1hmM3/KKPxS DqJ0zERdATAw== X-IronPort-AV: E=Sophos;i="5.82,309,1613462400"; d="scan'208";a="439376384" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.224.73]) ([10.213.224.73]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2021 03:41:59 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1621039958-34847-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <4389d3d2-4a07-79a3-c9e7-9c1eacf01b3c@intel.com> Date: Tue, 18 May 2021 11:41:56 +0100 MIME-Version: 1.0 In-Reply-To: <1621039958-34847-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/6] bugfix for hns3 PMD 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 5/15/2021 1:52 AM, Min Hu (Connor) wrote: > This patch set contains six bugfixes for hns3 PMD. > > Huisong Li (6): > net/hns3: fix check of Rx/Tx queue numbers > net/hns3: fix requested FC mode roolback > net/hns3: remove meaningless packet buffer rollback > net/hns3: fix DCB configuration > net/hns3: fix DCB cannot be reconfigured > net/hns3: fix link speed when VF device is down > Series applied to dpdk-next-net/main, thanks.