]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Bridge, refactor eswitch instance usage
authorVlad Buslov <vladbu@nvidia.com>
Thu, 2 Sep 2021 08:42:36 +0000 (11:42 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Tue, 5 Oct 2021 01:10:55 +0000 (18:10 -0700)
commite86a3dc5c083574e30c12abe0144ab03db2b3c0a
tree09c853a15771f5dc656c7021ef71ffe797828cf8
parentfbbda9ff19aff591b70ce6294ff8aa8d05767023
net/mlx5: Bridge, refactor eswitch instance usage

Several functions in bridge.c excessively obtain pointer to parent eswitch
instance by dereferencing br_offloads->esw on every usage and following
patches in this series add even more usages of eswitch. Introduce local
variable 'esw' and use it instead.

Signed-off-by: Vlad Buslov <vladbu@nvidia.com>
Reviewed-by: Paul Blakey <paulb@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.c