From patchwork Thu Dec 7 01:37:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jie Hai X-Patchwork-Id: 460 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9F64F43692; Thu, 7 Dec 2023 02:41:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2781A4028B; Thu, 7 Dec 2023 02:41:24 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id B54C64028B for ; Thu, 7 Dec 2023 02:41:22 +0100 (CET) Received: from kwepemd100004.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4Slxj73hQtzrVVq for ; Thu, 7 Dec 2023 09:37:31 +0800 (CST) Received: from localhost.localdomain (10.67.165.2) by kwepemd100004.china.huawei.com (7.221.188.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.2.1258.28; Thu, 7 Dec 2023 09:41:19 +0800 From: Jie Hai To: CC: , , , Subject: [PATCH v3 0/4] net/hns3: refactor mailbox Date: Thu, 7 Dec 2023 09:37:28 +0800 Message-ID: <20231207013732.3987482-1-haijie1@huawei.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20231108034434.559030-1-haijie1@huawei.com> References: <20231108034434.559030-1-haijie1@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.67.165.2] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemd100004.china.huawei.com (7.221.188.31) 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 refactors mailbox codes. --- v3: 1. fix the checkpatch warning on __atomic_xxx. -- Dengdui Huang (4): net/hns3: refactor VF mailbox message struct net/hns3: refactor PF mailbox message struct net/hns3: refactor send mailbox function net/hns3: refactor handle mailbox function drivers/net/hns3/hns3_ethdev.c | 2 +- drivers/net/hns3/hns3_ethdev.h | 2 +- drivers/net/hns3/hns3_ethdev_vf.c | 181 +++++++++++++++++------------- drivers/net/hns3/hns3_mbx.c | 166 +++++++++++++++------------ drivers/net/hns3/hns3_mbx.h | 94 ++++++++++++---- drivers/net/hns3/hns3_rxtx.c | 18 ++- 6 files changed, 280 insertions(+), 183 deletions(-)