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:    864 MB/s    14655 calls/s  14655 msg/s
# tcp rx:    865 MB/s   156816 calls/s
# tcp tx:    810 MB/s    13747 calls/s  13747 msg/s
# tcp rx:    815 MB/s   149538 calls/s
# tcp tx:    843 MB/s    14301 calls/s  14301 msg/s
# tcp rx:    842 MB/s   154931 calls/s
# tcp tx:    850 MB/s    14427 calls/s  14427 msg/s
# udp gso - over veth touching data
# udp rx:   1141 MB/s   813158 calls/s
# udp tx:   1157 MB/s    19625 calls/s  19625 msg/s
# udp rx:   1181 MB/s   841497 calls/s
# udp tx:   1188 MB/s    20158 calls/s  20158 msg/s
# udp rx:   1234 MB/s   879441 calls/s
# udp tx:   1234 MB/s    20944 calls/s  20944 msg/s
# udp rx:   1241 MB/s   884335 calls/s
# udp tx:   1240 MB/s    21048 calls/s  21048 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1208 MB/s   861175 calls/s
# udp tx:   1239 MB/s    21016 calls/s  21016 msg/s
# udp rx:   1255 MB/s   894077 calls/s
# udp tx:   1259 MB/s    21369 calls/s  21369 msg/s
# udp rx:   1259 MB/s   897423 calls/s
# udp tx:   1261 MB/s    21401 calls/s  21401 msg/s
# udp rx:   1233 MB/s   878755 calls/s
# udp tx:   1234 MB/s    20943 calls/s  20943 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    882 MB/s    14975 calls/s  14975 msg/s
# tcp rx:    883 MB/s   154637 calls/s
# tcp tx:    845 MB/s    14345 calls/s  14345 msg/s
# tcp rx:    846 MB/s   154973 calls/s
# tcp tx:    842 MB/s    14297 calls/s  14297 msg/s
# tcp rx:    843 MB/s   154530 calls/s
# tcp tx:    833 MB/s    14138 calls/s  14138 msg/s
# udp gso - over veth touching data
# udp rx:   1114 MB/s   812937 calls/s
# udp tx:   1140 MB/s    19344 calls/s  19344 msg/s
# udp rx:   1186 MB/s   865233 calls/s
# udp tx:   1185 MB/s    20115 calls/s  20115 msg/s
# udp rx:   1143 MB/s   834298 calls/s
# udp tx:   1143 MB/s    19395 calls/s  19395 msg/s
# udp rx:   1090 MB/s   795667 calls/s
# udp tx:   1100 MB/s    18666 calls/s  18666 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1144 MB/s   834974 calls/s
# udp tx:   1169 MB/s    19832 calls/s  19832 msg/s
# udp rx:   1038 MB/s   757411 calls/s
# udp tx:   1037 MB/s    17604 calls/s  17604 msg/s
# udp rx:   1127 MB/s   821999 calls/s
# udp tx:   1131 MB/s    19196 calls/s  19196 msg/s
# udp rx:   1120 MB/s   817004 calls/s
# udp tx:   1121 MB/s    19023 calls/s  19023 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__->