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:    895 MB/s    15190 calls/s  15190 msg/s
# tcp rx:    896 MB/s    50702 calls/s
# tcp tx:    912 MB/s    15484 calls/s  15484 msg/s
# tcp rx:    913 MB/s    49618 calls/s
# tcp tx:    850 MB/s    14421 calls/s  14421 msg/s
# tcp rx:    851 MB/s    51853 calls/s
# tcp tx:    683 MB/s    11590 calls/s  11590 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:    486 MB/s   352847 calls/s
# udp tx:    817 MB/s    13868 calls/s  13868 msg/s
# udp rx:    541 MB/s   392192 calls/s
# udp tx:    781 MB/s    13253 calls/s  13253 msg/s
# udp rx:    546 MB/s   396288 calls/s
# udp tx:    801 MB/s    13595 calls/s  13595 msg/s
# udp rx:    558 MB/s   404736 calls/s
# udp tx:    798 MB/s    13544 calls/s  13544 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:   1042 MB/s   760124 calls/s
# udp tx:   1075 MB/s    18249 calls/s  18249 msg/s
# udp rx:   1100 MB/s   802759 calls/s
# udp tx:   1100 MB/s    18668 calls/s  18668 msg/s
# udp rx:   1113 MB/s   811878 calls/s
# udp tx:   1111 MB/s    18845 calls/s  18845 msg/s
# udp rx:   1097 MB/s   800242 calls/s
# udp tx:   1093 MB/s    18552 calls/s  18552 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__->