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 56B21427F6 for ; Tue, 21 Mar 2023 10:24:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 25164410EE; Tue, 21 Mar 2023 10:24:28 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id E9E9940A7A for ; Tue, 21 Mar 2023 10:24:25 +0100 (CET) Received: from kwepemm600004.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4PgmP73z1xzrT4m; Tue, 21 Mar 2023 17:23:23 +0800 (CST) Received: from localhost.localdomain (10.28.79.22) by kwepemm600004.china.huawei.com (7.193.23.242) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Tue, 21 Mar 2023 17:24:23 +0800 From: Huisong Li To: , CC: , , , Subject: [PATCH 21.11 00/17] backport some patches for hns3 Date: Tue, 21 Mar 2023 17:22:49 +0800 Message-ID: <20230321092306.16918-1-lihuisong@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 kwepemm600004.china.huawei.com (7.193.23.242) 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 Some patches depends on the patch 13/17. So we also backport patch 13/17. Chengwen Feng (1): net/hns3: remove unused structures Huisong Li (16): net/hns3: separate Tx prepare from getting Tx function net/hns3: make getting Tx function static net/hns3: fix RSS key size compatibility net/hns3: fix burst mode query with dummy function net/hns3: extract common functions to set Rx/Tx net/hns3: use hardware config to report hash key net/hns3: use hardware config to report hash types net/hns3: separate setting hash algorithm net/hns3: separate setting hash key net/hns3: separate setting RSS types net/hns3: use new RSS rule to configure hardware net/hns3: save hash algo to RSS filter list node net/hns3: allow adding queue buffer size hash rule net/hns3: separate flow RSS config from RSS conf net/hns3: reimplement hash flow function net/hns3: add verification of RSS types drivers/net/hns3/hns3_cmd.h | 19 - drivers/net/hns3/hns3_common.c | 12 +- drivers/net/hns3/hns3_ethdev.c | 20 +- drivers/net/hns3/hns3_ethdev.h | 9 - drivers/net/hns3/hns3_ethdev_vf.c | 19 +- drivers/net/hns3/hns3_flow.c | 972 +++++++++++++++++++++--------- drivers/net/hns3/hns3_flow.h | 23 +- drivers/net/hns3/hns3_mp.c | 4 +- drivers/net/hns3/hns3_rss.c | 563 ++++++++++++----- drivers/net/hns3/hns3_rss.h | 139 ++++- drivers/net/hns3/hns3_rxtx.c | 100 +-- drivers/net/hns3/hns3_rxtx.h | 4 +- 12 files changed, 1289 insertions(+), 595 deletions(-) -- 2.22.0