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:   1590 MB/s  1293714 calls/s
# udp tx:   1830 MB/s    31054 calls/s  31054 msg/s
# udp rx:   1862 MB/s  1514222 calls/s
# udp tx:   1901 MB/s    32251 calls/s  32251 msg/s
# udp rx:   1874 MB/s  1524549 calls/s
# udp tx:   1903 MB/s    32281 calls/s  32281 msg/s
# UDP GRO fwd perf                        udp rx:   1545 MB/s  1258076 calls/s
# udp tx:   1777 MB/s    30144 calls/s  30144 msg/s
# udp rx:   1888 MB/s  1537122 calls/s
# udp tx:   1909 MB/s    32384 calls/s  32384 msg/s
# udp rx:   1846 MB/s  1503360 calls/s
# udp tx:   1865 MB/s    31648 calls/s  31648 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:   1047 MB/s   850353 calls/s
# udp tx:   1677 MB/s    28459 calls/s  28459 msg/s
# udp rx:   1750 MB/s  1423981 calls/s
# udp tx:   1808 MB/s    30681 calls/s  30681 msg/s
# udp rx:   1840 MB/s  1497318 calls/s
# udp tx:   1872 MB/s    31751 calls/s  31751 msg/s
# UDP GRO fwd perf                        udp rx:   1127 MB/s   917762 calls/s
# udp tx:   1183 MB/s    20065 calls/s  20065 msg/s
# udp rx:   1158 MB/s   943226 calls/s
# udp tx:   1211 MB/s    20556 calls/s  20556 msg/s
# udp rx:   1233 MB/s  1004366 calls/s
# udp tx:   1239 MB/s    21027 calls/s  21027 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__->