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:    855 MB/s    14509 calls/s  14509 msg/s
# tcp rx:    856 MB/s    49454 calls/s
# tcp tx:    846 MB/s    14351 calls/s  14351 msg/s
# tcp rx:    861 MB/s    46307 calls/s
# tcp tx:    908 MB/s    15411 calls/s  15411 msg/s
# tcp rx:    909 MB/s    47180 calls/s
# tcp tx:    845 MB/s    14348 calls/s  14348 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   375228 calls/s
# udp tx:    721 MB/s    12239 calls/s  12239 msg/s
# udp rx:    566 MB/s   410880 calls/s
# udp tx:    770 MB/s    13068 calls/s  13068 msg/s
# udp rx:    569 MB/s   413184 calls/s
# udp tx:    771 MB/s    13082 calls/s  13082 msg/s
# udp rx:    569 MB/s   412928 calls/s
# udp tx:    768 MB/s    13042 calls/s  13042 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:    602 MB/s   439512 calls/s
# udp tx:    624 MB/s    10598 calls/s  10598 msg/s
# udp rx:    679 MB/s   495846 calls/s
# udp tx:    678 MB/s    11514 calls/s  11514 msg/s
# udp rx:    688 MB/s   502128 calls/s
# udp tx:    687 MB/s    11654 calls/s  11654 msg/s
# udp rx:    678 MB/s   494813 calls/s
# udp tx:    679 MB/s    11517 calls/s  11517 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__->