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:    866 MB/s    14700 calls/s  14700 msg/s
# tcp rx:    867 MB/s    70240 calls/s
# tcp tx:    874 MB/s    14837 calls/s  14837 msg/s
# tcp rx:    875 MB/s    69603 calls/s
# tcp tx:    873 MB/s    14813 calls/s  14813 msg/s
# tcp rx:    874 MB/s    69694 calls/s
# tcp tx:    873 MB/s    14810 calls/s  14810 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:    664 MB/s   482304 calls/s
# udp tx:   1214 MB/s    20603 calls/s  20603 msg/s
# udp rx:    669 MB/s   485120 calls/s
# udp tx:   1316 MB/s    22328 calls/s  22328 msg/s
# udp rx:    639 MB/s   462848 calls/s
# udp tx:   1325 MB/s    22477 calls/s  22477 msg/s
# udp rx:    654 MB/s   473856 calls/s
# udp tx:   1319 MB/s    22378 calls/s  22378 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:   1025 MB/s   747718 calls/s
# udp tx:   1037 MB/s    17602 calls/s  17602 msg/s
# udp rx:   1080 MB/s   787960 calls/s
# udp tx:   1087 MB/s    18439 calls/s  18439 msg/s
# udp rx:   1142 MB/s   833478 calls/s
# udp tx:   1142 MB/s    19371 calls/s  19371 msg/s
# udp rx:   1149 MB/s   838472 calls/s
# udp tx:   1148 MB/s    19475 calls/s  19475 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__->