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:    795 MB/s    13492 calls/s  13492 msg/s
# tcp rx:    810 MB/s    64630 calls/s
# tcp tx:    796 MB/s    13516 calls/s  13516 msg/s
# tcp rx:    803 MB/s    62315 calls/s
# tcp tx:    822 MB/s    13948 calls/s  13948 msg/s
# tcp rx:    824 MB/s    62620 calls/s
# tcp tx:    789 MB/s    13385 calls/s  13385 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:    579 MB/s   419584 calls/s
# udp tx:   1285 MB/s    21796 calls/s  21796 msg/s
# udp rx:    628 MB/s   455424 calls/s
# udp tx:   1318 MB/s    22364 calls/s  22364 msg/s
# udp rx:    608 MB/s   440576 calls/s
# udp tx:   1306 MB/s    22158 calls/s  22158 msg/s
# udp rx:    670 MB/s   485376 calls/s
# udp tx:   1265 MB/s    21471 calls/s  21471 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:   1159 MB/s   845832 calls/s
# udp tx:   1181 MB/s    20043 calls/s  20043 msg/s
# udp rx:   1185 MB/s   864949 calls/s
# udp tx:   1185 MB/s    20108 calls/s  20108 msg/s
# udp rx:   1183 MB/s   862960 calls/s
# udp tx:   1182 MB/s    20059 calls/s  20059 msg/s
# udp rx:   1182 MB/s   862500 calls/s
# udp tx:   1181 MB/s    20046 calls/s  20046 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__->