make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.sh TTEST_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:   1172 MB/s    19884 calls/s  19884 msg/s
# tcp rx:   1174 MB/s   125321 calls/s
# tcp tx:   1003 MB/s    17019 calls/s  17019 msg/s
# tcp rx:   1034 MB/s   125572 calls/s
# tcp tx:   1018 MB/s    17272 calls/s  17272 msg/s
# tcp rx:   1015 MB/s   123331 calls/s
# tcp tx:   1075 MB/s    18237 calls/s  18237 msg/s
# udp gso - over veth touching data
# udp rx:   1245 MB/s   887436 calls/s
# udp tx:   1283 MB/s    21767 calls/s  21767 msg/s
# udp rx:   1354 MB/s   964639 calls/s
# udp tx:   1359 MB/s    23051 calls/s  23051 msg/s
# udp rx:   1344 MB/s   957650 calls/s
# udp tx:   1347 MB/s    22859 calls/s  22859 msg/s
# udp rx:   1345 MB/s   958720 calls/s
# udp tx:   1348 MB/s    22871 calls/s  22871 msg/s
# udp gso and gro - over veth touching data
# udp rx:    652 MB/s   465148 calls/s
# udp tx:    671 MB/s    11388 calls/s  11388 msg/s
# udp rx:    679 MB/s   483887 calls/s
# udp tx:    678 MB/s    11512 calls/s  11512 msg/s
# udp rx:    671 MB/s   478483 calls/s
# udp tx:    671 MB/s    11388 calls/s  11388 msg/s
# udp rx:    676 MB/s   481672 calls/s
# udp tx:    675 MB/s    11464 calls/s  11464 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1127 MB/s    19115 calls/s  19115 msg/s
# tcp rx:   1127 MB/s   140016 calls/s
# tcp tx:   1102 MB/s    18705 calls/s  18705 msg/s
# tcp rx:   1104 MB/s   129292 calls/s
# tcp tx:   1006 MB/s    17071 calls/s  17071 msg/s
# tcp rx:   1009 MB/s   134803 calls/s
# tcp tx:   1057 MB/s    17935 calls/s  17935 msg/s
# udp gso - over veth touching data
# udp rx:   1247 MB/s   909712 calls/s
# udp tx:   1282 MB/s    21752 calls/s  21752 msg/s
# udp rx:   1285 MB/s   937678 calls/s
# udp tx:   1285 MB/s    21805 calls/s  21805 msg/s
# udp rx:   1291 MB/s   942217 calls/s
# udp tx:   1292 MB/s    21915 calls/s  21915 msg/s
# udp rx:   1292 MB/s   942987 calls/s
# udp tx:   1287 MB/s    21836 calls/s  21836 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1188 MB/s   866594 calls/s
# udp tx:   1224 MB/s    20766 calls/s  20766 msg/s
# udp rx:   1189 MB/s   867348 calls/s
# udp tx:   1183 MB/s    20075 calls/s  20075 msg/s
# udp rx:   1213 MB/s   885040 calls/s
# udp tx:   1236 MB/s    20980 calls/s  20980 msg/s
# udp rx:   1198 MB/s   873812 calls/s
# udp tx:   1202 MB/s    20393 calls/s  20393 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__->