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:    621 MB/s    10534 calls/s  10534 msg/s
# tcp rx:    621 MB/s    28608 calls/s
# tcp tx:    656 MB/s    11141 calls/s  11141 msg/s
# tcp rx:    656 MB/s    30796 calls/s
# tcp tx:    680 MB/s    11538 calls/s  11538 msg/s
# tcp rx:    681 MB/s    27082 calls/s
# udp gso - over veth touching data
# -l 4 -6 -D 2001:db8::1 -u -S 0 rx -4 -v
# -4 -v
# udp rx:    490 MB/s   356444 calls/s
# udp tx:    606 MB/s    10283 calls/s  10283 msg/s
# udp rx:    451 MB/s   327273 calls/s
# udp tx:    617 MB/s    10478 calls/s  10478 msg/s
# udp rx:    499 MB/s   362833 calls/s
# udp tx:    605 MB/s    10273 calls/s  10273 msg/s
# udp rx:    460 MB/s   334274 calls/s
# udp tx:    667 MB/s    11327 calls/s  11327 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:    604 MB/s   440888 calls/s
# udp tx:    623 MB/s    10572 calls/s  10572 msg/s
# udp rx:    609 MB/s   444842 calls/s
# udp tx:    605 MB/s    10266 calls/s  10266 msg/s
# udp rx:    578 MB/s   422151 calls/s
# udp tx:    579 MB/s     9829 calls/s   9829 msg/s
# udp rx:    540 MB/s   394525 calls/s
# udp tx:    540 MB/s     9160 calls/s   9160 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__->