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 F253442E46 for ; Tue, 11 Jul 2023 13:27:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E6B354114A; Tue, 11 Jul 2023 13:27:09 +0200 (CEST) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id 3BDB44003C; Tue, 11 Jul 2023 13:27:06 +0200 (CEST) Received: from kwepemi500017.china.huawei.com (unknown [172.30.72.55]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4R0dnT3M98zPk2X; Tue, 11 Jul 2023 19:24:45 +0800 (CST) Received: from [10.67.103.235] (10.67.103.235) by kwepemi500017.china.huawei.com (7.221.188.110) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Tue, 11 Jul 2023 19:27:04 +0800 Subject: Re: [PATCH 0/5] net/hns3: some performance optimizations To: Ferruh Yigit , , , References: <20230711102448.11627-1-liudongdong3@huawei.com> CC: From: Dongdong Liu Message-ID: <69834ba2-fdd0-0132-8e66-c93685bfc532@huawei.com> Date: Tue, 11 Jul 2023 19:27:03 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.235] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemi500017.china.huawei.com (7.221.188.110) X-CFilter-Loop: Reflected X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Hi, Ferruh On 2023/7/11 18:48, Ferruh Yigit wrote: > On 7/11/2023 11:24 AM, Dongdong Liu wrote: >> This patchset is to do some performance optimizations for hns3. >> >> Huisong Li (5): >> net/hns3: fix incorrect index to look up table in NEON Rx >> net/hns3: fix the order of NEON Rx code >> net/hns3: optimize free mbuf code for SVE Tx >> net/hns3: optimize the rearm mbuf function for SVE Rx >> net/hns3: optimize SVE Rx performance >> > > Hi Dongdong, Huisong, > > Release is around a week away, OK to get critical fixes, but I can see > there are some optimizations as well. > > Is this set for current release or next release? If possible, we want this patchset can be applied for current release. Thanks, Dongdong > > . >