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:   1496 MB/s  1218130 calls/s
# udp tx:   1905 MB/s    32311 calls/s  32311 msg/s
# udp rx:   1937 MB/s  1577592 calls/s
# udp tx:   1948 MB/s    33044 calls/s  33044 msg/s
# udp rx:   1940 MB/s  1579968 calls/s
# udp tx:   1954 MB/s    33151 calls/s  33151 msg/s
# UDP GRO fwd perf                        udp rx:   1678 MB/s  1366368 calls/s
# udp tx:   1909 MB/s    32390 calls/s  32390 msg/s
# udp rx:   1783 MB/s  1451668 calls/s
# udp tx:   1937 MB/s    32854 calls/s  32854 msg/s
# udp rx:   1076 MB/s   876071 calls/s
# udp tx:   1113 MB/s    18881 calls/s  18881 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:    682 MB/s   554813 calls/s
# udp tx:   1029 MB/s    17455 calls/s  17455 msg/s
# udp rx:    792 MB/s   644298 calls/s
# udp tx:   1060 MB/s    17985 calls/s  17985 msg/s
# udp rx:    923 MB/s   751001 calls/s
# udp tx:   1059 MB/s    17966 calls/s  17966 msg/s
# UDP tunnel GRO fwd perf                 udp rx:    228 MB/s   186091 calls/s
# udp tx:   1645 MB/s    27905 calls/s  27905 msg/s
# udp tx:   1724 MB/s    29245 calls/s  29245 msg/s
# udp rx:     30 MB/s    24455 calls/s
# udp tx:   1385 MB/s    23503 calls/s  23503 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1759 MB/s  1431923 calls/s
# udp tx:   1879 MB/s    31877 calls/s  31877 msg/s
# udp rx:   1716 MB/s  1397055 calls/s
# udp tx:   1733 MB/s    29399 calls/s  29399 msg/s
# udp rx:   1915 MB/s  1559230 calls/s
# udp tx:   1930 MB/s    32750 calls/s  32750 msg/s
# UDP GRO fwd perf                        udp rx:   1844 MB/s  1500888 calls/s
# udp tx:   1916 MB/s    32512 calls/s  32512 msg/s
# udp rx:   1735 MB/s  1412329 calls/s
# udp tx:   1903 MB/s    32282 calls/s  32282 msg/s
# udp rx:   1914 MB/s  1558146 calls/s
# udp tx:   1931 MB/s    32755 calls/s  32755 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1666 MB/s    28268 calls/s  28268 msg/s
# udp rx:    257 MB/s   209258 calls/s
# udp tx:   1846 MB/s    31318 calls/s  31318 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1829 MB/s    31024 calls/s  31024 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1796 MB/s    30465 calls/s  30465 msg/s
# udp rx:      1 MB/s     1257 calls/s
# udp tx:   1860 MB/s    31555 calls/s  31555 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1866 MB/s    31650 calls/s  31650 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__->