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:    955 MB/s    16204 calls/s  16204 msg/s
# tcp rx:    955 MB/s    50273 calls/s
# tcp tx:    923 MB/s    15658 calls/s  15658 msg/s
# tcp rx:    944 MB/s    48005 calls/s
# tcp tx:    961 MB/s    16312 calls/s  16312 msg/s
# tcp rx:    964 MB/s    48348 calls/s
# tcp tx:    890 MB/s    15095 calls/s  15095 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:    489 MB/s   354265 calls/s
# udp tx:    852 MB/s    14453 calls/s  14453 msg/s
# udp rx:    524 MB/s   379392 calls/s
# udp tx:    882 MB/s    14965 calls/s  14965 msg/s
# udp rx:    524 MB/s   379136 calls/s
# udp tx:    889 MB/s    15079 calls/s  15079 msg/s
# udp rx:    525 MB/s   379841 calls/s
# udp tx:    872 MB/s    14806 calls/s  14806 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:   1089 MB/s   794219 calls/s
# udp tx:   1123 MB/s    19060 calls/s  19060 msg/s
# udp rx:   1164 MB/s   849068 calls/s
# udp tx:   1163 MB/s    19726 calls/s  19726 msg/s
# udp rx:   1158 MB/s   845117 calls/s
# udp tx:   1158 MB/s    19641 calls/s  19641 msg/s
# udp rx:   1157 MB/s   844394 calls/s
# udp tx:   1157 MB/s    19627 calls/s  19627 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__->