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 15798A0524; Tue, 20 Apr 2021 02:42:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F8A041448; Tue, 20 Apr 2021 02:42:53 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id EE80740685 for ; Tue, 20 Apr 2021 02:42:51 +0200 (CEST) IronPort-SDR: VMwA3E6KuQUh1Szf65uUNWFzj74K5U+ByFtLCsZDkUTZYkzSWK+ygfz6LMHZ6noEvQkuU0zafV j4THpNdpADtA== X-IronPort-AV: E=McAfee;i="6200,9189,9959"; a="182914683" X-IronPort-AV: E=Sophos;i="5.82,235,1613462400"; d="scan'208";a="182914683" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 17:42:50 -0700 IronPort-SDR: cC9bCcUuTogafVxgXfPUG/lNipc3ikKp2kVS6y4JdvnKqNU8cDM1CYpZ5wdShWMyTLMcquP7uE Wmw9fsGQNy/w== X-IronPort-AV: E=Sophos;i="5.82,235,1613462400"; d="scan'208";a="462922774" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.220.224]) ([10.213.220.224]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 17:42:49 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1618653299-40380-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Tue, 20 Apr 2021 01:42:45 +0100 MIME-Version: 1.0 In-Reply-To: <1618653299-40380-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/7] features and 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 4/17/2021 10:54 AM, Min Hu (Connor) wrote: > This patchset contains 2 features and 5 bugfixes. > > Chengwen Feng (3): > net/hns3: check max SIMD bitwidth > net/hns3: Rx vector add compile-time verify > net/hns3: fix FDIR lock bug > > Huisong Li (4): > net/hns3: remove redundant code about mbx > net/hns3: fix the check for DCB mode > net/hns3: fix the check for VMDq mode > net/hns3: move the link speeds check to dev configure > Except 1/7, Series applied to dpdk-next-net/main, thanks.