[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1516966285-48898-1-git-send-email-lipeng321@huawei.com>
Date: Fri, 26 Jan 2018 19:31:23 +0800
From: Peng Li <lipeng321@...wei.com>
To: <davem@...emloft.net>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linuxarm@...wei.com>, <salil.mehta@...wei.com>,
<lipeng321@...wei.com>
Subject: [PATCH net-next 0/2] net: hns3: add support ethtool_ops.{set|get}_coalesce for VF
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
Powered by blists - more mailing lists