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:    550 MB/s     9338 calls/s   9338 msg/s
# tcp rx:    553 MB/s    31435 calls/s
# tcp tx:    561 MB/s     9527 calls/s   9527 msg/s
# tcp rx:    572 MB/s    31279 calls/s
# tcp tx:    591 MB/s    10028 calls/s  10028 msg/s
# tcp rx:    588 MB/s    30235 calls/s
# tcp tx:    594 MB/s    10087 calls/s  10087 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:    516 MB/s   375265 calls/s
# udp tx:    674 MB/s    11446 calls/s  11446 msg/s
# udp rx:    559 MB/s   405245 calls/s
# udp tx:    805 MB/s    13659 calls/s  13659 msg/s
# udp rx:    554 MB/s   401810 calls/s
# udp tx:    812 MB/s    13789 calls/s  13789 msg/s
# udp rx:    561 MB/s   406650 calls/s
# udp tx:    803 MB/s    13620 calls/s  13620 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:    688 MB/s   502116 calls/s
# udp tx:    707 MB/s    12004 calls/s  12004 msg/s
# udp rx:    921 MB/s   671851 calls/s
# udp tx:    934 MB/s    15847 calls/s  15847 msg/s
# udp rx:    770 MB/s   561854 calls/s
# udp tx:    775 MB/s    13147 calls/s  13147 msg/s
# udp rx:    607 MB/s   443252 calls/s
# udp tx:    609 MB/s    10334 calls/s  10334 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__->