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:    908 MB/s    15412 calls/s  15412 msg/s
# tcp rx:    925 MB/s    51657 calls/s
# tcp tx:    898 MB/s    15239 calls/s  15239 msg/s
# tcp rx:    909 MB/s    47871 calls/s
# tcp tx:    921 MB/s    15623 calls/s  15623 msg/s
# tcp rx:    914 MB/s    47255 calls/s
# tcp tx:    918 MB/s    15582 calls/s  15582 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:    551 MB/s   399872 calls/s
# udp tx:   1289 MB/s    21866 calls/s  21866 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1286 MB/s    21814 calls/s  21814 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1278 MB/s    21692 calls/s  21692 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1265 MB/s    21467 calls/s  21467 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:   1114 MB/s   812543 calls/s
# udp tx:   1139 MB/s    19324 calls/s  19324 msg/s
# udp rx:   1161 MB/s   846843 calls/s
# udp tx:   1161 MB/s    19706 calls/s  19706 msg/s
# udp rx:   1160 MB/s   846223 calls/s
# udp tx:   1159 MB/s    19668 calls/s  19668 msg/s
# udp rx:   1160 MB/s   846152 calls/s
# udp tx:   1159 MB/s    19671 calls/s  19671 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__->