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:    862 MB/s    14622 calls/s  14622 msg/s
# tcp rx:    919 MB/s    51955 calls/s
# tcp tx:    928 MB/s    15755 calls/s  15755 msg/s
# tcp rx:    918 MB/s    47251 calls/s
# tcp tx:    921 MB/s    15631 calls/s  15631 msg/s
# tcp rx:   2008 MB/s    54116 calls/s
# tcp tx:   1212 MB/s    20559 calls/s  20559 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:    654 MB/s   474112 calls/s
# udp tx:   1292 MB/s    21920 calls/s  21920 msg/s
# udp rx:    670 MB/s   485376 calls/s
# udp tx:   1294 MB/s    21963 calls/s  21963 msg/s
# udp rx:    668 MB/s   484352 calls/s
# udp tx:   1291 MB/s    21907 calls/s  21907 msg/s
# udp rx:    667 MB/s   483584 calls/s
# udp tx:   1292 MB/s    21930 calls/s  21930 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:   1077 MB/s   785580 calls/s
# udp tx:   1104 MB/s    18734 calls/s  18734 msg/s
# udp rx:   1201 MB/s   875957 calls/s
# udp tx:   1199 MB/s    20351 calls/s  20351 msg/s
# udp rx:   1176 MB/s   857699 calls/s
# udp tx:   1175 MB/s    19931 calls/s  19931 msg/s
# udp rx:   1172 MB/s   854768 calls/s
# udp tx:   1171 MB/s    19862 calls/s  19862 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__->