mbox series

[net-next,0/2] Adds VF/PF PCIe reg dump(ethtool -d) support to HNS3 driver

Message ID 20181129164059.25580-1-salil.mehta@huawei.com
Headers show
Series Adds VF/PF PCIe reg dump(ethtool -d) support to HNS3 driver | expand

Message

Salil Mehta Nov. 29, 2018, 4:40 p.m. UTC
This patchset adds VF/PF PCIe register dump support to HNS3 VF and PF driver
using "ethtool -d" command.

Jian Shen (2):
  net: hns3: Support "ethtool -d" for HNS3 VF driver
  net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF
    driver

 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 120 ++++++++++++++++++++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  56 ++++++++++
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 120 +++++++++++++++++++++
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |  54 ++++++++++
 4 files changed, 345 insertions(+), 5 deletions(-)

Comments

David Miller Dec. 3, 2018, 11:27 p.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>
Date: Thu, 29 Nov 2018 16:40:57 +0000

> This patchset adds VF/PF PCIe register dump support to HNS3 VF and PF driver
> using "ethtool -d" command.

Series applied, thanks Salil.