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:    981 MB/s    16640 calls/s  16640 msg/s
# tcp rx:    981 MB/s    49812 calls/s
# tcp tx:    702 MB/s    11915 calls/s  11915 msg/s
# tcp rx:    703 MB/s    35784 calls/s
# tcp tx:    651 MB/s    11052 calls/s  11052 msg/s
# tcp rx:    652 MB/s    33334 calls/s
# tcp tx:    642 MB/s    10889 calls/s  10889 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:    522 MB/s   378719 calls/s
# udp tx:    808 MB/s    13718 calls/s  13718 msg/s
# udp rx:    531 MB/s   384768 calls/s
# udp tx:    846 MB/s    14359 calls/s  14359 msg/s
# udp rx:    522 MB/s   378610 calls/s
# udp tx:    812 MB/s    13780 calls/s  13780 msg/s
# udp rx:    504 MB/s   365554 calls/s
# udp tx:    866 MB/s    14689 calls/s  14689 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:   1132 MB/s   825910 calls/s
# udp tx:   1160 MB/s    19690 calls/s  19690 msg/s
# udp rx:   1149 MB/s   838337 calls/s
# udp tx:   1148 MB/s    19487 calls/s  19487 msg/s
# udp rx:   1169 MB/s   853211 calls/s
# udp tx:   1169 MB/s    19829 calls/s  19829 msg/s
# udp rx:   1159 MB/s   845543 calls/s
# udp tx:   1157 MB/s    19637 calls/s  19637 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__->