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:    622 MB/s    10562 calls/s  10562 msg/s
# tcp rx:    623 MB/s    32476 calls/s
# tcp tx:    625 MB/s    10614 calls/s  10614 msg/s
# tcp rx:    627 MB/s    32395 calls/s
# tcp tx:    652 MB/s    11059 calls/s  11059 msg/s
# tcp rx:    652 MB/s    33561 calls/s
# tcp tx:    627 MB/s    10648 calls/s  10648 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   460169 calls/s
# udp tx:   1217 MB/s    20645 calls/s  20645 msg/s
# udp rx:    654 MB/s   474930 calls/s
# udp tx:   1167 MB/s    19800 calls/s  19800 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1277 MB/s    21670 calls/s  21670 msg/s
# udp rx:    666 MB/s   482560 calls/s
# udp tx:   1260 MB/s    21373 calls/s  21373 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:   1065 MB/s   777209 calls/s
# udp tx:   1091 MB/s    18506 calls/s  18506 msg/s
# udp rx:   1150 MB/s   838794 calls/s
# udp tx:   1149 MB/s    19502 calls/s  19502 msg/s
# udp rx:   1126 MB/s   821787 calls/s
# udp tx:   1126 MB/s    19101 calls/s  19101 msg/s
# udp rx:   1142 MB/s   833369 calls/s
# udp tx:   1142 MB/s    19371 calls/s  19371 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__->