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:   1454 MB/s    24676 calls/s  24676 msg/s
# tcp rx:   1456 MB/s    62962 calls/s
# tcp tx:   1470 MB/s    24946 calls/s  24946 msg/s
# tcp rx:   1472 MB/s    64222 calls/s
# tcp tx:   1315 MB/s    22311 calls/s  22311 msg/s
# tcp rx:   1319 MB/s    54558 calls/s
# tcp tx:   1326 MB/s    22498 calls/s  22498 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:    402 MB/s   291072 calls/s
# udp tx:   1263 MB/s    21438 calls/s  21438 msg/s
# udp rx:    409 MB/s   296395 calls/s
# udp tx:    991 MB/s    16814 calls/s  16814 msg/s
# udp rx:    427 MB/s   309500 calls/s
# udp tx:    907 MB/s    15398 calls/s  15398 msg/s
# udp rx:    446 MB/s   322728 calls/s
# udp tx:   1005 MB/s    17054 calls/s  17054 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:   1240 MB/s   904778 calls/s
# udp tx:   1268 MB/s    21520 calls/s  21520 msg/s
# udp rx:   1275 MB/s   930189 calls/s
# udp tx:   1281 MB/s    21733 calls/s  21733 msg/s
# udp rx:   1300 MB/s   948134 calls/s
# udp tx:   1302 MB/s    22093 calls/s  22093 msg/s
# udp rx:   1295 MB/s   944515 calls/s
# udp tx:   1296 MB/s    21997 calls/s  21997 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__->