make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:   1027 MB/s    17430 calls/s  17430 msg/s
# tcp rx:   1028 MB/s    52331 calls/s
# tcp tx:   1016 MB/s    17235 calls/s  17235 msg/s
# tcp rx:   1019 MB/s    51672 calls/s
# tcp tx:   1001 MB/s    16993 calls/s  16993 msg/s
# tcp rx:   1002 MB/s    50936 calls/s
# tcp tx:    999 MB/s    16959 calls/s  16959 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:    602 MB/s   436480 calls/s
# udp tx:   1336 MB/s    22669 calls/s  22669 msg/s
# udp rx:    611 MB/s   442880 calls/s
# udp tx:   1325 MB/s    22482 calls/s  22482 msg/s
# udp rx:    626 MB/s   453888 calls/s
# udp tx:   1321 MB/s    22420 calls/s  22420 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1308 MB/s    22195 calls/s  22195 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:   1133 MB/s   826703 calls/s
# udp tx:   1159 MB/s    19663 calls/s  19663 msg/s
# udp rx:   1174 MB/s   856635 calls/s
# udp tx:   1175 MB/s    19934 calls/s  19934 msg/s
# udp rx:   1169 MB/s   852790 calls/s
# udp tx:   1169 MB/s    19834 calls/s  19834 msg/s
# udp rx:   1099 MB/s   801673 calls/s
# udp tx:   1091 MB/s    18506 calls/s  18506 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__->