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:    959 MB/s    16268 calls/s  16268 msg/s
# tcp rx:    959 MB/s    50473 calls/s
# tcp tx:    859 MB/s    14583 calls/s  14583 msg/s
# tcp rx:    860 MB/s    43380 calls/s
# tcp tx:    633 MB/s    10738 calls/s  10738 msg/s
# tcp rx:    633 MB/s    32468 calls/s
# tcp tx:    633 MB/s    10747 calls/s  10747 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:    516 MB/s   374363 calls/s
# udp tx:    758 MB/s    12864 calls/s  12864 msg/s
# udp rx:    564 MB/s   409915 calls/s
# udp tx:    697 MB/s    11830 calls/s  11830 msg/s
# udp rx:    571 MB/s   414944 calls/s
# udp tx:    728 MB/s    12358 calls/s  12358 msg/s
# udp rx:    570 MB/s   414387 calls/s
# udp tx:    710 MB/s    12054 calls/s  12054 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:    605 MB/s   441742 calls/s
# udp tx:    619 MB/s    10508 calls/s  10508 msg/s
# udp rx:    621 MB/s   453177 calls/s
# udp tx:    623 MB/s    10582 calls/s  10582 msg/s
# udp rx:    618 MB/s   450846 calls/s
# udp tx:    621 MB/s    10534 calls/s  10534 msg/s
# udp rx:    619 MB/s   452079 calls/s
# udp tx:    621 MB/s    10549 calls/s  10549 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__->