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:    631 MB/s    10711 calls/s  10711 msg/s
# tcp rx:    632 MB/s    32573 calls/s
# tcp tx:    682 MB/s    11576 calls/s  11576 msg/s
# tcp rx:    683 MB/s    34829 calls/s
# tcp tx:    697 MB/s    11836 calls/s  11836 msg/s
# tcp rx:    698 MB/s    35517 calls/s
# tcp tx:    669 MB/s    11353 calls/s  11353 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:    601 MB/s   435712 calls/s
# udp tx:   1276 MB/s    21642 calls/s  21642 msg/s
# udp rx:    566 MB/s   410585 calls/s
# udp tx:   1301 MB/s    22071 calls/s  22071 msg/s
# udp rx:    601 MB/s   435617 calls/s
# udp tx:   1290 MB/s    21895 calls/s  21895 msg/s
# udp rx:    577 MB/s   418495 calls/s
# udp tx:   1308 MB/s    22198 calls/s  22198 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:   1052 MB/s   767237 calls/s
# udp tx:   1073 MB/s    18211 calls/s  18211 msg/s
# udp rx:   1105 MB/s   806336 calls/s
# udp tx:   1104 MB/s    18740 calls/s  18740 msg/s
# udp rx:   1129 MB/s   824093 calls/s
# udp tx:   1129 MB/s    19156 calls/s  19156 msg/s
# udp rx:   1088 MB/s   793867 calls/s
# udp tx:   1087 MB/s    18444 calls/s  18444 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__->