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:   1589 MB/s  1292845 calls/s
# udp tx:   1770 MB/s    30034 calls/s  30034 msg/s
# udp rx:   1547 MB/s  1258489 calls/s
# udp tx:   1834 MB/s    31122 calls/s  31122 msg/s
# udp rx:   1199 MB/s   975804 calls/s
# udp tx:   1873 MB/s    31777 calls/s  31777 msg/s
# UDP GRO fwd perf                        udp rx:   1109 MB/s   902954 calls/s
# udp tx:   1164 MB/s    19743 calls/s  19743 msg/s
# udp rx:   1152 MB/s   938162 calls/s
# udp tx:   1158 MB/s    19649 calls/s  19649 msg/s
# udp rx:   1150 MB/s   936402 calls/s
# udp tx:   1154 MB/s    19577 calls/s  19577 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1302 MB/s  1054957 calls/s
# udp tx:   1943 MB/s    32958 calls/s  32958 msg/s
# udp rx:   1447 MB/s  1173739 calls/s
# udp tx:   1814 MB/s    30780 calls/s  30780 msg/s
# udp rx:   1423 MB/s  1154422 calls/s
# udp tx:   1844 MB/s    31282 calls/s  31282 msg/s
# UDP GRO fwd perf                        udp rx:   1519 MB/s  1232289 calls/s
# udp tx:   1804 MB/s    30612 calls/s  30612 msg/s
# udp rx:   1603 MB/s  1301677 calls/s
# udp tx:   1761 MB/s    29874 calls/s  29874 msg/s
# udp rx:   1548 MB/s  1257907 calls/s
# udp tx:   1830 MB/s    31045 calls/s  31045 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
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__->