net/mlx5: Bridge, move additional data structures to priv header
authorVlad Buslov <vladbu@nvidia.com>
Sun, 19 Feb 2023 17:27:04 +0000 (18:27 +0100)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 12 Apr 2023 03:57:36 +0000 (20:57 -0700)
commit6767c97d7adc3c4283c0167a9716de3953f251b1
treeb99f62a7bacd113c2f610bfaf47eb3b83df7efa7
parent9071b423c302b70eff80da715d724c4e75c1c46a
net/mlx5: Bridge, move additional data structures to priv header

Following patches in series will require accessing flow tables and groups
sizes, table levels and struct mlx5_esw_bridge from new the new source file
dedicated to multicast code. Expose these data in bridge_priv.h to reduce
clutter in following patches that will implement the actual functionality.

Signed-off-by: Vlad Buslov <vladbu@nvidia.com>
Reviewed-by: Maor Dickman <maord@nvidia.com>
Reviewed-by: Roi Dayan <roid@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.c
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_priv.h