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:    965 MB/s    16369 calls/s  16369 msg/s
# tcp rx:    966 MB/s    50537 calls/s
# tcp tx:    991 MB/s    16813 calls/s  16813 msg/s
# tcp rx:    992 MB/s    50952 calls/s
# tcp tx:    987 MB/s    16746 calls/s  16746 msg/s
# tcp rx:    988 MB/s    50718 calls/s
# tcp tx:    989 MB/s    16786 calls/s  16786 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:    577 MB/s   418048 calls/s
# udp tx:   1151 MB/s    19523 calls/s  19523 msg/s
# udp rx:    612 MB/s   444160 calls/s
# udp tx:   1190 MB/s    20197 calls/s  20197 msg/s
# udp rx:    568 MB/s   411648 calls/s
# udp tx:   1310 MB/s    22222 calls/s  22222 msg/s
# udp rx:    619 MB/s   448512 calls/s
# udp tx:   1292 MB/s    21920 calls/s  21920 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:   1066 MB/s   778147 calls/s
# udp tx:   1096 MB/s    18589 calls/s  18589 msg/s
# udp rx:   1129 MB/s   824099 calls/s
# udp tx:   1129 MB/s    19154 calls/s  19154 msg/s
# udp rx:   1148 MB/s   837612 calls/s
# udp tx:   1147 MB/s    19465 calls/s  19465 msg/s
# udp rx:   1149 MB/s   838630 calls/s
# udp tx:   1149 MB/s    19500 calls/s  19500 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__->