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:   1064 MB/s    18050 calls/s  18050 msg/s
# tcp rx:   1064 MB/s   145424 calls/s
# tcp tx:   1001 MB/s    16991 calls/s  16991 msg/s
# tcp rx:   1002 MB/s   135758 calls/s
# tcp tx:   1041 MB/s    17665 calls/s  17665 msg/s
# tcp rx:   1043 MB/s   132408 calls/s
# tcp tx:   1020 MB/s    17311 calls/s  17311 msg/s
# udp gso - over veth touching data
# udp rx:   1164 MB/s   829576 calls/s
# udp tx:   1183 MB/s    20072 calls/s  20072 msg/s
# udp rx:   1196 MB/s   852044 calls/s
# udp tx:   1204 MB/s    20434 calls/s  20434 msg/s
# udp rx:   1214 MB/s   864925 calls/s
# udp tx:   1216 MB/s    20635 calls/s  20635 msg/s
# udp rx:   1165 MB/s   830512 calls/s
# udp tx:   1157 MB/s    19626 calls/s  19626 msg/s
# udp gso and gro - over veth touching data
# udp rx:    934 MB/s   665926 calls/s
# udp tx:    950 MB/s    16126 calls/s  16126 msg/s
# udp rx:    658 MB/s   468864 calls/s
# udp tx:    658 MB/s    11169 calls/s  11169 msg/s
# udp rx:    657 MB/s   468055 calls/s
# udp tx:    656 MB/s    11140 calls/s  11140 msg/s
# udp rx:    678 MB/s   483009 calls/s
# udp tx:    679 MB/s    11517 calls/s  11517 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    918 MB/s    15572 calls/s  15572 msg/s
# tcp rx:    919 MB/s   117437 calls/s
# tcp tx:   1130 MB/s    19180 calls/s  19180 msg/s
# tcp rx:   1132 MB/s   138952 calls/s
# tcp tx:   1135 MB/s    19266 calls/s  19266 msg/s
# tcp rx:   1136 MB/s   137838 calls/s
# tcp tx:   1127 MB/s    19125 calls/s  19125 msg/s
# udp gso - over veth touching data
# udp rx:   1218 MB/s   888955 calls/s
# udp tx:   1243 MB/s    21093 calls/s  21093 msg/s
# udp rx:   1262 MB/s   920935 calls/s
# udp tx:   1265 MB/s    21465 calls/s  21465 msg/s
# udp rx:   1164 MB/s   849556 calls/s
# udp tx:   1169 MB/s    19834 calls/s  19834 msg/s
# udp rx:   1228 MB/s   896126 calls/s
# udp tx:   1230 MB/s    20863 calls/s  20863 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1107 MB/s   807699 calls/s
# udp tx:   1133 MB/s    19233 calls/s  19233 msg/s
# udp rx:   1298 MB/s   946723 calls/s
# udp tx:   1299 MB/s    22047 calls/s  22047 msg/s
# udp rx:   1304 MB/s   951215 calls/s
# udp tx:   1303 MB/s    22104 calls/s  22104 msg/s
# udp rx:   1290 MB/s   940838 calls/s
# udp tx:   1289 MB/s    21876 calls/s  21876 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__->