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 C87EC43212; Fri, 27 Oct 2023 09:11:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 54DA34029A; Fri, 27 Oct 2023 09:11:38 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 8C79840272 for ; Fri, 27 Oct 2023 09:11:37 +0200 (CEST) Received: from dggpeml100024.china.huawei.com (unknown [172.30.72.53]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4SGtz130cwzVlth for ; Fri, 27 Oct 2023 15:07:41 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by dggpeml100024.china.huawei.com (7.185.36.115) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Fri, 27 Oct 2023 15:11:34 +0800 Subject: Re: [PATCH 0/8] net/hns3: add some bugfix for hns3 To: Jie Hai , CC: , , References: <20231027060947.3183983-1-haijie1@huawei.com> From: fengchengwen Message-ID: Date: Fri, 27 Oct 2023 15:11:34 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20231027060947.3183983-1-haijie1@huawei.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggpeml100024.china.huawei.com (7.185.36.115) X-CFilter-Loop: Reflected 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 Series-reviewed-by: Chengwen Feng On 2023/10/27 14:09, Jie Hai wrote: > This patchset contains some bugfix for hns3 pmd. > > Dengdui Huang (6): > net/hns3: fix unchecked Rx free threshold > net/hns3: fix double stats for IMP and global reset > net/hns3: remove reset log in secondary > net/hns3: fix multiple reset detected log > net/hns3: fix the imp/global reset interrupted possibly > net/hns3: refactor interrupt state query > > Huisong Li (1): > net/hns3: fix segmentfault for NEON and SVE > > Jie Hai (1): > net/hns3: fix a typo > > drivers/net/hns3/hns3_ethdev.c | 210 ++++++++++++++++++++---------- > drivers/net/hns3/hns3_ethdev.h | 1 + > drivers/net/hns3/hns3_ethdev_vf.c | 11 +- > drivers/net/hns3/hns3_intr.c | 6 +- > drivers/net/hns3/hns3_rxtx.c | 8 +- > drivers/net/hns3/hns3_rxtx_vec.h | 5 + > drivers/net/hns3/hns3_tm.c | 4 +- > 7 files changed, 167 insertions(+), 78 deletions(-) >