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:    941 MB/s    15961 calls/s  15961 msg/s
# tcp rx:    941 MB/s    50699 calls/s
# tcp tx:    914 MB/s    15518 calls/s  15518 msg/s
# tcp rx:    916 MB/s    48890 calls/s
# tcp tx:    904 MB/s    15341 calls/s  15341 msg/s
# tcp rx:    905 MB/s    48241 calls/s
# tcp tx:    911 MB/s    15461 calls/s  15461 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:    598 MB/s   433920 calls/s
# udp tx:   1234 MB/s    20942 calls/s  20942 msg/s
# udp rx:    605 MB/s   438800 calls/s
# udp tx:   1309 MB/s    22213 calls/s  22213 msg/s
# udp rx:    661 MB/s   479295 calls/s
# udp tx:   1289 MB/s    21868 calls/s  21868 msg/s
# udp rx:    631 MB/s   457055 calls/s
# udp tx:   1300 MB/s    22057 calls/s  22057 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:   1130 MB/s   824150 calls/s
# udp tx:   1158 MB/s    19654 calls/s  19654 msg/s
# udp rx:   1129 MB/s   823414 calls/s
# udp tx:   1131 MB/s    19191 calls/s  19191 msg/s
# udp rx:   1154 MB/s   842042 calls/s
# udp tx:   1155 MB/s    19601 calls/s  19601 msg/s
# udp rx:   1155 MB/s   842389 calls/s
# udp tx:   1157 MB/s    19624 calls/s  19624 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__->