From: Peng Li
Date: Fri, 19 Jan 2018 14:41:08 +0800
> This patchset adds some features to hns3 driver, include the support
> for ethtool command -d, -p and support for manager table.
>
> [Patch 1/4] adds support for ethtool command -d, its ops is get_regs.
> driver will send command to command q
This patchset adds some features to hns3 driver, include the support
for ethtool command -d, -p and support for manager table.
[Patch 1/4] adds support for ethtool command -d, its ops is get_regs.
driver will send command to command queue, and get regs number and
regs value from command queue.
[Pa