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:   1647 MB/s    27949 calls/s  27949 msg/s
# tcp rx:   1648 MB/s    71043 calls/s
# tcp tx:   1535 MB/s    26042 calls/s  26042 msg/s
# tcp rx:   1537 MB/s    62380 calls/s
# tcp tx:   1433 MB/s    24315 calls/s  24315 msg/s
# tcp rx:   1433 MB/s    64192 calls/s
# tcp tx:   1164 MB/s    19748 calls/s  19748 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:    479 MB/s   346624 calls/s
# udp tx:   1627 MB/s    27597 calls/s  27597 msg/s
# udp rx:    583 MB/s   421888 calls/s
# udp tx:   1586 MB/s    26910 calls/s  26910 msg/s
# udp rx:    680 MB/s   491520 calls/s
# udp tx:   1549 MB/s    26281 calls/s  26281 msg/s
# udp rx:    559 MB/s   404480 calls/s
# udp tx:   1590 MB/s    26968 calls/s  26968 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:   1270 MB/s   926386 calls/s
# udp tx:   1303 MB/s    22107 calls/s  22107 msg/s
# udp rx:   1351 MB/s   985879 calls/s
# udp tx:   1352 MB/s    22934 calls/s  22934 msg/s
# udp rx:   1337 MB/s   975175 calls/s
# udp tx:   1337 MB/s    22691 calls/s  22691 msg/s
# udp rx:   1346 MB/s   981652 calls/s
# udp tx:   1345 MB/s    22823 calls/s  22823 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__->