make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: udpgro_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    940 MB/s    15950 calls/s  15950 msg/s
# tcp rx:    941 MB/s    49720 calls/s
# tcp tx:   1001 MB/s    16989 calls/s  16989 msg/s
# tcp rx:   1003 MB/s    51661 calls/s
# tcp tx:   1020 MB/s    17304 calls/s  17304 msg/s
# tcp rx:   1021 MB/s    52202 calls/s
# tcp tx:   1017 MB/s    17261 calls/s  17261 msg/s
# udp gso - over veth touching data
# -l 4 -6 -D 2001:db8::1 -u -S 0 rx -4 -v
# -4 -v
# udp rx:    649 MB/s   470784 calls/s
# udp tx:   1101 MB/s    18679 calls/s  18679 msg/s
# udp rx:    631 MB/s   457884 calls/s
# udp tx:   1074 MB/s    18226 calls/s  18226 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1136 MB/s    19274 calls/s  19274 msg/s
# udp rx:    636 MB/s   461180 calls/s
# udp tx:   1030 MB/s    17471 calls/s  17471 msg/s
# udp gso and gro - over veth touching data
# -l 4 -6 -D 2001:db8::1 -S 0 rx -4 -G
# -4 -G
# udp rx:    637 MB/s   464827 calls/s
# udp tx:    661 MB/s    11216 calls/s  11216 msg/s
# udp rx:   1181 MB/s   861427 calls/s
# udp tx:   1180 MB/s    20019 calls/s  20019 msg/s
# udp rx:   1111 MB/s   810850 calls/s
# udp tx:   1111 MB/s    18846 calls/s  18846 msg/s
# udp rx:   1119 MB/s   816629 calls/s
# udp tx:   1118 MB/s    18968 calls/s  18968 msg/s
ok 1 selftests: net: udpgro_frglist.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->