From patchwork Fri Sep 30 07:22:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongdong Liu X-Patchwork-Id: 117186 X-Patchwork-Delegate: andrew.rybchenko@oktetlabs.ru 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 253BDA034C; Fri, 30 Sep 2022 09:25:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3887742BB5; Fri, 30 Sep 2022 09:24:19 +0200 (CEST) Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by mails.dpdk.org (Postfix) with ESMTP id 9084F42B99; Fri, 30 Sep 2022 09:24:15 +0200 (CEST) Received: from kwepemi500017.china.huawei.com (unknown [172.30.72.54]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4Mf1p359ypz1P70Z; Fri, 30 Sep 2022 15:19:55 +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.2375.31; Fri, 30 Sep 2022 15:24:13 +0800 From: Dongdong Liu To: , , , CC: , , , , , Subject: [PATCH 11/19] net/hns3: remove unused structure definition Date: Fri, 30 Sep 2022 15:22:12 +0800 Message-ID: <20220930072220.20753-12-liudongdong3@huawei.com> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20220930072220.20753-1-liudongdong3@huawei.com> References: <20220930072220.20753-1-liudongdong3@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.28.79.22] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) 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 From: Chengwen Feng This patch removes unused structure definition. Signed-off-by: Chengwen Feng Signed-off-by: Dongdong Liu --- drivers/net/hns3/hns3_cmd.h | 19 ------------------- drivers/net/hns3/hns3_rss.h | 4 ---- 2 files changed, 23 deletions(-) diff --git a/drivers/net/hns3/hns3_cmd.h b/drivers/net/hns3/hns3_cmd.h index bee96c1e46..902638ba99 100644 --- a/drivers/net/hns3/hns3_cmd.h +++ b/drivers/net/hns3/hns3_cmd.h @@ -59,11 +59,6 @@ enum hns3_cmd_return_status { HNS3_CMD_ROH_CHECK_FAIL = 12 }; -struct hns3_misc_vector { - uint8_t *addr; - int vector_irq; -}; - struct hns3_cmq { struct hns3_cmq_ring csq; struct hns3_cmq_ring crq; @@ -397,20 +392,6 @@ struct hns3_pkt_buf_alloc { struct hns3_shared_buf s_buf; }; -#define HNS3_RX_COM_WL_EN_B 15 -struct hns3_rx_com_wl_buf_cmd { - uint16_t high_wl; - uint16_t low_wl; - uint8_t rsv[20]; -}; - -#define HNS3_RX_PKT_EN_B 15 -struct hns3_rx_pkt_buf_cmd { - uint16_t high_pkt; - uint16_t low_pkt; - uint8_t rsv[20]; -}; - #define HNS3_PF_STATE_DONE_B 0 #define HNS3_PF_STATE_MAIN_B 1 #define HNS3_PF_STATE_BOND_B 2 diff --git a/drivers/net/hns3/hns3_rss.h b/drivers/net/hns3/hns3_rss.h index 6cae5f8634..76b48fa994 100644 --- a/drivers/net/hns3/hns3_rss.h +++ b/drivers/net/hns3/hns3_rss.h @@ -34,10 +34,6 @@ #define HNS3_RSS_HASH_ALGO_SYMMETRIC_TOEP 2 #define HNS3_RSS_HASH_ALGO_MASK 0xf -struct hns3_rss_tuple_cfg { - uint64_t rss_tuple_fields; -}; - #define HNS3_RSS_QUEUES_BUFFER_NUM 64 /* Same as the Max rx/tx queue num */ struct hns3_rss_conf { /* RSS parameters :algorithm, flow_types, key, queue */