This patchset fix some bugs for hns3 driver. [Patch 1/6 - Patch 3/6] fix bugs related about VF driver. [Patch 3/6 - Patch 6/6] fix the bugs about ethtool_ops.set_channels.
Peng Li (6): net: hns3: VF should get the real rss_size instead of rss_size_max net: hns3: set the cmdq out_vld bit to 0 after used net: hns3: fix endian issue when PF get mbx message flag net: hns3: fix the queue id for tqp enable&&reset net: hns3: set the max ring num when alloc netdev net: hns3: add support for VF driver inner interface hclgevf_ops.get_tqps_and_rss_info drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 27 ++++++------ .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 50 +++++++++++----------- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 10 +++-- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 10 +++++ .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c | 1 + 5 files changed, 54 insertions(+), 44 deletions(-) -- 2.9.3