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)
commit2d0a527ed395f0e685f61167a752d80ddce31ace
tree56f4e6b1842868f2a6770bdeccfd276a94d0269a
parente2d6e64bc3a3949f148476de656e515feffc1d22
parent79eee41085414c25c788cd98b78e8776551d837f
Merge branch 'hns3-next'

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>