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:    874 MB/s    14826 calls/s  14826 msg/s
# tcp rx:    874 MB/s    50092 calls/s
# tcp tx:    923 MB/s    15666 calls/s  15666 msg/s
# tcp rx:    924 MB/s    48113 calls/s
# tcp tx:    956 MB/s    16226 calls/s  16226 msg/s
# tcp rx:    957 MB/s    48340 calls/s
# tcp tx:    948 MB/s    16086 calls/s  16086 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:    641 MB/s   465053 calls/s
# udp tx:   1250 MB/s    21201 calls/s  21201 msg/s
# udp rx:    662 MB/s   480256 calls/s
# udp tx:   1172 MB/s    19892 calls/s  19892 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1223 MB/s    20755 calls/s  20755 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1155 MB/s    19596 calls/s  19596 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:   1055 MB/s   770085 calls/s
# udp tx:   1085 MB/s    18416 calls/s  18416 msg/s
# udp rx:   1048 MB/s   764772 calls/s
# udp tx:   1052 MB/s    17852 calls/s  17852 msg/s
# udp rx:   1172 MB/s   854760 calls/s
# udp tx:   1171 MB/s    19867 calls/s  19867 msg/s
# udp rx:   1153 MB/s   841177 calls/s
# udp tx:   1152 MB/s    19550 calls/s  19550 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__->