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:    963 MB/s    16342 calls/s  16342 msg/s
# tcp rx:    963 MB/s    50341 calls/s
# tcp tx:    943 MB/s    16001 calls/s  16001 msg/s
# tcp rx:    963 MB/s    47405 calls/s
# tcp tx:    905 MB/s    15354 calls/s  15354 msg/s
# tcp rx:    902 MB/s    47052 calls/s
# tcp tx:    935 MB/s    15872 calls/s  15872 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:    629 MB/s   455680 calls/s
# udp tx:   1204 MB/s    20428 calls/s  20428 msg/s
# udp rx:    662 MB/s   480000 calls/s
# udp tx:   1234 MB/s    20932 calls/s  20932 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1263 MB/s    21436 calls/s  21436 msg/s
# udp rx:    622 MB/s   450560 calls/s
# udp tx:   1234 MB/s    20938 calls/s  20938 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:   1092 MB/s   796524 calls/s
# udp tx:   1119 MB/s    18981 calls/s  18981 msg/s
# udp rx:    958 MB/s   699334 calls/s
# udp tx:    957 MB/s    16247 calls/s  16247 msg/s
# udp rx:   1065 MB/s   777365 calls/s
# udp tx:   1064 MB/s    18056 calls/s  18056 msg/s
# udp rx:   1134 MB/s   827636 calls/s
# udp tx:   1133 MB/s    19232 calls/s  19232 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__->