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:    887 MB/s    15046 calls/s  15046 msg/s
# tcp rx:    887 MB/s    48650 calls/s
# tcp tx:    917 MB/s    15559 calls/s  15559 msg/s
# tcp rx:    928 MB/s    47564 calls/s
# tcp tx:    922 MB/s    15638 calls/s  15638 msg/s
# tcp rx:    923 MB/s    46188 calls/s
# tcp tx:    902 MB/s    15314 calls/s  15314 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:    617 MB/s   447488 calls/s
# udp tx:   1248 MB/s    21180 calls/s  21180 msg/s
# udp rx:    603 MB/s   436992 calls/s
# udp tx:   1318 MB/s    22363 calls/s  22363 msg/s
# udp rx:    654 MB/s   474112 calls/s
# udp tx:   1304 MB/s    22120 calls/s  22120 msg/s
# udp rx:    659 MB/s   477952 calls/s
# udp tx:   1301 MB/s    22070 calls/s  22070 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:   1054 MB/s   768891 calls/s
# udp tx:   1077 MB/s    18283 calls/s  18283 msg/s
# udp rx:   1087 MB/s   792911 calls/s
# udp tx:   1094 MB/s    18559 calls/s  18559 msg/s
# udp rx:   1128 MB/s   823103 calls/s
# udp tx:   1129 MB/s    19161 calls/s  19161 msg/s
# udp rx:   1138 MB/s   829993 calls/s
# udp tx:   1134 MB/s    19248 calls/s  19248 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__->