net/qede: add infrastructure for debug data collection
authorRasesh Mody <rmody@marvell.com>
Wed, 8 Jul 2020 22:50:53 +0000 (15:50 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Sat, 11 Jul 2020 04:18:53 +0000 (06:18 +0200)
commitec55c118792b1deefe8c149e1a2657c1ddc488c1
tree7c4b21a03e27f94a2464fa7173c03219dedd512f
parent2352f348c997a34549c71c99029fb3d214aad39a
net/qede: add infrastructure for debug data collection

The patch adds QEDE PMD ops and APIs to calculate the size and collect
the debug dump for various firmware components. The patch adds new files
qede_debug.[ch] that has all the firmware debug data collection
infrastructure changes.

Signed-off-by: Rasesh Mody <rmody@marvell.com>
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
drivers/net/qede/Makefile
drivers/net/qede/base/bcm_osal.h
drivers/net/qede/meson.build
drivers/net/qede/qede_debug.c [new file with mode: 0644]
drivers/net/qede/qede_debug.h [new file with mode: 0644]
drivers/net/qede/qede_if.h
drivers/net/qede/qede_main.c