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:   1567 MB/s  1275810 calls/s
# udp tx:   1921 MB/s    32595 calls/s  32595 msg/s
# udp rx:   1823 MB/s  1484466 calls/s
# udp tx:   1929 MB/s    32718 calls/s  32718 msg/s
# udp rx:   1538 MB/s  1252292 calls/s
# udp tx:   1948 MB/s    33056 calls/s  33056 msg/s
# UDP GRO fwd perf                        udp rx:   1520 MB/s  1237646 calls/s
# udp tx:   1850 MB/s    31389 calls/s  31389 msg/s
# udp rx:   1892 MB/s  1539638 calls/s
# udp tx:   1922 MB/s    32612 calls/s  32612 msg/s
# udp rx:   1881 MB/s  1530502 calls/s
# udp tx:   1928 MB/s    32714 calls/s  32714 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1307 MB/s    22181 calls/s  22181 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1046 MB/s    17756 calls/s  17756 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:   1226 MB/s    20802 calls/s  20802 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1794 MB/s    30440 calls/s  30440 msg/s
# udp rx:     19 MB/s    15638 calls/s
# udp tx:   1745 MB/s    29606 calls/s  29606 msg/s
# udp rx:    109 MB/s    88906 calls/s
# udp tx:   1810 MB/s    30702 calls/s  30702 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1229 MB/s  1000390 calls/s
# udp tx:   1875 MB/s    31808 calls/s  31808 msg/s
# udp rx:   1657 MB/s  1349412 calls/s
# udp tx:   1858 MB/s    31521 calls/s  31521 msg/s
# udp rx:   1870 MB/s  1522833 calls/s
# udp tx:   1876 MB/s    31830 calls/s  31830 msg/s
# UDP GRO fwd perf                        udp rx:   1236 MB/s  1005259 calls/s
# udp tx:   1906 MB/s    32338 calls/s  32338 msg/s
# udp tx:   1758 MB/s    29828 calls/s  29828 msg/s
# udp rx:   1752 MB/s  1426236 calls/s
# udp tx:   1811 MB/s    30729 calls/s  30729 msg/s
# udp rx:   1449 MB/s  1179460 calls/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1812 MB/s    30737 calls/s  30737 msg/s
# udp rx:      9 MB/s     7556 calls/s
# udp tx:   1781 MB/s    30214 calls/s  30214 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1770 MB/s    30026 calls/s  30026 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1717 MB/s    29137 calls/s  29137 msg/s
# udp rx:     55 MB/s    44960 calls/s
# udp tx:   1817 MB/s    30822 calls/s  30822 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1748 MB/s    29662 calls/s  29662 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__->