[PATCH net-next 0/7] net: hns3: updates for -next

From: Huazhong Tan
Date: Tue Sep 29 2020 - 05:35:32 EST


There are some misc updates for the HNS3 ethernet driver.
#1 uses the queried BD number as the limit for TSO.
#2 renames trace event hns3_over_8bd since #1.
#3 adds UDP segmentation offload support.
#4 adds RoCE VF reset support.
#5 is a minor cleanup.
#6 & #7 add debugfs for device specifications and TQP enable status.

Guangbin Huang (2):
net: hns3: debugfs add new command to query device specifications
net: hns3: dump tqp enable status in debugfs

Guojia Liao (1):
net: hns3: remove unused code in hns3_self_test()

Huazhong Tan (4):
net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUM
net: hns3: rename trace event hns3_over_8bd
net: hns3: add UDP segmentation offload support
net: hns3: Add RoCE VF reset support

drivers/net/ethernet/hisilicon/hns3/hnae3.h | 3 +
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 50 ++++++++++++++-
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 71 ++++++++++++++--------
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 8 ++-
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 9 +--
drivers/net/ethernet/hisilicon/hns3/hns3_trace.h | 2 +-
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 50 +++++++++++++++
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 1 +
8 files changed, 157 insertions(+), 37 deletions(-)

--
2.7.4