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:    955 MB/s    16209 calls/s  16209 msg/s
# tcp rx:    956 MB/s    49103 calls/s
# tcp tx:    860 MB/s    14591 calls/s  14591 msg/s
# tcp rx:    871 MB/s    43930 calls/s
# tcp tx:    969 MB/s    16438 calls/s  16438 msg/s
# tcp rx:    972 MB/s    48621 calls/s
# tcp tx:    934 MB/s    15847 calls/s  15847 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:    620 MB/s   449822 calls/s
# udp tx:   1271 MB/s    21567 calls/s  21567 msg/s
# udp rx:    648 MB/s   469497 calls/s
# udp tx:   1269 MB/s    21525 calls/s  21525 msg/s
# udp rx:    667 MB/s   483503 calls/s
# udp tx:   1267 MB/s    21504 calls/s  21504 msg/s
# udp rx:    666 MB/s   482466 calls/s
# udp tx:   1267 MB/s    21503 calls/s  21503 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   787332 calls/s
# udp tx:   1094 MB/s    18570 calls/s  18570 msg/s
# udp rx:   1065 MB/s   776982 calls/s
# udp tx:   1075 MB/s    18235 calls/s  18235 msg/s
# udp rx:   1133 MB/s   826980 calls/s
# udp tx:   1135 MB/s    19251 calls/s  19251 msg/s
# udp rx:   1136 MB/s   828707 calls/s
# udp tx:   1129 MB/s    19165 calls/s  19165 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__->