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:    580 MB/s     9853 calls/s   9853 msg/s
# tcp rx:    581 MB/s    37590 calls/s
# tcp tx:    547 MB/s     9280 calls/s   9280 msg/s
# tcp rx:    547 MB/s    37800 calls/s
# tcp tx:    589 MB/s    10003 calls/s  10003 msg/s
# tcp rx:    590 MB/s    37272 calls/s
# tcp tx:    633 MB/s    10744 calls/s  10744 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:    565 MB/s   410184 calls/s
# udp tx:    731 MB/s    12414 calls/s  12414 msg/s
# udp rx:    625 MB/s   453632 calls/s
# udp tx:   1261 MB/s    21392 calls/s  21392 msg/s
# udp rx:    607 MB/s   439808 calls/s
# udp tx:   1312 MB/s    22253 calls/s  22253 msg/s
# udp rx:    648 MB/s   470016 calls/s
# udp tx:   1304 MB/s    22119 calls/s  22119 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:   1096 MB/s   799879 calls/s
# udp tx:   1128 MB/s    19133 calls/s  19133 msg/s
# udp rx:   1134 MB/s   827527 calls/s
# udp tx:   1137 MB/s    19297 calls/s  19297 msg/s
# udp rx:    772 MB/s   563274 calls/s
# udp tx:    762 MB/s    12938 calls/s  12938 msg/s
# udp rx:    631 MB/s   460227 calls/s
# udp tx:    634 MB/s    10757 calls/s  10757 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__->