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:    851 MB/s    14449 calls/s  14449 msg/s
# tcp rx:    852 MB/s   128140 calls/s
# tcp tx:    833 MB/s    14143 calls/s  14143 msg/s
# tcp rx:    835 MB/s   130268 calls/s
# tcp tx:    821 MB/s    13936 calls/s  13936 msg/s
# tcp rx:    826 MB/s   147838 calls/s
# tcp tx:    824 MB/s    13976 calls/s  13976 msg/s
# udp gso - over veth touching data
# udp rx:   1208 MB/s   860590 calls/s
# udp tx:   1228 MB/s    20843 calls/s  20843 msg/s
# udp rx:   1243 MB/s   885592 calls/s
# udp tx:   1244 MB/s    21116 calls/s  21116 msg/s
# udp rx:   1227 MB/s   874417 calls/s
# udp tx:   1228 MB/s    20841 calls/s  20841 msg/s
# udp rx:   1215 MB/s   866137 calls/s
# udp tx:   1216 MB/s    20629 calls/s  20629 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1019 MB/s   726185 calls/s
# udp tx:   1038 MB/s    17620 calls/s  17620 msg/s
# udp rx:   1125 MB/s   801600 calls/s
# udp tx:   1130 MB/s    19166 calls/s  19166 msg/s
# udp rx:   1112 MB/s   792280 calls/s
# udp tx:   1110 MB/s    18830 calls/s  18830 msg/s
# udp rx:   1200 MB/s   855488 calls/s
# udp tx:   1210 MB/s    20532 calls/s  20532 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    800 MB/s    13574 calls/s  13574 msg/s
# tcp rx:    801 MB/s   140560 calls/s
# tcp tx:    773 MB/s    13127 calls/s  13127 msg/s
# tcp rx:    776 MB/s   139918 calls/s
# tcp tx:    783 MB/s    13295 calls/s  13295 msg/s
# tcp rx:    784 MB/s   144878 calls/s
# tcp tx:    775 MB/s    13158 calls/s  13158 msg/s
# udp gso - over veth touching data
# udp rx:   1140 MB/s   831996 calls/s
# udp tx:   1171 MB/s    19865 calls/s  19865 msg/s
# udp rx:   1203 MB/s   877776 calls/s
# udp tx:   1202 MB/s    20403 calls/s  20403 msg/s
# udp rx:   1208 MB/s   881356 calls/s
# udp tx:   1206 MB/s    20469 calls/s  20469 msg/s
# udp rx:   1202 MB/s   876966 calls/s
# udp tx:   1202 MB/s    20389 calls/s  20389 msg/s
# udp gso and gro - over veth touching data
# udp rx:    797 MB/s   581827 calls/s
# udp tx:    809 MB/s    13722 calls/s  13722 msg/s
# udp rx:    508 MB/s   370901 calls/s
# udp tx:    509 MB/s     8635 calls/s   8635 msg/s
# udp rx:    576 MB/s   420657 calls/s
# udp tx:    580 MB/s     9853 calls/s   9853 msg/s
# udp rx:    593 MB/s   433022 calls/s
# udp tx:    596 MB/s    10117 calls/s  10117 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__->