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(-)

Comments

Leon Romanovsky Nov. 4, 2024, 8:43 a.m. UTC | #1
On Thu, 31 Oct 2024 15:36:49 +0200, Leon Romanovsky wrote:
> 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
> 
> [...]

Applied, thanks!

[1/3] RDMA/mlx5: Call dev_put() after the blocking notifier
      https://git.kernel.org/rdma/rdma/c/c4967b6dc20ab1
[2/3] RDMA/core: Implement RoCE GID port rescan and export delete function
      https://git.kernel.org/rdma/rdma/c/ffe3c55b16ddee
[3/3] RDMA/mlx5: Ensure active slave attachment to the bond IB device
      https://git.kernel.org/rdma/rdma/c/bf15c4dc0fbb16

Best regards,