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:    975 MB/s    16545 calls/s  16545 msg/s
# tcp rx:    976 MB/s    50689 calls/s
# tcp tx:    995 MB/s    16885 calls/s  16885 msg/s
# tcp rx:    996 MB/s    51946 calls/s
# tcp tx:    990 MB/s    16794 calls/s  16794 msg/s
# tcp rx:    991 MB/s    52408 calls/s
# tcp tx:   1044 MB/s    17714 calls/s  17714 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:    635 MB/s   460544 calls/s
# udp tx:   1281 MB/s    21735 calls/s  21735 msg/s
# udp rx:    666 MB/s   483840 calls/s
# udp tx:   1302 MB/s    22087 calls/s  22087 msg/s
# udp rx:    669 MB/s   485120 calls/s
# udp tx:   1155 MB/s    19599 calls/s  19599 msg/s
# udp rx:    668 MB/s   484352 calls/s
# udp tx:   1192 MB/s    20218 calls/s  20218 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:   1099 MB/s   802129 calls/s
# udp tx:   1123 MB/s    19062 calls/s  19062 msg/s
# udp rx:   1122 MB/s   818693 calls/s
# udp tx:   1121 MB/s    19024 calls/s  19024 msg/s
# udp rx:   1065 MB/s   776833 calls/s
# udp tx:   1059 MB/s    17964 calls/s  17964 msg/s
# udp rx:    960 MB/s   700502 calls/s
# udp tx:    955 MB/s    16201 calls/s  16201 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__->