From mboxrd@z Thu Jan 1 00:00:00 1970 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 2801D212560 for ; Wed, 13 Aug 2025 10:16:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755080205; cv=none; b=dsJeCk9EiQ85dBmj7R4Jr1lL2lIrqL0c7bfg+Hc+yYjDAVO2UIP/Bk/EqtMbwNnCGaHvXZQ92gR2aTrU7gqVOJCVI0I09itN9F6491MAa7zj3+P1gSCVlnWyrY1MgFIZwUdzb9YwUnKSwCajtrQp6YR2wCDuocf3NMJdMA5Tf3U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755080205; c=relaxed/simple; bh=6z+EAbQnTWk4TwQY+yffmkphd1H+JmVJYGh3CS6uoQs=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=c1Q7Kiu9wl7TdmaBtlCVM7ZRZoKqjVvqjzyYwKpuF4lJ0D5Ivm4lXmA4IKqxz36RzU3J1icx4fKgi54XleqEO6CrQAoXdX0tjtp6gmyHGXaHpa9fCc6ODAlznS9Pwa8CZw0FxJZ0aRWVbHbMSDd5PlYcx2opz0UwrdYftOgyydg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=J09Ty+2d; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="J09Ty+2d" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33C46C4CEEB; Wed, 13 Aug 2025 10:16:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755080204; bh=6z+EAbQnTWk4TwQY+yffmkphd1H+JmVJYGh3CS6uoQs=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=J09Ty+2dnVPp5K7isiRVei//5W/YXfhDWWGJ+Bioi5dgzlDEXyC0NCNb1ouZvUX7j vw7szZgulAhHePbhyE8yF5N7jutLoB/XytSpF0ncBANw9ylCI6S1IR+Os7w87ZGaTY DPfukHzWnr00XBsjs14BqApYMLVsQdkTsEFG7u8oNXYCQI5iwIed6MxdTvQpR3iS7n L+0ZT7TsAID9TrTB452UE4P1xXKrG3HTSdXU0jrxOnirrrlDxVFpRMtSnOU/qOLfxJ ghdk/oO7Fo0zMA8pcAe+LnJoVXUrLo5yJ5tQKb0frBv+Kj3xaaKFGjkV/z3q+NKYe4 fOlVHX0Yj/jMw== From: Leon Romanovsky To: Jason Gunthorpe , Leon Romanovsky Cc: linux-rdma@vger.kernel.org, Mark Zhang , Or Har-Toov , Vlad Dumitrescu , Leon Romanovsky In-Reply-To: References: Subject: Re: [PATCH rdma-next 0/5] IB service resolution Message-Id: <175508020122.5827.6166664812592145571.b4-ty@kernel.org> Date: Wed, 13 Aug 2025 06:16:41 -0400 Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15-dev-37811 On Mon, 30 Jun 2025 13:52:30 +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > From Mark, > > This patchset adds support to resolve IB service records from SM. With > this feature, the user-space is able to resolve and query IB address > information like DGID and PKEY based on an IB service name or ID, > through new ucma commands. > > [...] Applied, thanks! [1/5] RDMA/sa_query: Add RMPP support for SA queries https://git.kernel.org/rdma/rdma/c/ef5fcdb7300aba [2/5] RDMA/sa_query: Support IB service records resolution https://git.kernel.org/rdma/rdma/c/a892a3e74fb4f6 [3/5] RDMA/cma: Support IB service record resolution https://git.kernel.org/rdma/rdma/c/a6404823fe20e0 [4/5] RDMA/ucma: Support query resolved service records https://git.kernel.org/rdma/rdma/c/810f874eda8e49 [5/5] RDMA/ucma: Support write an event into a CM https://git.kernel.org/rdma/rdma/c/a3c9d0fcd37155 Best regards, -- Leon Romanovsky