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 5582841E3A; Fri, 10 Mar 2023 10:36:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4926C40A81; Fri, 10 Mar 2023 10:36:29 +0100 (CET) Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by mails.dpdk.org (Postfix) with ESMTP id 9064240685; Fri, 10 Mar 2023 10:36:27 +0100 (CET) Received: from kwepemi500017.china.huawei.com (unknown [172.30.72.53]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4PY17y4skcz16P77; Fri, 10 Mar 2023 17:33:34 +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.21; Fri, 10 Mar 2023 17:36:24 +0800 From: Dongdong Liu To: , , , CC: , , , Subject: [PATCH 00/16] net/hns3: some code refactor for hns3 RSS Date: Fri, 10 Mar 2023 17:35:02 +0800 Message-ID: <20230310093518.5198-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: dggems702-chm.china.huawei.com (10.3.19.179) 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This patchset is to do some code refactor for hns3 RSS. 1. [PATCH 01/16]-[PATCH 02/16] fix some hns3 RSS bug. 2. [PATCH 03/16]-[PATCH 14/16] refactoring hns3 RSS code. 3. [PATCH 15/16]-[PATCH 16/16] reimplement hash flow function. Huisong Li (16): net/hns3: fix possible truncation of hash key when config net/hns3: fix possible truncation of redirection table net/hns3: use hardware config to report hash key net/hns3: use hardware config to report hash types net/hns3: use hardware config to report redirection table net/hns3: separate the setting of hash algorithm net/hns3: separate the setting of hash key net/hns3: separate the setting of redirection table net/hns3: separate the setting of RSS types net/hns3: separate the setting and clearing of RSS rule net/hns3: use new RSS rule to configure hardware net/hns3: save hash algo to RSS filter list node net/hns3: adding queue buffer size hash rule allowed net/hns3: separate rte flow RSS config from hns3 rss conf net/hns3: reimplement hash flow function net/hns3: add the verification of RSS types drivers/net/hns3/hns3_cmd.h | 1 + drivers/net/hns3/hns3_ethdev.h | 9 - drivers/net/hns3/hns3_flow.c | 985 +++++++++++++++++++++++---------- drivers/net/hns3/hns3_flow.h | 21 +- drivers/net/hns3/hns3_rss.c | 645 +++++++++++++++------ drivers/net/hns3/hns3_rss.h | 130 ++++- 6 files changed, 1278 insertions(+), 513 deletions(-) -- 2.22.0