mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
Add a kselftest script that exercises per-netns RDMA device naming with RXE. Cover duplicate names across namespaces, move conflict handling, move-with-rename, and same-namespace rename requests. Signed-off-by: Jiri Pirko <jiri@nvidia.com> Link: https://patch.msgid.link/20260716132316.1495242-15-jiri@resnulli.us Signed-off-by: Leon Romanovsky <leon@kernel.org>
10 lines
224 B
Makefile
10 lines
224 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
TEST_PROGS := rxe_rping_between_netns.sh \
|
|
rxe_ipv6.sh \
|
|
rxe_socket_with_netns.sh \
|
|
rxe_test_NETDEV_UNREGISTER.sh \
|
|
rxe_sent_rcvd_bytes.sh \
|
|
rxe_netns_names.sh
|
|
|
|
include ../lib.mk
|