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:   1674 MB/s    28397 calls/s  28397 msg/s
# tcp rx:   1675 MB/s    70207 calls/s
# tcp tx:   1505 MB/s    25541 calls/s  25541 msg/s
# tcp rx:   1506 MB/s    64098 calls/s
# tcp tx:   1556 MB/s    26402 calls/s  26402 msg/s
# tcp rx:   1559 MB/s    64646 calls/s
# tcp tx:   1421 MB/s    24102 calls/s  24102 msg/s
# udp gso - over veth touching data
# udp rx:   1138 MB/s   811082 calls/s
# udp tx:   1168 MB/s    19824 calls/s  19824 msg/s
# udp rx:   1182 MB/s   842636 calls/s
# udp tx:   1181 MB/s    20041 calls/s  20041 msg/s
# udp rx:    861 MB/s   613652 calls/s
# udp tx:    849 MB/s    14416 calls/s  14416 msg/s
# udp rx:    615 MB/s   438554 calls/s
# udp tx:    615 MB/s    10446 calls/s  10446 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1733 MB/s    29394 calls/s
# udp tx:   1773 MB/s    30084 calls/s  30084 msg/s
# udp rx:   1784 MB/s    30190 calls/s
# udp tx:   1783 MB/s    30246 calls/s  30246 msg/s
# udp rx:   1751 MB/s    29702 calls/s
# udp tx:   1749 MB/s    29679 calls/s  29679 msg/s
# udp rx:   1785 MB/s    30281 calls/s
# udp tx:   1784 MB/s    30266 calls/s  30266 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1639 MB/s    27810 calls/s  27810 msg/s
# tcp rx:   1640 MB/s    66116 calls/s
# tcp tx:   1640 MB/s    27831 calls/s  27831 msg/s
# tcp rx:   1646 MB/s    65412 calls/s
# tcp tx:   1643 MB/s    27875 calls/s  27875 msg/s
# tcp rx:   1645 MB/s    65201 calls/s
# tcp tx:   1641 MB/s    27840 calls/s  27840 msg/s
# udp gso - over veth touching data
# udp rx:   1069 MB/s   779852 calls/s
# udp tx:   1100 MB/s    18669 calls/s  18669 msg/s
# udp rx:   1127 MB/s   822065 calls/s
# udp tx:   1124 MB/s    19075 calls/s  19075 msg/s
# udp rx:   1108 MB/s   808684 calls/s
# udp tx:   1109 MB/s    18818 calls/s  18818 msg/s
# udp rx:   1117 MB/s   815317 calls/s
# udp tx:   1116 MB/s    18938 calls/s  18938 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1640 MB/s    27830 calls/s
# udp tx:   1684 MB/s    28576 calls/s  28576 msg/s
# udp rx:   1680 MB/s    28517 calls/s
# udp tx:   1679 MB/s    28489 calls/s  28489 msg/s
# udp rx:   1675 MB/s    28422 calls/s
# udp tx:   1674 MB/s    28395 calls/s  28395 msg/s
# udp rx:   1676 MB/s    28440 calls/s
# udp tx:   1675 MB/s    28421 calls/s  28421 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__->