]> git.ipfire.org Git - thirdparty/linux.git/commit
selftest/rxe: Add selftests for perf
authorZhu Yanjun <yanjun.zhu@linux.dev>
Tue, 14 Apr 2026 06:29:48 +0000 (14:29 +0800)
committerLeon Romanovsky <leon@kernel.org>
Mon, 18 May 2026 08:58:41 +0000 (04:58 -0400)
commitc67bd973695c33f448a2789de5da765c04a78c71
treed7d36ee83e7078a89d54c5903cfa8111503c4b5c
parent1648bcf1ed5cc32c6d93f9f4fcd3876e789b1f8f
selftest/rxe: Add selftests for perf

Create a virtual TUN net device with RXE support, then run rping
server and client to invoke networking packets, finally compare both
*port_xmit_data* and *port_rcv_data* of such device.

Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Link: https://patch.msgid.link/20260414062948.671658-5-zhenwei.pi@linux.dev
Signed-off-by: Leon Romanovsky <leon@kernel.org>
tools/testing/selftests/rdma/Makefile
tools/testing/selftests/rdma/rxe_sent_rcvd_bytes.sh [new file with mode: 0755]