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 6435943E44 for ; Thu, 11 Apr 2024 14:30:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B9FD4029C; Thu, 11 Apr 2024 14:30:09 +0200 (CEST) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by mails.dpdk.org (Postfix) with ESMTP id D5D084029C for ; Thu, 11 Apr 2024 14:30:07 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.19.163.44]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4VFf8c0Cm0z2CcCL; Thu, 11 Apr 2024 20:27:12 +0800 (CST) Received: from dggpeml500011.china.huawei.com (unknown [7.185.36.84]) by mail.maildlp.com (Postfix) with ESMTPS id DB5001400C9; Thu, 11 Apr 2024 20:30:04 +0800 (CST) Received: from localhost.huawei.com (10.50.165.33) by dggpeml500011.china.huawei.com (7.185.36.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.35; Thu, 11 Apr 2024 20:30:04 +0800 From: Dengdui Huang To: , CC: , , , Subject: [PATCH 21.11 0/2] backport some patches for hns3 driver to stable release 21.11.7 Date: Thu, 11 Apr 2024 20:30:02 +0800 Message-ID: <20240411123004.3221814-1-huangdengdui@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.50.165.33] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To dggpeml500011.china.huawei.com (7.185.36.84) 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 Backport some patches for hns3 driver to stable release 21.11.7 Dengdui Huang (2): net/hns3: refactor send mailbox function net/hns3: refactor handle mailbox function drivers/net/hns3/hns3_ethdev.c | 2 +- drivers/net/hns3/hns3_ethdev_vf.c | 151 ++++++++++++++++++------------ drivers/net/hns3/hns3_mbx.c | 119 +++++++++++++---------- drivers/net/hns3/hns3_mbx.h | 11 ++- drivers/net/hns3/hns3_rxtx.c | 18 ++-- 5 files changed, 178 insertions(+), 123 deletions(-) -- 2.33.0