OSDN Git Service

Merge branch 'bnx2x-Perform-IdleChk-dump'
authorDavid S. Miller <davem@davemloft.net>
Sun, 5 Jul 2020 00:51:07 +0000 (17:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Jul 2020 00:51:07 +0000 (17:51 -0700)
commit565f499c6fad27e143e773758b568d3a3bc9d1ef
tree2dd2e1fa4b22ab0fda71fb50f5d1fb7fb74bda98
parentf91c031e6528f1656e7a1f76c98e3c1d7620820c
parenta46665707144d768ed4c9d4a6ed51edfd8cd7edf
Merge branch 'bnx2x-Perform-IdleChk-dump'

Sudarsana Reddy Kalluru says:

====================
bnx2x: Perform IdleChk dump.

Idlechk test verifies that the chip is in idle state. If there are any
errors, Idlechk dump would capture the same. This data will help in
debugging the device related issues.
The patch series adds driver support for dumping IdleChk data during the
debug dump collection.
Patch (1) adds register definitions required in this implementation.
Patch (2) adds the implementation for Idlechk tests.
Patch (3) adds driver changes to invoke Idlechk implementation.

Changes from previous version:
-------------------------------
v3: Combined the test data creation and implementation to a single patch.
v2: Addressed issues reported by kernel test robot.
====================

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