From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Li Subject: [PATCH net-next 0/2] net: hns3: add support ethtool_ops.{set|get}_coalesce for VF Date: Fri, 26 Jan 2018 19:31:23 +0800 Message-ID: <1516966285-48898-1-git-send-email-lipeng321@huawei.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , To: Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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