]> Git Repo - linux.git/commit
net/mlx5: Lag, use lag lock
authorMark Bloch <[email protected]>
Wed, 15 Dec 2021 06:51:18 +0000 (06:51 +0000)
committerSaeed Mahameed <[email protected]>
Tue, 10 May 2022 05:54:01 +0000 (22:54 -0700)
commitec2fa47d7b984ce7b736f3e74072757c146278cd
tree3187b729ce850f1291c5677218ff437160f703c1
parent4202ea95a6b64f6d773af9f901c74197a6431fa8
net/mlx5: Lag, use lag lock

Use a lag specific lock instead of depending on external locks to
synchronise the lag creation/destruction.

With this, taking E-Switch mode lock is no longer needed for syncing
lag logic.

Cleanup any dead code that is left over and don't export functions that
aren't used outside the E-Switch core code.

Signed-off-by: Mark Bloch <[email protected]>
Reviewed-by: Maor Gottlieb <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.h
This page took 0.058376 seconds and 4 git commands to generate.