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:    769 MB/s    13045 calls/s  13045 msg/s
# tcp rx:    769 MB/s    95320 calls/s
# tcp tx:    771 MB/s    13079 calls/s  13079 msg/s
# tcp rx:    771 MB/s    90824 calls/s
# tcp tx:    763 MB/s    12957 calls/s  12957 msg/s
# tcp rx:    782 MB/s    91564 calls/s
# tcp tx:    762 MB/s    12935 calls/s  12935 msg/s
# udp gso - over veth touching data
# udp rx:    741 MB/s   528131 calls/s
# udp tx:    761 MB/s    12918 calls/s  12918 msg/s
# udp rx:    788 MB/s   561975 calls/s
# udp tx:    791 MB/s    13420 calls/s  13420 msg/s
# udp rx:    669 MB/s   476632 calls/s
# udp tx:    667 MB/s    11322 calls/s  11322 msg/s
# udp rx:    663 MB/s   472882 calls/s
# udp tx:    663 MB/s    11254 calls/s  11254 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1218 MB/s   868009 calls/s
# udp tx:   1250 MB/s    21212 calls/s  21212 msg/s
# udp rx:   1268 MB/s   903849 calls/s
# udp tx:   1272 MB/s    21578 calls/s  21578 msg/s
# udp rx:   1204 MB/s   857770 calls/s
# udp tx:   1199 MB/s    20350 calls/s  20350 msg/s
# udp rx:   1239 MB/s   883159 calls/s
# udp tx:   1245 MB/s    21131 calls/s  21131 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1112 MB/s    18873 calls/s  18873 msg/s
# tcp rx:   1113 MB/s   122722 calls/s
# tcp tx:   1027 MB/s    17430 calls/s  17430 msg/s
# tcp rx:   1029 MB/s   133113 calls/s
# tcp tx:   1035 MB/s    17562 calls/s  17562 msg/s
# tcp rx:   1036 MB/s   129060 calls/s
# tcp tx:   1033 MB/s    17531 calls/s  17531 msg/s
# udp gso - over veth touching data
# udp rx:   1127 MB/s   822333 calls/s
# udp tx:   1155 MB/s    19591 calls/s  19591 msg/s
# udp rx:   1165 MB/s   850126 calls/s
# udp tx:   1168 MB/s    19823 calls/s  19823 msg/s
# udp rx:   1269 MB/s   925892 calls/s
# udp tx:   1271 MB/s    21559 calls/s  21559 msg/s
# udp rx:   1282 MB/s   935075 calls/s
# udp tx:   1284 MB/s    21785 calls/s  21785 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1196 MB/s   872917 calls/s
# udp tx:   1222 MB/s    20741 calls/s  20741 msg/s
# udp rx:   1220 MB/s   890448 calls/s
# udp tx:   1219 MB/s    20678 calls/s  20678 msg/s
# udp rx:   1244 MB/s   907880 calls/s
# udp tx:   1244 MB/s    21103 calls/s  21103 msg/s
# udp rx:   1258 MB/s   917846 calls/s
# udp tx:   1257 MB/s    21331 calls/s  21331 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__->