This series of patches collect more firmware and hardware dumps
via ethool --get-dump facility.

Patch 1 collects hardware logic analyzer dumps.

Patch 2 collects CIM queue configuration dump.

Patch 3 collects RSS dumps.

Patch 4 collects TID info dump.

Patch 5 collects MPS-TCAM dump.

Patch 6 collects PBT tables dump.

Patch 7 collects hardware scheduler and pace table dumps.

Patch 8 collects miscellaneous hardware information, including
path mtu, PM stats, TP clock info, congestion control, and VPD
data dumps.

Thanks,
Rahul

Rahul Lakkireddy (8):
  cxgb4: collect hardware LA dumps
  cxgb4: collect CIM queue configuration dump
  cxgb4: collect RSS dumps
  cxgb4: collect TID info dump
  cxgb4: collect MPS-TCAM dump
  cxgb4: collect PBT tables dump
  cxgb4: collect hardware scheduler dumps
  cxgb4: collect hardware misc dumps

 drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h  | 159 +++++
 drivers/net/ethernet/chelsio/cxgb4/cudbg_if.h      |  19 +
 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c     | 746 +++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h     |  54 ++
 .../net/ethernet/chelsio/cxgb4/cudbg_lib_common.h  |   6 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |   9 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg.c   |  82 +++
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         |  57 ++
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h         |   1 +
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       |  31 +
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |   5 +-
 11 files changed, 1168 insertions(+), 1 deletion(-)

-- 
2.14.1

Reply via email to