Merge branch 'hinic-add-some-ethtool-ops-support'
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Jun 2020 03:40:58 +0000 (20:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jun 2020 03:40:58 +0000 (20:40 -0700)
commit8930449628f7f66a0d368ff9eb92146f7f424431
treefd7e8cdcaefc7ecbebc6614995fdfb6757ac2fa8
parent491f14db45dc7fc08ffe00ea6881615638dd159c
parent2ac84cd160a7d8562ac8ff9acca808edced4c84e
Merge branch 'hinic-add-some-ethtool-ops-support'

Luo bin says:

====================
hinic: add some ethtool ops support

patch #1: support to set and get pause params with
          "ethtool -A/a" cmd
patch #2: support to set and get irq coalesce params with
          "ethtool -C/c" cmd
patch #3: support to do self test with "ethtool -t" cmd
patch #4: support to identify physical device with "ethtool -p" cmd
patch #5: support to get eeprom information with "ethtool -m" cmd
====================

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