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:   1402 MB/s    23781 calls/s  23781 msg/s
# tcp rx:   1403 MB/s    61753 calls/s
# tcp tx:   1326 MB/s    22499 calls/s  22499 msg/s
# tcp rx:   1328 MB/s    60414 calls/s
# tcp tx:   1321 MB/s    22420 calls/s  22420 msg/s
# tcp rx:   1323 MB/s    60397 calls/s
# tcp tx:   1376 MB/s    23350 calls/s  23350 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:    513 MB/s   371200 calls/s
# udp tx:   1146 MB/s    19442 calls/s  19442 msg/s
# udp rx:    516 MB/s   373248 calls/s
# udp tx:   1164 MB/s    19757 calls/s  19757 msg/s
# udp rx:    536 MB/s   388096 calls/s
# udp tx:   1119 MB/s    18994 calls/s  18994 msg/s
# udp rx:    567 MB/s   410927 calls/s
# udp tx:    996 MB/s    16907 calls/s  16907 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:   1376 MB/s  1004228 calls/s
# udp tx:   1410 MB/s    23922 calls/s  23922 msg/s
# udp rx:   1348 MB/s   983629 calls/s
# udp tx:   1343 MB/s    22787 calls/s  22787 msg/s
# udp rx:   1178 MB/s   859584 calls/s
# udp tx:   1180 MB/s    20014 calls/s  20014 msg/s
# udp rx:   1345 MB/s   981049 calls/s
# udp tx:   1345 MB/s    22822 calls/s  22822 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__->