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:    913 MB/s    15496 calls/s  15496 msg/s
# tcp rx:    913 MB/s    49470 calls/s
# tcp tx:    937 MB/s    15897 calls/s  15897 msg/s
# tcp rx:    938 MB/s    49409 calls/s
# tcp tx:    925 MB/s    15694 calls/s  15694 msg/s
# tcp rx:    926 MB/s    48340 calls/s
# tcp tx:    939 MB/s    15941 calls/s  15941 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:    609 MB/s   441344 calls/s
# udp tx:   1146 MB/s    19442 calls/s  19442 msg/s
# udp rx:    660 MB/s   478464 calls/s
# udp tx:   1207 MB/s    20480 calls/s  20480 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1284 MB/s    21790 calls/s  21790 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1292 MB/s    21928 calls/s  21928 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:   1108 MB/s   808487 calls/s
# udp tx:   1138 MB/s    19309 calls/s  19309 msg/s
# udp rx:   1159 MB/s   845988 calls/s
# udp tx:   1160 MB/s    19679 calls/s  19679 msg/s
# udp rx:   1174 MB/s   856415 calls/s
# udp tx:   1175 MB/s    19936 calls/s  19936 msg/s
# udp rx:   1166 MB/s   850702 calls/s
# udp tx:   1167 MB/s    19803 calls/s  19803 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__->