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:   1394 MB/s    23654 calls/s  23654 msg/s
# tcp rx:   1395 MB/s    58342 calls/s
# tcp tx:   1358 MB/s    23041 calls/s  23041 msg/s
# tcp rx:   1360 MB/s    58555 calls/s
# tcp tx:   1395 MB/s    23662 calls/s  23662 msg/s
# tcp rx:   1396 MB/s    59573 calls/s
# tcp tx:   1407 MB/s    23877 calls/s  23877 msg/s
# udp gso - over veth touching data
# udp rx:    572 MB/s   407640 calls/s
# udp tx:    586 MB/s     9951 calls/s   9951 msg/s
# udp rx:    605 MB/s   431272 calls/s
# udp tx:    605 MB/s    10264 calls/s  10264 msg/s
# udp rx:    600 MB/s   427478 calls/s
# udp tx:    599 MB/s    10165 calls/s  10165 msg/s
# udp rx:    601 MB/s   428588 calls/s
# udp tx:    601 MB/s    10198 calls/s  10198 msg/s
# udp gso and gro - over veth touching data
# udp rx:    893 MB/s    15048 calls/s
# udp tx:    914 MB/s    15504 calls/s  15504 msg/s
# udp rx:    934 MB/s    15849 calls/s
# udp tx:    934 MB/s    15850 calls/s  15850 msg/s
# udp rx:   1372 MB/s    23282 calls/s
# udp tx:   1374 MB/s    23314 calls/s  23314 msg/s
# udp rx:   1100 MB/s    18663 calls/s
# udp tx:   1098 MB/s    18631 calls/s  18631 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1395 MB/s    23670 calls/s  23670 msg/s
# tcp rx:   1396 MB/s    66239 calls/s
# tcp tx:   1403 MB/s    23799 calls/s  23799 msg/s
# tcp rx:   1404 MB/s    63677 calls/s
# tcp tx:   1345 MB/s    22817 calls/s  22817 msg/s
# tcp rx:   1346 MB/s    62491 calls/s
# tcp tx:   1336 MB/s    22670 calls/s  22670 msg/s
# udp gso - over veth touching data
# udp rx:    648 MB/s   472795 calls/s
# udp tx:    667 MB/s    11327 calls/s  11327 msg/s
# udp rx:    672 MB/s   490310 calls/s
# udp tx:    671 MB/s    11394 calls/s  11394 msg/s
# udp rx:    680 MB/s   496603 calls/s
# udp tx:    680 MB/s    11541 calls/s  11541 msg/s
# udp rx:    680 MB/s   496537 calls/s
# udp tx:    680 MB/s    11541 calls/s  11541 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1015 MB/s    17231 calls/s
# udp tx:   1050 MB/s    17815 calls/s  17815 msg/s
# udp rx:   1032 MB/s    17518 calls/s
# udp tx:   1030 MB/s    17485 calls/s  17485 msg/s
# udp rx:   1023 MB/s    17354 calls/s
# udp tx:   1022 MB/s    17338 calls/s  17338 msg/s
# udp rx:   1015 MB/s    17217 calls/s
# udp tx:   1014 MB/s    17204 calls/s  17204 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__->