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:    871 MB/s    14779 calls/s  14779 msg/s
# tcp rx:    872 MB/s    48158 calls/s
# tcp tx:    866 MB/s    14699 calls/s  14699 msg/s
# tcp rx:    872 MB/s    46303 calls/s
# tcp tx:    817 MB/s    13864 calls/s  13864 msg/s
# tcp rx:    817 MB/s    46840 calls/s
# tcp tx:    826 MB/s    14025 calls/s  14025 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   449024 calls/s
# udp tx:   1192 MB/s    20225 calls/s  20225 msg/s
# udp rx:    635 MB/s   460526 calls/s
# udp tx:   1223 MB/s    20751 calls/s  20751 msg/s
# udp rx:    654 MB/s   474155 calls/s
# udp tx:   1271 MB/s    21566 calls/s  21566 msg/s
# udp rx:    655 MB/s   474599 calls/s
# udp tx:   1284 MB/s    21781 calls/s  21781 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:   1096 MB/s   799874 calls/s
# udp tx:   1125 MB/s    19090 calls/s  19090 msg/s
# udp rx:   1119 MB/s   816575 calls/s
# udp tx:   1125 MB/s    19082 calls/s  19082 msg/s
# udp rx:   1185 MB/s   864366 calls/s
# udp tx:   1183 MB/s    20066 calls/s  20066 msg/s
# udp rx:   1141 MB/s   832328 calls/s
# udp tx:   1143 MB/s    19391 calls/s  19391 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__->