This patch-set adds ethtool_ops.{get|set}_coalesce to VF and fix one related bug.
HNS3 PF and VF driver use the common enet layer, as the ethtool_ops.{get|set}_coalesce to PF have upstreamed, just need add the ops to hns3vf_ethtool_ops. [Patch 1/2] fix a related bug for the VF ethtool_ops.{set| get}_coalesce. Fuyun Liang (2): net: hns3: add get/set_coalesce support to VF net: hns3: add int_gl_idx setup for VF drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 2 ++ drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 8 ++++++++ drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 5 +++++ 3 files changed, 15 insertions(+) -- 1.9.1