diff options
author | 2025-03-04 18:06:15 +0200 | |
---|---|---|
committer | 2025-03-06 17:53:34 -0800 | |
commit | a2f61f1db85532e72fb8a3af51b06df94bb82912 (patch) | |
tree | 2dce61532aeba46d57a5fbfbbe2ababb1355bc5f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'add-perout-configuration-support-in-iep-driver' (diff) | |
download | linux-rng-a2f61f1db85532e72fb8a3af51b06df94bb82912.tar.xz linux-rng-a2f61f1db85532e72fb8a3af51b06df94bb82912.zip |
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions