make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:   1001 MB/s    16989 calls/s  16989 msg/s
# tcp rx:   1002 MB/s    51894 calls/s
# tcp tx:   1011 MB/s    17154 calls/s  17154 msg/s
# tcp rx:   1012 MB/s    52038 calls/s
# tcp tx:    991 MB/s    16809 calls/s  16809 msg/s
# tcp rx:    992 MB/s    51036 calls/s
# tcp tx:    984 MB/s    16702 calls/s  16702 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:    619 MB/s   449536 calls/s
# udp tx:   1288 MB/s    21854 calls/s  21854 msg/s
# udp rx:    625 MB/s   453215 calls/s
# udp tx:   1332 MB/s    22603 calls/s  22603 msg/s
# udp rx:    647 MB/s   469248 calls/s
# udp tx:   1326 MB/s    22502 calls/s  22502 msg/s
# udp rx:    668 MB/s   483840 calls/s
# udp tx:   1321 MB/s    22416 calls/s  22416 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:   1146 MB/s   835973 calls/s
# udp tx:   1173 MB/s    19910 calls/s  19910 msg/s
# udp rx:   1157 MB/s   844319 calls/s
# udp tx:   1156 MB/s    19620 calls/s  19620 msg/s
# udp rx:   1187 MB/s   866304 calls/s
# udp tx:   1186 MB/s    20131 calls/s  20131 msg/s
# udp rx:   1187 MB/s   866176 calls/s
# udp tx:   1187 MB/s    20133 calls/s  20133 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__->