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:    933 MB/s    15836 calls/s  15836 msg/s
# tcp rx:    934 MB/s    50568 calls/s
# tcp tx:    743 MB/s    12604 calls/s  12604 msg/s
# tcp rx:    744 MB/s    44715 calls/s
# tcp tx:    544 MB/s     9228 calls/s   9228 msg/s
# tcp rx:    544 MB/s    32703 calls/s
# tcp tx:    582 MB/s     9875 calls/s   9875 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:    502 MB/s   364200 calls/s
# udp tx:    749 MB/s    12717 calls/s  12717 msg/s
# udp rx:    544 MB/s   394240 calls/s
# udp tx:    793 MB/s    13455 calls/s  13455 msg/s
# udp rx:    542 MB/s   392704 calls/s
# udp tx:    811 MB/s    13758 calls/s  13758 msg/s
# udp rx:    545 MB/s   395192 calls/s
# udp tx:    783 MB/s    13288 calls/s  13288 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:    604 MB/s   440871 calls/s
# udp tx:    623 MB/s    10571 calls/s  10571 msg/s
# udp rx:    640 MB/s   466804 calls/s
# udp tx:    642 MB/s    10899 calls/s  10899 msg/s
# udp rx:    648 MB/s   472963 calls/s
# udp tx:    649 MB/s    11009 calls/s  11009 msg/s
# udp rx:    650 MB/s   474755 calls/s
# udp tx:    651 MB/s    11054 calls/s  11054 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__->