Commit 9d553c9a authored by Hao Chen's avatar Hao Chen
Browse files

Revert "net: hns3: add mac tunnel number query"

driver inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/IBV2JA


CVE: NA

----------------------------------------------------------------------

This reverts commit a8ce380b.

Fixes: c929bc2a ("net: hns3: refactor dev capability and dev spec of debugfs")
Signed-off-by: default avatarHao Chen <chenhao418@huawei.com>
parent 762816c3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1109,8 +1109,6 @@ hns3_dbg_dev_specs(struct hnae3_handle *h, char *buf, int len, int *pos)
			  dev->watchdog_timeo / HZ);
	*pos += scnprintf(buf + *pos, len - *pos, "Hilink Version: %u\n",
			  dev_specs->hilink_version);
	pos += scnprintf(buf + *pos, len - *pos, "mac tunnel number: %u\n",
			  dev_specs->tnl_num);
	*pos += scnprintf(buf + *pos, len - *pos, "total rx buffer size: %u\n",
			  dev_specs->total_rx_buffer_size);
	*pos += scnprintf(buf + *pos, len - *pos, "min rx buffer size per tc: %u\n",