diff options
| author | Shay Drory <[email protected]> | 2023-01-12 14:33:00 +0200 |
|---|---|---|
| committer | Saeed Mahameed <[email protected]> | 2023-02-07 16:29:56 -0800 |
| commit | 7dfcd110a4584a4354f6cd0496f22da6db78cb17 (patch) | |
| tree | 72d3025958566078b74df7650b4975636773b3de /include/linux | |
| parent | b0118ced6b2e4c4d76083724cd4dba766333b3cd (diff) | |
net/mlx5: fw_tracer, Add support for strings DB update event
In case a new string DB is added to the FW, the FW publishes an event
notifying the strings DB have updated.
Add support in driver for handling this event.
Signed-off-by: Shay Drory <[email protected]>
Reviewed-by: Moshe Shemesh <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx5/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h index bc531bd9804f..70b3eacf2bbb 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h @@ -367,6 +367,7 @@ enum mlx5_driver_event { enum { MLX5_TRACER_SUBTYPE_OWNERSHIP_CHANGE = 0x0, MLX5_TRACER_SUBTYPE_TRACES_AVAILABLE = 0x1, + MLX5_TRACER_SUBTYPE_STRINGS_DB_UPDATE = 0x2, }; enum { |