From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta0.migadu.com (out-171.mta0.migadu.com [91.218.175.171]) (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 9B825158DA3 for ; Fri, 6 Mar 2026 21:30:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772832611; cv=none; b=Cj92Z6sZoDQRQwxUkYI3XinpII4+3g/rS0xHNqZpCnhqm1F4J51GIohaW4cocty8ngimJFQBHP6EXcKP9n9CqracrKB5O/zv219s5dvqH0Xx9VU9O/wUPQz27fcX0qnYakQEIF0cfdvTyTZKGEFDS6Oi4918lN8F+0cusguFlWs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772832611; c=relaxed/simple; bh=OJ/COV4QvvRIO5mZmT/uhLn1k1iFO+//DTRoHXXeLrc=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=kj9OjV0ZiwwYeITnQvIhUWil9Yl/t/opph6FK3z6+9YQ8ltWxmieKOf/KlXLTk4POLccfpwqEya5iRXAOOY694Ogh4t9La7E8rKv75k/74SLpTtGK+IGZ/1l+B24/76VAAFlAhiflobMPcaLqOSh/r9AHQCR2sHmbDAtEiUg420= 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=YJWHRUqT; arc=none smtp.client-ip=91.218.175.171 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="YJWHRUqT" Message-ID: <191b1aae-4401-4078-9cb0-fde8940b7bf0@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1772832607; 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=3pSPGX8PWw7Yg2vD/5DlycvuW23EwRCc/YbyZ1oIoK8=; b=YJWHRUqTrALZ44VrHjQ8ekXuT4tiH7mfYwwPsvi/GrJYfMrr01d4VHxqBYfQSjYiCYjlG+ arTPBOGlpeOog2WMV8zfAu8jxZtrt4Ewh3N2WTQHPJ21xMEafyFwLMDHNtdKHYK6l6CbKc ULOrPBZSp/pk4Jbbvd8L7Gj10G3MsUs= Date: Fri, 6 Mar 2026 13:29:55 -0800 Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCHv2 1/1] RDMA/rxe: Add the support that rxe can work in net namespace To: David Ahern , jgg@ziepe.ca, leon@kernel.org, zyjzyj2000@gmail.com, linux-rdma@vger.kernel.org References: <20260304041607.11685-1-yanjun.zhu@linux.dev> <28be84a9-ad21-4a29-8199-a155e63e4cd8@linux.dev> <915d650f-ca19-4cd0-8d1a-74fa6a045528@kernel.org> <51db4f77-0835-4087-9ec3-ea851885aef9@kernel.org> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "yanjun.zhu" In-Reply-To: <51db4f77-0835-4087-9ec3-ea851885aef9@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 3/5/26 3:41 PM, David Ahern wrote: > On 3/5/26 4:15 PM, Yanjun.Zhu wrote: >> I ran the three test cases, and the output is shown above. I would like >> to confirm whether this output format looks appropriate for the RDMA >> selftests. >> >> If the format is acceptable, I plan to keep it as is and continue >> expanding the RDMA selftests based on this structure. > > Having tests is the important piece. I pointed out the existing tests as > a way of making things more user friendly. Simple output, easy to follow > what was tested. Thanks a lot. I will add more tests. Zhu Yanjun