make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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_fwd.sh
# IPv4
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1506 MB/s  1226454 calls/s
# udp tx:   1937 MB/s    32864 calls/s  32864 msg/s
# udp rx:   1929 MB/s  1570535 calls/s
# udp tx:   1934 MB/s    32816 calls/s  32816 msg/s
# udp rx:   1932 MB/s  1573605 calls/s
# udp tx:   1939 MB/s    32893 calls/s  32893 msg/s
# UDP GRO fwd perf                        udp rx:   1785 MB/s  1453463 calls/s
# udp tx:   1839 MB/s    31191 calls/s  31191 msg/s
# udp rx:   1926 MB/s  1567976 calls/s
# udp tx:   1929 MB/s    32718 calls/s  32718 msg/s
# udp rx:   1665 MB/s  1355539 calls/s
# udp tx:   1940 MB/s    32909 calls/s  32909 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1017 MB/s    17257 calls/s  17257 msg/s
# udp rx:     96 MB/s    78629 calls/s
# udp tx:   1098 MB/s    18633 calls/s  18633 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1212 MB/s    20572 calls/s  20572 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1219 MB/s    20682 calls/s  20682 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1205 MB/s    20440 calls/s  20440 msg/s
# udp rx:     29 MB/s    23756 calls/s
# udp tx:   1214 MB/s    20604 calls/s  20604 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1599 MB/s  1301502 calls/s
# udp tx:   1894 MB/s    32126 calls/s  32126 msg/s
# udp rx:   1929 MB/s  1570255 calls/s
# udp tx:   1940 MB/s    32904 calls/s  32904 msg/s
# udp rx:   1727 MB/s  1403073 calls/s
# udp tx:   1934 MB/s    32815 calls/s  32815 msg/s
# UDP GRO fwd perf                        udp rx:   1737 MB/s  1411864 calls/s
# udp tx:   1932 MB/s    32779 calls/s  32779 msg/s
# udp rx:   1763 MB/s  1434095 calls/s
# udp tx:   1917 MB/s    32529 calls/s  32529 msg/s
# udp rx:   1906 MB/s  1551983 calls/s
# udp tx:   1922 MB/s    32605 calls/s  32605 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1713 MB/s    29062 calls/s  29062 msg/s
# udp rx:     86 MB/s    70056 calls/s
# udp tx:   1309 MB/s    22218 calls/s  22218 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1002 MB/s    17006 calls/s  17006 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1800 MB/s    30545 calls/s  30545 msg/s
# udp rx:      4 MB/s     3527 calls/s
# udp tx:   1654 MB/s    28067 calls/s  28067 msg/s
# udp rx:    213 MB/s   173577 calls/s
# udp tx:   1799 MB/s    30522 calls/s  30522 msg/s
ok 1 selftests: net: udpgro_fwd.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__->