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:    980 MB/s    16628 calls/s  16628 msg/s
# tcp rx:    995 MB/s    51054 calls/s
# tcp tx:    976 MB/s    16558 calls/s  16558 msg/s
# tcp rx:    986 MB/s    49289 calls/s
# tcp tx:    980 MB/s    16634 calls/s  16634 msg/s
# tcp rx:    980 MB/s    49378 calls/s
# tcp tx:    965 MB/s    16375 calls/s  16375 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:    613 MB/s   444672 calls/s
# udp tx:   1275 MB/s    21638 calls/s  21638 msg/s
# udp rx:    637 MB/s   461568 calls/s
# udp tx:   1298 MB/s    22020 calls/s  22020 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1296 MB/s    21994 calls/s  21994 msg/s
# udp rx:    641 MB/s   464896 calls/s
# udp tx:   1300 MB/s    22065 calls/s  22065 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:   1077 MB/s   785968 calls/s
# udp tx:   1101 MB/s    18677 calls/s  18677 msg/s
# udp rx:   1143 MB/s   834089 calls/s
# udp tx:   1142 MB/s    19384 calls/s  19384 msg/s
# udp rx:   1089 MB/s   794316 calls/s
# udp tx:   1089 MB/s    18474 calls/s  18474 msg/s
# udp rx:   1142 MB/s   833457 calls/s
# udp tx:   1144 MB/s    19408 calls/s  19408 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__->