make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    804 MB/s    13651 calls/s  13651 msg/s
# tcp rx:    805 MB/s    66835 calls/s
# tcp tx:    826 MB/s    14019 calls/s  14019 msg/s
# tcp rx:    827 MB/s    66996 calls/s
# tcp tx:    826 MB/s    14018 calls/s  14018 msg/s
# tcp rx:    827 MB/s    66697 calls/s
# tcp tx:    837 MB/s    14212 calls/s  14212 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:    541 MB/s   392743 calls/s
# udp tx:    861 MB/s    14605 calls/s  14605 msg/s
# udp rx:    671 MB/s   486656 calls/s
# udp tx:   1219 MB/s    20690 calls/s  20690 msg/s
# udp rx:    670 MB/s   486144 calls/s
# udp tx:   1168 MB/s    19814 calls/s  19814 msg/s
# udp rx:    673 MB/s   487424 calls/s
# udp tx:   1261 MB/s    21399 calls/s  21399 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:   1106 MB/s   807037 calls/s
# udp tx:   1127 MB/s    19116 calls/s  19116 msg/s
# udp rx:   1138 MB/s   830370 calls/s
# udp tx:   1138 MB/s    19307 calls/s  19307 msg/s
# udp rx:   1126 MB/s   821797 calls/s
# udp tx:   1127 MB/s    19121 calls/s  19121 msg/s
# udp rx:   1093 MB/s   797501 calls/s
# udp tx:   1094 MB/s    18563 calls/s  18563 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__->