This patch-set includes bugfixes and cleanups for the HNS3 ethernet controller driver.
[patch 01/07] fixes an error when setting VLAN offload. [patch 02/07] fixes an double free issue when setting ringparam. [patch 03/07] fixes a mis-assignment of hdev->reset_level. [patch 04/07] adds a checking for client's validity. [patch 05/07] simplifies bool variable's assignment. [patch 06/07] disables loopback when initializing. [patch 07/07] makes internal function to static. Change log: V1->V2: fixes comment from Sergei Shtylyov. Guojia Liao (2): net: hns3: remove explicit conversion to bool net: hns3: make hclge_dbg_get_m7_stats_info static Huazhong Tan (2): net: hns3: fix double free bug when setting ringparam net: hns3: fix mis-assignment to hdev->reset_level in hclge_reset Jian Shen (1): net: hns3: fix error VF index when setting VLAN offload Peng Li (1): net: hns3: add client node validity judgment Yufeng Mo (1): net: hns3: disable loopback setting in hclge_mac_init drivers/net/ethernet/hisilicon/hns3/hnae3.c | 16 ++++++ drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 4 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 2 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 59 ++++++++++++++++++---- 4 files changed, 69 insertions(+), 12 deletions(-) -- 2.7.4