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:   1585 MB/s    26886 calls/s  26886 msg/s
# tcp rx:   1586 MB/s    67967 calls/s
# tcp tx:   1517 MB/s    25740 calls/s  25740 msg/s
# tcp rx:   1518 MB/s    65602 calls/s
# tcp tx:   1508 MB/s    25593 calls/s  25593 msg/s
# tcp rx:   1510 MB/s    67865 calls/s
# tcp tx:   1613 MB/s    27361 calls/s  27361 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:    655 MB/s   474112 calls/s
# udp tx:   1675 MB/s    28411 calls/s  28411 msg/s
# udp rx:    674 MB/s   487578 calls/s
# udp tx:   1728 MB/s    29315 calls/s  29315 msg/s
# udp rx:    654 MB/s   473344 calls/s
# udp tx:   1736 MB/s    29451 calls/s  29451 msg/s
# udp rx:    677 MB/s   489472 calls/s
# udp tx:   1727 MB/s    29306 calls/s  29306 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:   1336 MB/s   974869 calls/s
# udp tx:   1376 MB/s    23348 calls/s  23348 msg/s
# udp rx:   1314 MB/s   958508 calls/s
# udp tx:   1315 MB/s    22319 calls/s  22319 msg/s
# udp rx:   1287 MB/s   938689 calls/s
# udp tx:   1288 MB/s    21847 calls/s  21847 msg/s
# udp rx:   1359 MB/s   991540 calls/s
# udp tx:   1363 MB/s    23132 calls/s  23132 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__->