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:   1325 MB/s    22482 calls/s  22482 msg/s
# tcp rx:   1327 MB/s    49518 calls/s
# tcp tx:   1337 MB/s    22690 calls/s  22690 msg/s
# tcp rx:   1339 MB/s    50667 calls/s
# tcp tx:   1531 MB/s    25978 calls/s  25978 msg/s
# tcp rx:   1534 MB/s    61186 calls/s
# tcp tx:   1548 MB/s    26268 calls/s  26268 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:    458 MB/s   331520 calls/s
# udp tx:   1094 MB/s    18564 calls/s  18564 msg/s
# udp rx:    525 MB/s   380160 calls/s
# udp tx:   1103 MB/s    18720 calls/s  18720 msg/s
# udp rx:    522 MB/s   377600 calls/s
# udp tx:   1161 MB/s    19697 calls/s  19697 msg/s
# udp rx:    492 MB/s   356096 calls/s
# udp tx:   1205 MB/s    20444 calls/s  20444 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:    807 MB/s   589056 calls/s
# udp tx:    831 MB/s    14101 calls/s  14101 msg/s
# udp rx:    793 MB/s   578405 calls/s
# udp tx:    795 MB/s    13499 calls/s  13499 msg/s
# udp rx:    814 MB/s   593695 calls/s
# udp tx:    816 MB/s    13851 calls/s  13851 msg/s
# udp rx:    831 MB/s   606713 calls/s
# udp tx:    835 MB/s    14175 calls/s  14175 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__->