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 3C599A00C2 for ; Wed, 2 Nov 2022 03:32:27 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2241C40693; Wed, 2 Nov 2022 03:32:27 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id EF50F40A79 for ; Wed, 2 Nov 2022 03:32:24 +0100 (CET) Received: from dggemv704-chm.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4N29mw6MnHzpW4t; Wed, 2 Nov 2022 10:28:48 +0800 (CST) Received: from kwepemm600004.china.huawei.com (7.193.23.242) by dggemv704-chm.china.huawei.com (10.3.19.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Wed, 2 Nov 2022 10:32:21 +0800 Received: from localhost.localdomain (10.69.192.56) 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.2375.31; Wed, 2 Nov 2022 10:32:21 +0800 From: Huisong Li To: , CC: , , Subject: [PATCH 21.11 0/4] net/hns3: backporting some bugfix Date: Wed, 2 Nov 2022 10:32:51 +0800 Message-ID: <20221102023255.15686-1-lihuisong@huawei.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) 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 Backporting some hns3 bugfix. The patch2/4 and patch4/4 depand on patch1/4 and patch3/4, respectively. Huisong Li (4): net/hns3: extract functions to create RSS and FDIR flow rule net/hns3: fix RSS rule restore net/hns3: fix lock protection of RSS flow rule net/hns3: fix restore filter function input drivers/net/hns3/hns3_ethdev.c | 3 +- drivers/net/hns3/hns3_ethdev_vf.c | 3 +- drivers/net/hns3/hns3_flow.c | 236 +++++++++++++++++------------- drivers/net/hns3/hns3_flow.h | 2 +- 4 files changed, 136 insertions(+), 108 deletions(-) -- 2.33.0