mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-09 06:14:34 +02:00
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>
9 lines
201 B
Makefile
9 lines
201 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
|
|
|
|
include ../lib.mk
|