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 6000
# 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:    640 MB/s    10855 calls/s  10855 msg/s
# tcp rx:    640 MB/s    25571 calls/s
# tcp tx:    673 MB/s    11421 calls/s  11421 msg/s
# tcp rx:    673 MB/s    25151 calls/s
# tcp tx:    683 MB/s    11592 calls/s  11592 msg/s
# tcp rx:    684 MB/s    23467 calls/s
# tcp tx:    594 MB/s    10084 calls/s  10084 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:    354 MB/s   257903 calls/s
# udp tx:    459 MB/s     7796 calls/s   7796 msg/s
# udp rx:    438 MB/s   319098 calls/s
# udp tx:    511 MB/s     8682 calls/s   8682 msg/s
# udp rx:    496 MB/s   360941 calls/s
# udp tx:    578 MB/s     9807 calls/s   9807 msg/s
# udp rx:    543 MB/s   395148 calls/s
# udp tx:    612 MB/s    10380 calls/s  10380 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:    574 MB/s   418968 calls/s
# udp tx:    592 MB/s    10048 calls/s  10048 msg/s
# udp rx:    581 MB/s   423759 calls/s
# udp tx:    577 MB/s     9796 calls/s   9796 msg/s
# udp rx:    635 MB/s   463282 calls/s
# udp tx:    638 MB/s    10823 calls/s  10823 msg/s
# udp rx:    621 MB/s   453392 calls/s
# udp tx:    620 MB/s    10532 calls/s  10532 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__->