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:    900 MB/s    15276 calls/s  15276 msg/s
# tcp rx:    930 MB/s    51537 calls/s
# tcp tx:    880 MB/s    14932 calls/s  14932 msg/s
# tcp rx:    882 MB/s    45726 calls/s
# tcp tx:    873 MB/s    14810 calls/s  14810 msg/s
# tcp rx:    873 MB/s    44823 calls/s
# tcp tx:    860 MB/s    14593 calls/s  14593 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:    618 MB/s   448086 calls/s
# udp tx:   1212 MB/s    20558 calls/s  20558 msg/s
# udp rx:    657 MB/s   476160 calls/s
# udp tx:   1256 MB/s    21315 calls/s  21315 msg/s
# udp rx:    657 MB/s   476160 calls/s
# udp tx:   1275 MB/s    21640 calls/s  21640 msg/s
# udp rx:    657 MB/s   476416 calls/s
# udp tx:   1281 MB/s    21730 calls/s  21730 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:    575 MB/s   419981 calls/s
# udp tx:    590 MB/s    10008 calls/s  10008 msg/s
# udp rx:    622 MB/s   454347 calls/s
# udp tx:    620 MB/s    10529 calls/s  10529 msg/s
# udp rx:    628 MB/s   458567 calls/s
# udp tx:    630 MB/s    10697 calls/s  10697 msg/s
# udp rx:    624 MB/s   455472 calls/s
# udp tx:    623 MB/s    10577 calls/s  10577 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__->