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:    949 MB/s    16108 calls/s  16108 msg/s
# tcp rx:    949 MB/s    50039 calls/s
# tcp tx:    969 MB/s    16440 calls/s  16440 msg/s
# tcp rx:    982 MB/s    49351 calls/s
# tcp tx:    942 MB/s    15991 calls/s  15991 msg/s
# tcp rx:    943 MB/s    47956 calls/s
# tcp tx:    947 MB/s    16077 calls/s  16077 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   439808 calls/s
# udp tx:   1289 MB/s    21869 calls/s  21869 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1186 MB/s    20129 calls/s  20129 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1285 MB/s    21801 calls/s  21801 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1241 MB/s    21050 calls/s  21050 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:   1057 MB/s   771315 calls/s
# udp tx:   1091 MB/s    18521 calls/s  18521 msg/s
# udp rx:   1159 MB/s   845735 calls/s
# udp tx:   1161 MB/s    19708 calls/s  19708 msg/s
# udp rx:   1157 MB/s   844404 calls/s
# udp tx:   1158 MB/s    19656 calls/s  19656 msg/s
# udp rx:   1159 MB/s   845396 calls/s
# udp tx:   1160 MB/s    19680 calls/s  19680 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__->