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 8A377A0A02; Tue, 4 May 2021 18:04:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 383424014D; Tue, 4 May 2021 18:04:10 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id AEBE940147 for ; Tue, 4 May 2021 18:04:08 +0200 (CEST) IronPort-SDR: K++XxWTT0xW9+Czt4ZEIAwSa5gHN7FmZnMtVjkO+mGn5426qAhA83bikABp6xt0aksGbU41vxH /XtCms0kWwWw== X-IronPort-AV: E=McAfee;i="6200,9189,9974"; a="185482616" X-IronPort-AV: E=Sophos;i="5.82,272,1613462400"; d="scan'208";a="185482616" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2021 09:03:25 -0700 IronPort-SDR: ldRSGq272JyWFm9JQXs7Bu3luf6qKex0X4pBHtsz3SW/IJHNbPpojebD1r8KlWS+Pwh7KtiJ6N RsfddwI2Yfyw== X-IronPort-AV: E=Sophos;i="5.82,272,1613462400"; d="scan'208";a="433339428" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.243.109]) ([10.213.243.109]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2021 09:03:24 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1619408092-54050-1-git-send-email-humin29@huawei.com> <1619764130-57208-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <1e88eef0-eea5-1f9a-cbd5-b920fd41a042@intel.com> Date: Tue, 4 May 2021 17:03:20 +0100 MIME-Version: 1.0 In-Reply-To: <1619764130-57208-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 v3 0/6] optimization 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/30/2021 7:28 AM, Min Hu (Connor) wrote: > This patch set contains one patch for performance optimization, > this is: 'net/hns3: improve IO path data cache usage'. > The others are bugfixes for hns3 PMD. > > Chengwen Feng (6): > net/hns3: delete some unused capabilities > net/hns3: modify write reg opt API impl > net/hns3: use RTE DIM instead of ARRAY SIZE > net/hns3: improve IO path data cache usage > net/hns3: log FDIR configuration > net/hns3: fix vector Rx burst can't exceed 32 Series applied to dpdk-next-net/main, thanks.