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    14657 calls/s  14657 msg/s
# tcp rx:    864 MB/s    97545 calls/s
# tcp tx:    873 MB/s    14819 calls/s  14819 msg/s
# tcp rx:    873 MB/s    98882 calls/s
# tcp tx:    838 MB/s    14215 calls/s  14215 msg/s
# tcp rx:    838 MB/s    95433 calls/s
# tcp tx:    808 MB/s    13708 calls/s  13708 msg/s
# udp gso - over veth touching data
# udp rx:   1253 MB/s   893233 calls/s
# udp tx:   1297 MB/s    22003 calls/s  22003 msg/s
# udp rx:   1292 MB/s   920356 calls/s
# udp tx:   1295 MB/s    21975 calls/s  21975 msg/s
# udp rx:   1306 MB/s   930347 calls/s
# udp tx:   1311 MB/s    22236 calls/s  22236 msg/s
# udp rx:   1290 MB/s   919571 calls/s
# udp tx:   1294 MB/s    21963 calls/s  21963 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1281 MB/s   912637 calls/s
# udp tx:   1320 MB/s    22393 calls/s  22393 msg/s
# udp rx:   1308 MB/s   932091 calls/s
# udp tx:   1306 MB/s    22159 calls/s  22159 msg/s
# udp rx:    838 MB/s   597136 calls/s
# udp tx:    823 MB/s    13960 calls/s  13960 msg/s
# udp rx:    694 MB/s   494989 calls/s
# udp tx:    694 MB/s    11784 calls/s  11784 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1069 MB/s    18147 calls/s  18147 msg/s
# tcp rx:   1104 MB/s   134803 calls/s
# tcp tx:   1076 MB/s    18252 calls/s  18252 msg/s
# tcp rx:   1074 MB/s   134224 calls/s
# tcp tx:   1049 MB/s    17796 calls/s  17796 msg/s
# tcp rx:   1047 MB/s   131087 calls/s
# tcp tx:    924 MB/s    15675 calls/s  15675 msg/s
# udp gso - over veth touching data
# udp rx:   1163 MB/s   848914 calls/s
# udp tx:   1207 MB/s    20474 calls/s  20474 msg/s
# udp rx:   1264 MB/s   922427 calls/s
# udp tx:   1270 MB/s    21551 calls/s  21551 msg/s
# udp rx:   1274 MB/s   929323 calls/s
# udp tx:   1279 MB/s    21703 calls/s  21703 msg/s
# udp rx:   1260 MB/s   919106 calls/s
# udp tx:   1264 MB/s    21451 calls/s  21451 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1076 MB/s   785273 calls/s
# udp tx:   1118 MB/s    18976 calls/s  18976 msg/s
# udp rx:   1229 MB/s   896465 calls/s
# udp tx:   1233 MB/s    20925 calls/s  20925 msg/s
# udp rx:   1240 MB/s   904819 calls/s
# udp tx:   1242 MB/s    21081 calls/s  21081 msg/s
# udp rx:   1237 MB/s   902400 calls/s
# udp tx:   1239 MB/s    21023 calls/s  21023 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__->