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)
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>

Trivial merge