mbox series

[rdma-next,0/3] Fixes to set_netdev/get_netdev flow

Message ID cover.1730381292.git.leon@kernel.org (mailing list archive)
Headers show
Series Fixes to set_netdev/get_netdev flow | expand

Message

Leon Romanovsky Oct. 31, 2024, 1:36 p.m. UTC
This series fixes the set_netdev/get_netdev flow in mlx5 drive around LAG.

Thanks

Chiara Meiohas (3):
  RDMA/mlx5: Call dev_put() after the blocking notifier
  RDMA/core: Implement RoCE GID port rescan and export delete function
  RDMA/mlx5: Ensure active slave attachment to the bond IB device

 drivers/infiniband/core/roce_gid_mgmt.c       | 30 ++++++++++++++++---
 drivers/infiniband/hw/mlx5/main.c             | 29 +++++++++++-------
 .../net/ethernet/mellanox/mlx5/core/lag/lag.c | 12 ++++++++
 include/rdma/ib_verbs.h                       |  3 ++
 4 files changed, 59 insertions(+), 15 deletions(-)