commit | ad31c7320140fc2fad259d81c3340901b6225f03 | [log] [tgz] |
---|---|---|
author | Fuyun Liang <liangfuyun1@huawei.com> | Fri Jan 26 19:31:24 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 26 10:58:29 2018 -0500 |
tree | 0aef085e0f6b1c618aa2cd63499b2f2b87d2f2b3 | |
parent | e2d6e64bc3a3949f148476de656e515feffc1d22 [diff] |
net: hns3: add get/set_coalesce support to VF This patch adds ethtool_ops.get/set_coalesce support to VF. Since PF and VF share the same get/set_coalesce interface, we only need to set hns3_get/set_coalesce to the ethtool_ops when supporting get/set_coalesce for VF. Signed-off-by: Fuyun Liang <liangfuyun1@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>