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:    866 MB/s    14695 calls/s  14695 msg/s
# tcp rx:    867 MB/s    48461 calls/s
# tcp tx:    897 MB/s    15220 calls/s  15220 msg/s
# tcp rx:    898 MB/s    44922 calls/s
# tcp tx:    906 MB/s    15375 calls/s  15375 msg/s
# tcp rx:    907 MB/s    48701 calls/s
# tcp tx:    880 MB/s    14931 calls/s  14931 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:    536 MB/s   388254 calls/s
# udp tx:   1305 MB/s    22149 calls/s  22149 msg/s
# udp rx:    578 MB/s   419584 calls/s
# udp tx:   1321 MB/s    22417 calls/s  22417 msg/s
# udp rx:    651 MB/s   472064 calls/s
# udp tx:   1283 MB/s    21775 calls/s  21775 msg/s
# udp rx:    669 MB/s   484608 calls/s
# udp tx:   1286 MB/s    21816 calls/s  21816 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:   1144 MB/s   835020 calls/s
# udp tx:   1169 MB/s    19837 calls/s  19837 msg/s
# udp rx:   1144 MB/s   834833 calls/s
# udp tx:   1147 MB/s    19464 calls/s  19464 msg/s
# udp rx:   1076 MB/s   785157 calls/s
# udp tx:   1077 MB/s    18277 calls/s  18277 msg/s
# udp rx:   1149 MB/s   838475 calls/s
# udp tx:   1152 MB/s    19546 calls/s  19546 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__->