From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-185.mta0.migadu.com (out-185.mta0.migadu.com [91.218.175.185]) (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 958CD3BADA0 for ; Fri, 20 Mar 2026 13:56:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.185 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774015000; cv=none; b=Yx9d5Leum7HlnBdlThzSBRNkbqOd2f+yUmzXwzRsbrNr/NXZ9UKuilrk+HvYyoqK7ISDwU2XoZzGqCIKRYlmLIz4bFxiDllpL1J+GrD8eyHFR3oRli9kTJFpFXE5JMp2/1IjVF1d2dvoG+k/+J/lcNQApgA+U+QbIYtXMbjYAQE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774015000; c=relaxed/simple; bh=/wlqIjZIgwdkMI6K8TvPimSH17KMGKOIboXJZ/EjwGg=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=QJDUNU9n17mMALEDUS+1DLNDkclXwRTQaLUGwO7WO3Tjpcd/QrQlfT1neZJYhNXVhfVl9DXMdWS+JPwxwnIJz/5wUXNyM2ROujLg0sZmokJAZrR4tDd7lHSHyI6X7/sNoI+dBlnz1gXMjRxJhndPnEp9OD8SIcnuqtGwXD+6x+A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=vCsk/N6u; arc=none smtp.client-ip=91.218.175.185 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="vCsk/N6u" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1774014991; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=K2Pql+Ou9gVCW27sbcKkrqRNsfCX7zCBKdUFbxvC7JU=; b=vCsk/N6uKf42oNAiSkE9qJ0OX36btVd8xUqhnrtvJpOJlvf8F/0HFRJmiSh+6DVrTQoUB9 4Mmslc218N58INAkIynr1OFJP/YqXQ3fpziXk7qpQgAkhNEQ+BJSPsUEvxNg+65xQoycF2 AOmcdUFC+lMWc/CKe+8LBXAr6ZeExg4= Date: Fri, 20 Mar 2026 06:56:26 -0700 Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v7 0/4] RDMA/rxe: Add the support that rxe can work in net namespace To: Leon Romanovsky , jgg@ziepe.ca, zyjzyj2000@gmail.com, dsahern@kernel.org, linux-rdma@vger.kernel.org, linux-kselftest@vger.kernel.org, "yanjun.zhu@linux.dev" References: <20260313023058.13020-1-yanjun.zhu@linux.dev> <177392137151.816693.16033033040849071915.b4-ty@kernel.org> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zhu Yanjun In-Reply-To: <177392137151.816693.16033033040849071915.b4-ty@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 在 2026/3/19 4:56, Leon Romanovsky 写道: > > On Thu, 12 Mar 2026 19:30:54 -0700, Zhu Yanjun wrote: >> Currently rxe does not work correctly in network namespaces. >> >> When the rdma_rxe module is loaded, a UDP socket listening on port >> 4791 is created in init_net. When users run: >> >> ip link add ... type rxe >> >> [...] > > Applied, thanks! Thanks a lot. Zhu Yanjun > > [1/4] RDMA/nldev: Add dellink function pointer > https://git.kernel.org/rdma/rdma/c/fc3992d6e1e9f8 > [2/4] RDMA/rxe: Add net namespace support for IPv4/IPv6 sockets > https://git.kernel.org/rdma/rdma/c/63ce1810c841df > [3/4] RDMA/rxe: Support RDMA link creation and destruction per net namespace > https://git.kernel.org/rdma/rdma/c/6d8756013d0e24 > [4/4] RDMA/rxe: Add testcase for net namespace rxe > https://git.kernel.org/rdma/rdma/c/a4f4c76c90c53a > > Best regards,