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:   1687 MB/s  1373997 calls/s
# udp tx:   1803 MB/s    30597 calls/s  30597 msg/s
# udp rx:   1645 MB/s  1339214 calls/s
# udp tx:   1833 MB/s    31090 calls/s  31090 msg/s
# udp rx:   1812 MB/s  1475460 calls/s
# udp tx:   1813 MB/s    30764 calls/s  30764 msg/s
# UDP GRO fwd perf                        udp rx:   1787 MB/s  1454999 calls/s
# udp tx:   1880 MB/s    31891 calls/s  31891 msg/s
# udp rx:   1835 MB/s  1494158 calls/s
# udp tx:   1851 MB/s    31404 calls/s  31404 msg/s
# udp rx:   1842 MB/s  1499713 calls/s
# udp tx:   1852 MB/s    31426 calls/s  31426 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:   1449 MB/s  1175908 calls/s
# udp tx:   1778 MB/s    30164 calls/s  30164 msg/s
# udp rx:   1720 MB/s  1395619 calls/s
# udp tx:   1836 MB/s    31147 calls/s  31147 msg/s
# udp rx:   1777 MB/s  1441228 calls/s
# udp tx:   1891 MB/s    32075 calls/s  32075 msg/s
# UDP GRO fwd perf                        udp rx:   1698 MB/s  1381586 calls/s
# udp tx:   1818 MB/s    30851 calls/s  30851 msg/s
# udp rx:   1696 MB/s  1377157 calls/s
# udp tx:   1854 MB/s    31452 calls/s  31452 msg/s
# udp tx:   1922 MB/s    32606 calls/s  32606 msg/s
# udp rx:   1409 MB/s  1141966 calls/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__->