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:    967 MB/s    16413 calls/s  16413 msg/s
# tcp rx:    968 MB/s    49362 calls/s
# tcp tx:    903 MB/s    15331 calls/s  15331 msg/s
# tcp rx:    904 MB/s    47011 calls/s
# tcp tx:    931 MB/s    15797 calls/s  15797 msg/s
# tcp rx:    932 MB/s    47983 calls/s
# tcp tx:    972 MB/s    16495 calls/s  16495 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:    647 MB/s   469504 calls/s
# udp tx:   1207 MB/s    20486 calls/s  20486 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1180 MB/s    20026 calls/s  20026 msg/s
# udp rx:    654 MB/s   474112 calls/s
# udp tx:   1197 MB/s    20312 calls/s  20312 msg/s
# udp rx:    630 MB/s   456960 calls/s
# udp tx:   1202 MB/s    20396 calls/s  20396 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:   1070 MB/s   781017 calls/s
# udp tx:   1104 MB/s    18729 calls/s  18729 msg/s
# udp rx:   1140 MB/s   832047 calls/s
# udp tx:   1141 MB/s    19362 calls/s  19362 msg/s
# udp rx:   1137 MB/s   829849 calls/s
# udp tx:   1141 MB/s    19353 calls/s  19353 msg/s
# udp rx:   1144 MB/s   835028 calls/s
# udp tx:   1148 MB/s    19474 calls/s  19474 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__->