From patchwork Wed Aug 16 06:52:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 13354603 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7622AC2EF for ; Wed, 16 Aug 2023 06:52:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1CE55C433C8; Wed, 16 Aug 2023 06:52:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692168751; bh=9x6XYCIJfZswqP71VF9xof0678DuoczWTBVfmmHFNoE=; h=From:To:Cc:Subject:Date:From; b=Qk2/Mu80XH2lI/JVifFwYdyM/VWRmEtd3lxhgLl3D4U4WZZd//hMvjsf27IRvMF11 5CnW8cqLPskd5tnXDQcbSEe9VZRQhQsK8zTeuyiggL+syP8A7DUZGtSiebjdCtYPrJ Pc0jJcDBbsD/NsIt4zs2/b+Ij7VZsNpTUwAywbSvHdLdIAdrcL0KD+Jm9OPh31FQ0D NpMiGJTOrSzM/aaWbqQOeDbKJoBkaK8N7wKrwunNH+b0efvnGQzuJ456UUCluwLQrx NNWLrA3YXqoK3YOFkZ1BN/czm0drz43Ke0ub81Zkz8Vx98WkUSNwvvwg9+rtdEUYmS 4n8OJPb9mt3yA== From: Leon Romanovsky To: Jason Gunthorpe Cc: Leon Romanovsky , Eric Dumazet , Jakub Kicinski , linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, Mark Bloch , Mark Zhang , netdev@vger.kernel.org, Paolo Abeni , Saeed Mahameed Subject: [PATCH rdma-next 0/2] mlx5 RDMA LAG fixes Date: Wed, 16 Aug 2023 09:52:22 +0300 Message-ID: X-Mailer: git-send-email 2.41.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Leon Romanovsky Hi, These two not urgent fixes to mlx5 RDMA LAG logic. Thanks Mark Bloch (2): RDMA/mlx5: Get upper device only if device is lagged RDMA/mlx5: Send correct port events drivers/infiniband/hw/mlx5/main.c | 57 ++++++++++++++----- .../net/ethernet/mellanox/mlx5/core/lag/lag.c | 29 ++++++++++ include/linux/mlx5/driver.h | 2 + 3 files changed, 75 insertions(+), 13 deletions(-)