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:    614 MB/s    10430 calls/s  10430 msg/s
# tcp rx:    615 MB/s    32196 calls/s
# tcp tx:    632 MB/s    10734 calls/s  10734 msg/s
# tcp rx:    632 MB/s    33057 calls/s
# tcp tx:    671 MB/s    11384 calls/s  11384 msg/s
# tcp rx:    672 MB/s    34671 calls/s
# tcp tx:    744 MB/s    12627 calls/s  12627 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:    538 MB/s   390912 calls/s
# udp tx:    731 MB/s    12410 calls/s  12410 msg/s
# udp rx:    551 MB/s   399980 calls/s
# udp tx:    759 MB/s    12879 calls/s  12879 msg/s
# udp rx:    549 MB/s   398242 calls/s
# udp tx:    771 MB/s    13087 calls/s  13087 msg/s
# udp rx:    550 MB/s   398787 calls/s
# udp tx:    771 MB/s    13087 calls/s  13087 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:   1125 MB/s   820890 calls/s
# udp tx:   1149 MB/s    19488 calls/s  19488 msg/s
# udp rx:   1144 MB/s   834390 calls/s
# udp tx:   1143 MB/s    19394 calls/s  19394 msg/s
# udp rx:   1096 MB/s   799882 calls/s
# udp tx:   1095 MB/s    18581 calls/s  18581 msg/s
# udp rx:    729 MB/s   531933 calls/s
# udp tx:    721 MB/s    12229 calls/s  12229 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__->