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:    929 MB/s    15770 calls/s  15770 msg/s
# tcp rx:    959 MB/s    46880 calls/s
# tcp tx:    930 MB/s    15775 calls/s  15775 msg/s
# tcp rx:    939 MB/s    47410 calls/s
# tcp tx:    619 MB/s    10513 calls/s  10513 msg/s
# tcp rx:    603 MB/s    31830 calls/s
# tcp tx:    585 MB/s     9929 calls/s   9929 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:    531 MB/s   385536 calls/s
# udp tx:    762 MB/s    12934 calls/s  12934 msg/s
# udp rx:    547 MB/s   397314 calls/s
# udp tx:    798 MB/s    13542 calls/s  13542 msg/s
# udp rx:    553 MB/s   401637 calls/s
# udp tx:    756 MB/s    12825 calls/s  12825 msg/s
# udp rx:    574 MB/s   416256 calls/s
# udp tx:    782 MB/s    13267 calls/s  13267 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:   1110 MB/s   809989 calls/s
# udp tx:   1139 MB/s    19320 calls/s  19320 msg/s
# udp rx:   1109 MB/s   809251 calls/s
# udp tx:   1114 MB/s    18901 calls/s  18901 msg/s
# udp rx:   1172 MB/s   855101 calls/s
# udp tx:   1168 MB/s    19819 calls/s  19819 msg/s
# udp rx:   1157 MB/s   844396 calls/s
# udp tx:   1153 MB/s    19566 calls/s  19566 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__->