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:    948 MB/s    16091 calls/s  16091 msg/s
# tcp rx:    949 MB/s    50896 calls/s
# tcp tx:    944 MB/s    16014 calls/s  16014 msg/s
# tcp rx:    957 MB/s    49084 calls/s
# tcp tx:    936 MB/s    15877 calls/s  15877 msg/s
# tcp rx:    940 MB/s    48543 calls/s
# tcp tx:    870 MB/s    14762 calls/s  14762 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:    621 MB/s   450519 calls/s
# udp tx:   1288 MB/s    21860 calls/s  21860 msg/s
# udp rx:    664 MB/s   481019 calls/s
# udp tx:   1196 MB/s    20290 calls/s  20290 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1227 MB/s    20812 calls/s  20812 msg/s
# udp rx:    656 MB/s   475648 calls/s
# udp tx:   1206 MB/s    20471 calls/s  20471 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:   1061 MB/s   774019 calls/s
# udp tx:   1086 MB/s    18424 calls/s  18424 msg/s
# udp rx:   1141 MB/s   832868 calls/s
# udp tx:   1141 MB/s    19359 calls/s  19359 msg/s
# udp rx:   1155 MB/s   842517 calls/s
# udp tx:   1155 MB/s    19590 calls/s  19590 msg/s
# udp rx:   1154 MB/s   842308 calls/s
# udp tx:   1154 MB/s    19580 calls/s  19580 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__->