Skip to content

Commit 8a52bba

Browse files
Michal Kalderondavem330
authored andcommitted
qed: Debug feature: ilt and mdump
Part of the FW drop includes new debug capabilities implemented in the qed_debug file. This patch dumps additional information during ethtool -d for better debugging. The data dumped is the ilt (internal logical table) and information gathered by the management firmware incase there was a crash and driver was not able to extract the information (mdump). Signed-off-by: Ariel Elior <[email protected]> Signed-off-by: Michal Kalderon <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 30d5f85 commit 8a52bba

File tree

8 files changed

+821
-214
lines changed

8 files changed

+821
-214
lines changed

drivers/net/ethernet/qlogic/qed/qed.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ struct qed_dev {
877877
struct qed_cb_ll2_info *ll2;
878878
u8 ll2_mac_address[ETH_ALEN];
879879
#endif
880+
bool disable_ilt_dump;
880881
DECLARE_HASHTABLE(connections, 10);
881882
const struct firmware *firmware;
882883

0 commit comments

Comments
 (0)