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:   1074 MB/s    18218 calls/s  18218 msg/s
# tcp rx:   1074 MB/s   137124 calls/s
# tcp tx:    989 MB/s    16776 calls/s  16776 msg/s
# tcp rx:    995 MB/s   127447 calls/s
# tcp tx:    990 MB/s    16795 calls/s  16795 msg/s
# tcp rx:    994 MB/s   127327 calls/s
# tcp tx:   1063 MB/s    18040 calls/s  18040 msg/s
# udp gso - over veth touching data
# udp rx:    615 MB/s   438140 calls/s
# udp tx:    633 MB/s    10745 calls/s  10745 msg/s
# udp rx:    644 MB/s   459382 calls/s
# udp tx:    649 MB/s    11016 calls/s  11016 msg/s
# udp rx:    649 MB/s   462549 calls/s
# udp tx:    653 MB/s    11082 calls/s  11082 msg/s
# udp rx:    699 MB/s   498046 calls/s
# udp tx:    703 MB/s    11928 calls/s  11928 msg/s
# udp gso and gro - over veth touching data
# udp rx:    598 MB/s   426553 calls/s
# udp tx:    615 MB/s    10447 calls/s  10447 msg/s
# udp rx:    620 MB/s   442036 calls/s
# udp tx:    619 MB/s    10510 calls/s  10510 msg/s
# udp rx:    645 MB/s   459844 calls/s
# udp tx:    645 MB/s    10954 calls/s  10954 msg/s
# udp rx:    649 MB/s   462669 calls/s
# udp tx:    649 MB/s    11009 calls/s  11009 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1152 MB/s    19542 calls/s  19542 msg/s
# tcp rx:   1176 MB/s   139377 calls/s
# tcp tx:   1095 MB/s    18578 calls/s  18578 msg/s
# tcp rx:   1096 MB/s   127839 calls/s
# tcp tx:   1086 MB/s    18436 calls/s  18436 msg/s
# tcp rx:   1168 MB/s   126203 calls/s
# tcp tx:   1110 MB/s    18835 calls/s  18835 msg/s
# udp gso - over veth touching data
# udp rx:    633 MB/s   462277 calls/s
# udp tx:    655 MB/s    11118 calls/s  11118 msg/s
# udp rx:   1053 MB/s   768134 calls/s
# udp tx:   1082 MB/s    18360 calls/s  18360 msg/s
# udp rx:   1265 MB/s   923062 calls/s
# udp tx:   1270 MB/s    21548 calls/s  21548 msg/s
# udp rx:   1254 MB/s   915137 calls/s
# udp tx:   1257 MB/s    21336 calls/s  21336 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1205 MB/s   879439 calls/s
# udp tx:   1235 MB/s    20947 calls/s  20947 msg/s
# udp rx:   1260 MB/s   919458 calls/s
# udp tx:   1266 MB/s    21476 calls/s  21476 msg/s
# udp rx:   1276 MB/s   931115 calls/s
# udp tx:   1279 MB/s    21706 calls/s  21706 msg/s
# udp rx:   1274 MB/s   929461 calls/s
# udp tx:   1284 MB/s    21788 calls/s  21788 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__->