On 3/6/26 1:24 AM, Zhu Yanjun wrote: > Signed-off-by: Zhu Yanjun <[email protected]> > --- > MAINTAINERS | 1 + > tools/testing/selftests/Makefile | 1 + > tools/testing/selftests/rdma/Makefile | 5 ++ > tools/testing/selftests/rdma/config | 3 + > .../selftests/rdma/rping_between_netns.sh | 57 +++++++++++++++++ > tools/testing/selftests/rdma/rxe_ipv6.sh | 47 ++++++++++++++ > .../testing/selftests/rdma/socket_with_rxe.sh | 64 +++++++++++++++++++ > 7 files changed, 178 insertions(+) > create mode 100644 tools/testing/selftests/rdma/Makefile > create mode 100644 tools/testing/selftests/rdma/config > create mode 100755 tools/testing/selftests/rdma/rping_between_netns.sh > create mode 100755 tools/testing/selftests/rdma/rxe_ipv6.sh > create mode 100755 tools/testing/selftests/rdma/socket_with_rxe.sh >
Test patch should be last since it relies on the next 3 patches to work.
