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 1E581A09E4; Fri, 29 Jan 2021 00:58:51 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 900FF22A033; Fri, 29 Jan 2021 00:58:50 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 4C94522A02E for ; Fri, 29 Jan 2021 00:58:49 +0100 (CET) IronPort-SDR: LLE7nV9TVUkrwPa4gtnbW+i4Inz1W2zWMGGd/RtZlCz4n8d4sEajBS4SzRnuTKHFOaLIs73lEU 4745WieFtoZQ== X-IronPort-AV: E=McAfee;i="6000,8403,9878"; a="244421815" X-IronPort-AV: E=Sophos;i="5.79,384,1602572400"; d="scan'208";a="244421815" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2021 15:58:47 -0800 IronPort-SDR: KrvaBgTrdLj2LsvM7aQ7SeaCsxvErwJ3henzEjx2ey6dTRIZ+0spLTXhFE3dmYhIoIYbRWYRYZ v54fiyKPtyRw== X-IronPort-AV: E=Sophos;i="5.79,384,1602572400"; d="scan'208";a="389063600" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.197.127]) ([10.213.197.127]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2021 15:58:46 -0800 To: Lijun Ou , thomas@monjalon.net Cc: dev@dpdk.org, linuxarm@openeuler.org References: <1611310732-51975-1-git-send-email-oulijun@huawei.com> From: Ferruh Yigit Message-ID: <2112b2de-c179-d3c5-bdb8-c931353e188f@intel.com> Date: Thu, 28 Jan 2021 23:58:43 +0000 MIME-Version: 1.0 In-Reply-To: <1611310732-51975-1-git-send-email-oulijun@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 00/14] Misc updates for hns3 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 1/22/2021 10:18 AM, Lijun Ou wrote: > This series add a new feature LSC event report and > two bugfixes as well as some cleanup patches. > > Chengchang Tang (2): > net/hns3: reconstruct the Rx interrupt map > net/hns3: fix interrupt resources in Rx interrupt mode > > Chengwen Feng (1): > net/hns3: support LSC event report > > Huisong Li (2): > net/hns3: encapsulate dfx stats in Rx/Tx datapatch > net/hns3: move queue stats to xstats > > Lijun Ou (9): > net/hns3: use array instead of switch-case > net/hns3: move judgment conditions to separated functions > net/hns3: extract common judgments for all FDIR type > net/hns3: refactor reset event report function > net/hns3: fix memory leak with secondary process exit > net/hns3: rename RSS functions > net/hns3: adjust some comments > net/hns3: remove unnecessary parentheses > net/hns3: use %d instead of %u for enum variable LSC interrupt patch (14/14) may need to be updated, and since it has no dependency in the set it is not merged, can be sent separately later. Except 14/14, Series applied to dpdk-next-net/main, thanks.