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:    883 MB/s    14982 calls/s  14982 msg/s
# tcp rx:    884 MB/s    50874 calls/s
# tcp tx:    967 MB/s    16406 calls/s  16406 msg/s
# tcp rx:    968 MB/s    51752 calls/s
# tcp tx:    971 MB/s    16476 calls/s  16476 msg/s
# tcp rx:    972 MB/s    51711 calls/s
# tcp tx:    984 MB/s    16694 calls/s  16694 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   447232 calls/s
# udp tx:   1298 MB/s    22027 calls/s  22027 msg/s
# udp rx:    644 MB/s   467202 calls/s
# udp tx:   1257 MB/s    21331 calls/s  21331 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1205 MB/s    20448 calls/s  20448 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1261 MB/s    21390 calls/s  21390 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:   1110 MB/s   809948 calls/s
# udp tx:   1139 MB/s    19324 calls/s  19324 msg/s
# udp rx:   1070 MB/s   780712 calls/s
# udp tx:   1072 MB/s    18196 calls/s  18196 msg/s
# udp rx:   1061 MB/s   774511 calls/s
# udp tx:   1056 MB/s    17912 calls/s  17912 msg/s
# udp rx:   1048 MB/s   764953 calls/s
# udp tx:   1059 MB/s    17972 calls/s  17972 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__->