diff options
author | Shahar Shitrit <shshitrit@nvidia.com> | 2025-03-04 19:06:15 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-03-07 04:53:34 +0300 |
commit | a2f61f1db85532e72fb8a3af51b06df94bb82912 (patch) | |
tree | 2dce61532aeba46d57a5fbfbbe2ababb1355bc5f /tools/perf/scripts/python/gecko.py | |
parent | 92d369052018c9d8ac1c69f608f52c902ae8dd51 (diff) | |
download | linux-a2f61f1db85532e72fb8a3af51b06df94bb82912.tar.xz |
net/mlx5: Relocate function declarations from port.h to mlx5_core.h
The port header is a general file under include, yet it
contains declarations for functions that are either not
exported or exported but not used outside the mlx5_core
driver.
To enhance code organization, we move these declarations
to mlx5_core.h, where they are more appropriately scoped.
This refactor removes unnecessary exported symbols and
prevents unexported functions from being inadvertently
referenced outside of the mlx5_core driver.
Signed-off-by: Shahar Shitrit <shshitrit@nvidia.com>
Reviewed-by: Carolina Jubran <cjubran@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/20250304160620.417580-2-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions