Merge tag 'v7.1-rc5' into rdma.git for-nextFor dependencies in the following patchesResolve conflicts, use the goto labels from the rc tag.* tag 'v7.1-rc5': (1526 commits)Signed-off-by: Jason
Merge tag 'v7.1-rc5' into rdma.git for-nextFor dependencies in the following patchesResolve conflicts, use the goto labels from the rc tag.* tag 'v7.1-rc5': (1526 commits)Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
show more ...
selftest/rxe: Add selftests for perfCreate a virtual TUN net device with RXE support, then run rpingserver and client to invoke networking packets, finally compare both*port_xmit_data* and *port_
selftest/rxe: Add selftests for perfCreate a virtual TUN net device with RXE support, then run rpingserver 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.devSigned-off-by: Leon Romanovsky <leon@kernel.org>
selftests/rdma: explicitly skip tests when required modules are missingCurrently, the rdma rxe selftests fail with an exit code of 1 whenrequired kernel modules are not present. This causes spurio
selftests/rdma: explicitly skip tests when required modules are missingCurrently, the rdma rxe selftests fail with an exit code of 1 whenrequired kernel modules are not present. This causes spurious failuresin environments where these modules might not be compiled or available.Include the standard kselftest 'ktap_helpers.sh' and replace thehardcoded error exits with '$KSFT_SKIP'. This ensures the tests areproperly marked as skipped rather than failed.Fixes: e01027cab38a ("RDMA/rxe: Add testcase for net namespace rxe")Signed-off-by: Yi Lai <yi1.lai@intel.com>Link: https://patch.msgid.link/20260507125106.3114167-1-yi1.lai@intel.comReviewed-by: Zhu Yanjun <yanjun.zhu@linux.dev>Signed-off-by: Leon Romanovsky <leon@kernel.org>
RDMA/rxe: Add testcase for net namespace rxeAdd 4 testcases for rxe with net namespace.Reviewed-by: David Ahern <dsahern@kernel.org>Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>Link: https:/
RDMA/rxe: Add testcase for net namespace rxeAdd 4 testcases for rxe with net namespace.Reviewed-by: David Ahern <dsahern@kernel.org>Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>Link: https://patch.msgid.link/20260313023058.13020-5-yanjun.zhu@linux.devSigned-off-by: Leon Romanovsky <leon@kernel.org>