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:    891 MB/s   726035 calls/s
# udp tx:   1109 MB/s    18825 calls/s  18825 msg/s
# udp rx:   1083 MB/s   881674 calls/s
# udp tx:   1193 MB/s    20244 calls/s  20244 msg/s
# udp rx:   1194 MB/s   972245 calls/s
# udp tx:   1197 MB/s    20303 calls/s  20303 msg/s
# UDP GRO fwd perf                        udp rx:   1591 MB/s  1295593 calls/s
# udp tx:   1656 MB/s    28088 calls/s  28088 msg/s
# udp rx:   1802 MB/s  1467158 calls/s
# udp tx:   1803 MB/s    30593 calls/s  30593 msg/s
# udp rx:   1812 MB/s  1475439 calls/s
# udp tx:   1815 MB/s    30791 calls/s  30791 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:    646 MB/s   523672 calls/s
# udp tx:   1356 MB/s    23003 calls/s  23003 msg/s
# udp rx:    580 MB/s   469229 calls/s
# udp tx:   1461 MB/s    24791 calls/s  24791 msg/s
# udp rx:    571 MB/s   462291 calls/s
# udp tx:   1413 MB/s    23982 calls/s  23982 msg/s
# UDP tunnel GRO fwd perf                 udp rx:    884 MB/s   716363 calls/s
# udp tx:   1365 MB/s    23165 calls/s  23165 msg/s
# udp rx:    992 MB/s   802759 calls/s
# udp tx:   1410 MB/s    23929 calls/s  23929 msg/s
# udp rx:    854 MB/s   689052 calls/s
# udp tx:   1431 MB/s    24271 calls/s  24271 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1536 MB/s  1250777 calls/s
# udp tx:   1767 MB/s    29974 calls/s  29974 msg/s
# udp rx:   1551 MB/s  1262702 calls/s
# udp tx:   1554 MB/s    26370 calls/s  26370 msg/s
# udp rx:   1823 MB/s  1484426 calls/s
# udp tx:   1831 MB/s    31070 calls/s  31070 msg/s
# UDP GRO fwd perf                        udp rx:   1626 MB/s  1323519 calls/s
# udp tx:   1744 MB/s    29580 calls/s  29580 msg/s
# udp rx:   1652 MB/s  1345097 calls/s
# udp tx:   1730 MB/s    29343 calls/s  29343 msg/s
# udp rx:   1768 MB/s  1439609 calls/s
# udp tx:   1772 MB/s    30062 calls/s  30062 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    993 MB/s    16849 calls/s  16849 msg/s
# udp rx:     32 MB/s    26765 calls/s
# udp tx:   1034 MB/s    17539 calls/s  17539 msg/s
# udp rx:     45 MB/s    36779 calls/s
# udp tx:   1008 MB/s    17099 calls/s  17099 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1017 MB/s    17252 calls/s  17252 msg/s
# udp rx:      1 MB/s     1280 calls/s
# udp tx:   1005 MB/s    17056 calls/s  17056 msg/s
# udp rx:      1 MB/s     1075 calls/s
# udp tx:   1009 MB/s    17118 calls/s  17118 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__->