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:    946 MB/s    16054 calls/s  16054 msg/s
# tcp rx:    946 MB/s    50730 calls/s
# tcp tx:    934 MB/s    15850 calls/s  15850 msg/s
# tcp rx:    936 MB/s    49313 calls/s
# tcp tx:    940 MB/s    15959 calls/s  15959 msg/s
# tcp rx:    941 MB/s    49256 calls/s
# tcp tx:    939 MB/s    15937 calls/s  15937 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:    602 MB/s   436480 calls/s
# udp tx:   1296 MB/s    21988 calls/s  21988 msg/s
# udp rx:    665 MB/s   482562 calls/s
# udp tx:   1248 MB/s    21169 calls/s  21169 msg/s
# udp rx:    665 MB/s   482093 calls/s
# udp tx:   1312 MB/s    22268 calls/s  22268 msg/s
# udp rx:    667 MB/s   483278 calls/s
# udp tx:   1312 MB/s    22267 calls/s  22267 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:   1112 MB/s   811321 calls/s
# udp tx:   1138 MB/s    19317 calls/s  19317 msg/s
# udp rx:   1057 MB/s   771257 calls/s
# udp tx:   1059 MB/s    17962 calls/s  17962 msg/s
# udp rx:   1031 MB/s   752605 calls/s
# udp tx:   1033 MB/s    17528 calls/s  17528 msg/s
# udp rx:   1135 MB/s   827765 calls/s
# udp tx:   1136 MB/s    19270 calls/s  19270 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__->