Merge branch 'cxgb4-collect-hardware-logs-via-ethtool'
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 19:31:51 +0000 (14:31 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 19:31:51 +0000 (14:31 -0500)
Rahul Lakkireddy says:

====================
cxgb4: collect hardware logs via ethtool

Collect more hardware logs via ethtool --get-dump facility.

Patch 1 collects on-chip memory layout information.

Patch 2 collects on-chip MC memory dumps.

Patch 3 collects HMA memory dump.

Patch 4 evaluates and skips TX and RX payload regions in memory dumps.

Patch 5 collects egress and ingress SGE queue contexts.

Patch 6 collects PCIe configuration logs
====================

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

Trivial merge