Message ID | 20230711102448.11627-1-liudongdong3@huawei.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 96A8042E44; Tue, 11 Jul 2023 12:27:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 85387410E9; Tue, 11 Jul 2023 12:27:56 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 5A06F4003C; Tue, 11 Jul 2023 12:27:55 +0200 (CEST) Received: from kwepemi500017.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4R0cVT5F8wzVjSk; Tue, 11 Jul 2023 18:26:41 +0800 (CST) Received: from localhost.localdomain (10.28.79.22) 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 18:27:52 +0800 From: Dongdong Liu <liudongdong3@huawei.com> To: <dev@dpdk.org>, <ferruh.yigit@amd.com>, <thomas@monjalon.net>, <andrew.rybchenko@oktetlabs.ru> CC: <stable@dpdk.org> Subject: [PATCH 0/5] net/hns3: some performance optimizations Date: Tue, 11 Jul 2023 18:24:43 +0800 Message-ID: <20230711102448.11627-1-liudongdong3@huawei.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.28.79.22] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemi500017.china.huawei.com (7.221.188.110) X-CFilter-Loop: Reflected X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org |
Series |
net/hns3: some performance optimizations
|
|
Message
Dongdong Liu
July 11, 2023, 10:24 a.m. UTC
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 drivers/net/hns3/hns3_rxtx_vec.c | 51 ------ drivers/net/hns3/hns3_rxtx_vec.h | 51 ++++++ drivers/net/hns3/hns3_rxtx_vec_neon.h | 82 ++++----- drivers/net/hns3/hns3_rxtx_vec_sve.c | 230 ++++---------------------- 4 files changed, 114 insertions(+), 300 deletions(-) -- 2.22.0
Comments
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?
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 > > . >
On 7/11/2023 12:27 PM, Dongdong Liu wrote: > 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. > > I can see there is a good performance increase, this makes harder to defer but I am feeling this level of change is risky and you won't have time to test and fix any issue. Let me get first patch, as it is a fix. I can merge remaining patches early in next release cycle. @Thomas, what do you think?