make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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_bench.sh
# ipv4
# tcp - over veth touching data
# tcp tx:    579 MB/s     9827 calls/s   9827 msg/s
# tcp rx:    581 MB/s    82379 calls/s
# tcp tx:    576 MB/s     9775 calls/s   9775 msg/s
# tcp rx:    576 MB/s    82130 calls/s
# tcp tx:    568 MB/s     9636 calls/s   9636 msg/s
# tcp rx:    568 MB/s    77251 calls/s
# tcp tx:    556 MB/s     9439 calls/s   9439 msg/s
# udp gso - over veth touching data
# udp rx:   1092 MB/s   778369 calls/s
# udp tx:   1124 MB/s    19076 calls/s  19076 msg/s
# udp rx:   1120 MB/s   798013 calls/s
# udp tx:   1116 MB/s    18941 calls/s  18941 msg/s
# udp rx:   1207 MB/s   860202 calls/s
# udp tx:   1207 MB/s    20488 calls/s  20488 msg/s
# udp rx:   1220 MB/s   869570 calls/s
# udp tx:   1219 MB/s    20683 calls/s  20683 msg/s
# udp gso and gro - over veth touching data
# udp rx:    535 MB/s   381532 calls/s
# udp tx:    549 MB/s     9328 calls/s   9328 msg/s
# udp rx:    584 MB/s   416475 calls/s
# udp tx:    586 MB/s     9949 calls/s   9949 msg/s
# udp rx:    582 MB/s   414872 calls/s
# udp tx:    583 MB/s     9903 calls/s   9903 msg/s
# udp rx:    602 MB/s   429181 calls/s
# udp tx:    604 MB/s    10258 calls/s  10258 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    894 MB/s    15175 calls/s  15175 msg/s
# tcp rx:    896 MB/s   151009 calls/s
# tcp tx:    830 MB/s    14081 calls/s  14081 msg/s
# tcp rx:    830 MB/s   150052 calls/s
# tcp tx:    808 MB/s    13706 calls/s  13706 msg/s
# tcp rx:    809 MB/s   152105 calls/s
# tcp tx:    827 MB/s    14040 calls/s  14040 msg/s
# udp gso - over veth touching data
# udp rx:   1214 MB/s   885477 calls/s
# udp tx:   1242 MB/s    21068 calls/s  21068 msg/s
# udp rx:   1238 MB/s   903583 calls/s
# udp tx:   1238 MB/s    20999 calls/s  20999 msg/s
# udp rx:   1230 MB/s   897095 calls/s
# udp tx:   1229 MB/s    20854 calls/s  20854 msg/s
# udp rx:   1260 MB/s   919173 calls/s
# udp tx:   1260 MB/s    21378 calls/s  21378 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1170 MB/s   853934 calls/s
# udp tx:   1198 MB/s    20329 calls/s  20329 msg/s
# udp rx:   1206 MB/s   879863 calls/s
# udp tx:   1205 MB/s    20451 calls/s  20451 msg/s
# udp rx:   1204 MB/s   878242 calls/s
# udp tx:   1203 MB/s    20416 calls/s  20416 msg/s
# udp rx:   1194 MB/s   871008 calls/s
# udp tx:   1193 MB/s    20251 calls/s  20251 msg/s
ok 1 selftests: net: udpgro_bench.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__->