OSDN Git Service

net/mlx5: FW tracer, create trace buffer and copy strings database
authorFeras Daoud <ferasda@mellanox.com>
Tue, 6 Feb 2018 15:45:57 +0000 (17:45 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Mon, 23 Jul 2018 22:01:11 +0000 (15:01 -0700)
commit48967ffdeb210266423be11f395c5dc26d3e4eda
tree7a279622bd3720be9d7608dd5da4a9ae59cb39fb
parentf53aaa31cce7b543e407da7e97690a700206f7b9
net/mlx5: FW tracer, create trace buffer and copy strings database

For each PF do the following:
1- Allocate memory for the tracer strings database and read the
strings from the FW to the SW. These strings will be used later for
parsing traces.
2- Allocate and dma map tracer buffers.

Traces that will be written into the buffer will be parsed as a group
of one or more traces, referred to as trace message. The trace message
represents a C-like printf string.
First trace of a message holds the pointer to the correct string in
strings database. The following traces holds the variables of the
message.

Signed-off-by: Feras Daoud <ferasda@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c
drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h