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:    978 MB/s    16590 calls/s  16590 msg/s
# tcp rx:   1016 MB/s    51586 calls/s
# tcp tx:    956 MB/s    16224 calls/s  16224 msg/s
# tcp rx:    948 MB/s    48857 calls/s
# tcp tx:    955 MB/s    16207 calls/s  16207 msg/s
# tcp rx:    971 MB/s    46421 calls/s
# tcp tx:    966 MB/s    16392 calls/s  16392 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:    651 MB/s   471808 calls/s
# udp tx:   1258 MB/s    21352 calls/s  21352 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1277 MB/s    21668 calls/s  21668 msg/s
# udp rx:    664 MB/s   481792 calls/s
# udp tx:   1233 MB/s    20929 calls/s  20929 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1298 MB/s    22026 calls/s  22026 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:   1100 MB/s   802438 calls/s
# udp tx:   1125 MB/s    19094 calls/s  19094 msg/s
# udp rx:   1157 MB/s   844347 calls/s
# udp tx:   1160 MB/s    19677 calls/s  19677 msg/s
# udp rx:   1156 MB/s   843565 calls/s
# udp tx:   1158 MB/s    19651 calls/s  19651 msg/s
# udp rx:   1136 MB/s   828617 calls/s
# udp tx:   1138 MB/s    19314 calls/s  19314 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__->