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:    947 MB/s    16070 calls/s  16070 msg/s
# tcp rx:    947 MB/s   127527 calls/s
# tcp tx:    887 MB/s    15052 calls/s  15052 msg/s
# tcp rx:    887 MB/s   125766 calls/s
# tcp tx:    858 MB/s    14562 calls/s  14562 msg/s
# tcp rx:    859 MB/s   121877 calls/s
# tcp tx:    819 MB/s    13904 calls/s  13904 msg/s
# udp gso - over veth touching data
# udp rx:   1076 MB/s   766602 calls/s
# udp tx:   1114 MB/s    18909 calls/s  18909 msg/s
# udp rx:   1042 MB/s   742583 calls/s
# udp tx:   1033 MB/s    17521 calls/s  17521 msg/s
# udp rx:   1084 MB/s   772805 calls/s
# udp tx:   1099 MB/s    18640 calls/s  18640 msg/s
# udp rx:   1114 MB/s   794243 calls/s
# udp tx:   1113 MB/s    18884 calls/s  18884 msg/s
# udp gso and gro - over veth touching data
# udp rx:    549 MB/s   391750 calls/s
# udp tx:    565 MB/s     9595 calls/s   9595 msg/s
# udp rx:    573 MB/s   408554 calls/s
# udp tx:    579 MB/s     9828 calls/s   9828 msg/s
# udp rx:    561 MB/s   399743 calls/s
# udp tx:    555 MB/s     9417 calls/s   9417 msg/s
# udp rx:    508 MB/s   362040 calls/s
# udp tx:    507 MB/s     8615 calls/s   8615 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    830 MB/s    14080 calls/s  14080 msg/s
# tcp rx:    830 MB/s   129467 calls/s
# tcp tx:   1050 MB/s    17824 calls/s  17824 msg/s
# tcp rx:   1051 MB/s   113954 calls/s
# tcp tx:   1016 MB/s    17248 calls/s  17248 msg/s
# tcp rx:   1018 MB/s   129166 calls/s
# tcp tx:   1022 MB/s    17335 calls/s  17335 msg/s
# udp gso - over veth touching data
# udp rx:    599 MB/s   437452 calls/s
# udp tx:    622 MB/s    10563 calls/s  10563 msg/s
# udp rx:    627 MB/s   457647 calls/s
# udp tx:    631 MB/s    10713 calls/s  10713 msg/s
# udp rx:    587 MB/s   428151 calls/s
# udp tx:    590 MB/s    10018 calls/s  10018 msg/s
# udp rx:    572 MB/s   417408 calls/s
# udp tx:    596 MB/s    10112 calls/s  10112 msg/s
# udp gso and gro - over veth touching data
# udp rx:    518 MB/s   378131 calls/s
# udp tx:    535 MB/s     9088 calls/s   9088 msg/s
# udp rx:    904 MB/s   659753 calls/s
# udp tx:    917 MB/s    15553 calls/s  15553 msg/s
# udp rx:    984 MB/s   718259 calls/s
# udp tx:    993 MB/s    16842 calls/s  16842 msg/s
# udp rx:    994 MB/s   725531 calls/s
# udp tx:    992 MB/s    16832 calls/s  16832 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__->