Re: [PATCH V2 net-next 0/4] add some features to hns3 driver

2018-01-22 Thread David Miller
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

Re: [PATCH V2 net-next 0/4] add some features to hns3 driver

2018-01-22 Thread David Miller
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

[PATCH V2 net-next 0/4] add some features to hns3 driver

2018-01-18 Thread Peng Li
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.

[PATCH V2 net-next 0/4] add some features to hns3 driver

2018-01-18 Thread Peng Li
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.