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    16345 calls/s  16345 msg/s
# tcp rx:    971 MB/s    49920 calls/s
# tcp tx:    934 MB/s    15846 calls/s  15846 msg/s
# tcp rx:    932 MB/s    47057 calls/s
# tcp tx:    638 MB/s    10828 calls/s  10828 msg/s
# tcp rx:    638 MB/s    31924 calls/s
# tcp tx:    643 MB/s    10909 calls/s  10909 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:    498 MB/s   361114 calls/s
# udp tx:    776 MB/s    13172 calls/s  13172 msg/s
# udp rx:    564 MB/s   409856 calls/s
# udp tx:    928 MB/s    15748 calls/s  15748 msg/s
# udp rx:    629 MB/s   456192 calls/s
# udp tx:   1191 MB/s    20206 calls/s  20206 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1233 MB/s    20916 calls/s  20916 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:   1079 MB/s   787178 calls/s
# udp tx:   1104 MB/s    18732 calls/s  18732 msg/s
# udp rx:   1135 MB/s   828100 calls/s
# udp tx:   1134 MB/s    19243 calls/s  19243 msg/s
# udp rx:   1136 MB/s   828731 calls/s
# udp tx:   1135 MB/s    19255 calls/s  19255 msg/s
# udp rx:   1134 MB/s   827630 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__->