Merge branch 'hns3-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 Jan 2018 15:58:30 +0000 (10:58 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jan 2018 15:58:30 +0000 (10:58 -0500)
Peng Li says:

====================
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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge