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:    508 MB/s     8617 calls/s   8617 msg/s
# tcp rx:    510 MB/s    36359 calls/s
# tcp tx:    503 MB/s     8541 calls/s   8541 msg/s
# tcp rx:    503 MB/s    35710 calls/s
# tcp tx:    520 MB/s     8822 calls/s   8822 msg/s
# tcp rx:    524 MB/s    36446 calls/s
# tcp tx:    524 MB/s     8890 calls/s   8890 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:    558 MB/s   405331 calls/s
# udp tx:    705 MB/s    11958 calls/s  11958 msg/s
# udp rx:    546 MB/s   396238 calls/s
# udp tx:    776 MB/s    13169 calls/s  13169 msg/s
# udp rx:    566 MB/s   410953 calls/s
# udp tx:    755 MB/s    12809 calls/s  12809 msg/s
# udp rx:    568 MB/s   412484 calls/s
# udp tx:    762 MB/s    12939 calls/s  12939 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:   1096 MB/s   799411 calls/s
# udp tx:   1128 MB/s    19139 calls/s  19139 msg/s
# udp rx:   1139 MB/s   831219 calls/s
# udp tx:   1141 MB/s    19356 calls/s  19356 msg/s
# udp rx:   1139 MB/s   831180 calls/s
# udp tx:   1140 MB/s    19350 calls/s  19350 msg/s
# udp rx:   1132 MB/s   825934 calls/s
# udp tx:   1134 MB/s    19235 calls/s  19235 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__->