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:    564 MB/s     9569 calls/s   9569 msg/s
# tcp rx:    564 MB/s    32656 calls/s
# tcp tx:    562 MB/s     9540 calls/s   9540 msg/s
# tcp rx:    570 MB/s    32119 calls/s
# tcp tx:    633 MB/s    10753 calls/s  10753 msg/s
# tcp rx:    630 MB/s    31743 calls/s
# tcp tx:    720 MB/s    12212 calls/s  12212 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:    600 MB/s   434944 calls/s
# udp tx:   1187 MB/s    20141 calls/s  20141 msg/s
# udp rx:    628 MB/s   455424 calls/s
# udp tx:   1193 MB/s    20243 calls/s  20243 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1251 MB/s    21224 calls/s  21224 msg/s
# udp rx:    662 MB/s   479488 calls/s
# udp tx:   1266 MB/s    21486 calls/s  21486 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:    611 MB/s   445697 calls/s
# udp tx:    625 MB/s    10606 calls/s  10606 msg/s
# udp rx:    638 MB/s   465334 calls/s
# udp tx:    637 MB/s    10812 calls/s  10812 msg/s
# udp rx:    619 MB/s   452096 calls/s
# udp tx:    619 MB/s    10500 calls/s  10500 msg/s
# udp rx:    588 MB/s   429040 calls/s
# udp tx:    588 MB/s     9975 calls/s   9975 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__->