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:    994 MB/s    16863 calls/s  16863 msg/s
# tcp rx:    994 MB/s    51517 calls/s
# tcp tx:    965 MB/s    16378 calls/s  16378 msg/s
# tcp rx:    967 MB/s    50082 calls/s
# tcp tx:    935 MB/s    15867 calls/s  15867 msg/s
# tcp rx:    936 MB/s    48985 calls/s
# tcp tx:    877 MB/s    14882 calls/s  14882 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:    607 MB/s   440022 calls/s
# udp tx:   1141 MB/s    19359 calls/s  19359 msg/s
# udp rx:    659 MB/s   477735 calls/s
# udp tx:   1218 MB/s    20673 calls/s  20673 msg/s
# udp rx:    623 MB/s   451328 calls/s
# udp tx:   1263 MB/s    21433 calls/s  21433 msg/s
# udp rx:    666 MB/s   483072 calls/s
# udp tx:   1217 MB/s    20645 calls/s  20645 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:   1031 MB/s   752305 calls/s
# udp tx:   1060 MB/s    17991 calls/s  17991 msg/s
# udp rx:   1144 MB/s   834588 calls/s
# udp tx:   1143 MB/s    19394 calls/s  19394 msg/s
# udp rx:   1132 MB/s   826085 calls/s
# udp tx:   1131 MB/s    19187 calls/s  19187 msg/s
# udp rx:   1151 MB/s   839778 calls/s
# udp tx:   1151 MB/s    19523 calls/s  19523 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__->