46 lines
1.6 KiB
Diff
46 lines
1.6 KiB
Diff
From 8f9fda742f4c45d483b6876033d754878117054b Mon Sep 17 00:00:00 2001
|
|
From: Huazhong Tan <tanhuazhong@huawei.com>
|
|
Date: Thu, 28 May 2020 21:48:18 +0800
|
|
Subject: [PATCH 026/283] net: hns3: remove some unused fields in struct
|
|
hclge_dev
|
|
|
|
mainline inclusion
|
|
from mainline-v5.8-rc1
|
|
commit 7c6643cac0ed78395ec10fe5b3b279e61b0ee51f
|
|
category: cleanup
|
|
bugzilla: https://gitee.com/src-openeuler/kernel/issues/I8EJ0A
|
|
|
|
Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7c6643cac0ed78395ec10fe5b3b279e61b0ee51f
|
|
|
|
--------------------------------
|
|
|
|
Remove some fields in struct hclge_dev which have not been used.
|
|
|
|
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
|
|
Signed-off-by: David S. Miller <davem@davemloft.net>
|
|
Signed-off-by: Xiaodong Li <lixiaodong67@huawei.com>
|
|
---
|
|
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 6 ------
|
|
1 file changed, 6 deletions(-)
|
|
|
|
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
|
|
index 7c1bbe626b17..c5cad1122788 100644
|
|
--- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
|
|
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
|
|
@@ -817,12 +817,6 @@ struct hclge_dev {
|
|
u16 num_roce_msi; /* Num of roce vectors for this PF */
|
|
int roce_base_vector;
|
|
|
|
- u16 pending_udp_bitmap;
|
|
-
|
|
- u16 rx_itr_default;
|
|
- u16 tx_itr_default;
|
|
-
|
|
- u16 adminq_work_limit; /* Num of admin receive queue desc to process */
|
|
unsigned long service_timer_period;
|
|
unsigned long service_timer_previous;
|
|
struct timer_list reset_timer;
|
|
--
|
|
2.34.1
|
|
|