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:    686 MB/s    11648 calls/s  11648 msg/s
# tcp rx:    687 MB/s    38394 calls/s
# tcp tx:    520 MB/s     8827 calls/s   8827 msg/s
# tcp rx:    521 MB/s    31027 calls/s
# tcp tx:    531 MB/s     9018 calls/s   9018 msg/s
# tcp rx:    532 MB/s    31971 calls/s
# tcp tx:    536 MB/s     9105 calls/s   9105 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:    500 MB/s   362868 calls/s
# udp tx:   1103 MB/s    18717 calls/s  18717 msg/s
# udp rx:    555 MB/s   403041 calls/s
# udp tx:   1126 MB/s    19110 calls/s  19110 msg/s
# udp rx:    566 MB/s   410624 calls/s
# udp tx:   1272 MB/s    21577 calls/s  21577 msg/s
# udp rx:    503 MB/s   364675 calls/s
# udp tx:    861 MB/s    14618 calls/s  14618 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:   1111 MB/s   810485 calls/s
# udp tx:   1146 MB/s    19442 calls/s  19442 msg/s
# udp rx:   1142 MB/s   833570 calls/s
# udp tx:   1140 MB/s    19347 calls/s  19347 msg/s
# udp rx:   1149 MB/s   838636 calls/s
# udp tx:   1151 MB/s    19523 calls/s  19523 msg/s
# udp rx:   1156 MB/s   843732 calls/s
# udp tx:   1156 MB/s    19611 calls/s  19611 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__->