make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    587 MB/s     9969 calls/s   9969 msg/s
# tcp rx:    588 MB/s    27542 calls/s
# tcp tx:    565 MB/s     9597 calls/s   9597 msg/s
# tcp rx:    566 MB/s    25802 calls/s
# tcp tx:    610 MB/s    10350 calls/s  10350 msg/s
# tcp rx:    610 MB/s    25535 calls/s
# tcp tx:    636 MB/s    10788 calls/s  10788 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:    352 MB/s   256661 calls/s
# udp tx:    452 MB/s     7680 calls/s   7680 msg/s
# udp rx:    372 MB/s   271204 calls/s
# udp tx:    486 MB/s     8244 calls/s   8244 msg/s
# udp rx:    441 MB/s   322039 calls/s
# udp tx:    449 MB/s     7632 calls/s   7632 msg/s
# udp rx:    435 MB/s   317863 calls/s
# udp tx:    435 MB/s     7385 calls/s   7385 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:    397 MB/s   289694 calls/s
# udp tx:    412 MB/s     6990 calls/s   6990 msg/s
# udp rx:    431 MB/s   314401 calls/s
# udp tx:    431 MB/s     7320 calls/s   7320 msg/s
# udp rx:    428 MB/s   312274 calls/s
# udp tx:    427 MB/s     7249 calls/s   7249 msg/s
# udp rx:    398 MB/s   290268 calls/s
# udp tx:    398 MB/s     6751 calls/s   6751 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__->