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:   1495 MB/s  1217511 calls/s
# udp tx:   1702 MB/s    28869 calls/s  28869 msg/s
# udp rx:   1771 MB/s  1442241 calls/s
# udp tx:   1778 MB/s    30161 calls/s  30161 msg/s
# udp rx:   1798 MB/s  1463960 calls/s
# udp tx:   1800 MB/s    30535 calls/s  30535 msg/s
# UDP GRO fwd perf                        udp rx:   1612 MB/s  1312989 calls/s
# udp tx:   1716 MB/s    29117 calls/s  29117 msg/s
# udp rx:   1734 MB/s  1412256 calls/s
# udp tx:   1779 MB/s    30174 calls/s  30174 msg/s
# udp rx:   1727 MB/s  1406535 calls/s
# udp tx:   1727 MB/s    29299 calls/s  29299 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:    382 MB/s   310353 calls/s
# udp tx:   1007 MB/s    17080 calls/s  17080 msg/s
# udp rx:    482 MB/s   390760 calls/s
# udp tx:    964 MB/s    16366 calls/s  16366 msg/s
# udp rx:    203 MB/s   164770 calls/s
# udp tx:   1063 MB/s    18038 calls/s  18038 msg/s
# UDP tunnel GRO fwd perf                 udp rx:    671 MB/s   545224 calls/s
# udp tx:    970 MB/s    16453 calls/s  16453 msg/s
# udp rx:    755 MB/s   613252 calls/s
# udp tx:    972 MB/s    16495 calls/s  16495 msg/s
# udp rx:    771 MB/s   626301 calls/s
# udp tx:    926 MB/s    15721 calls/s  15721 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1599 MB/s  1302381 calls/s
# udp tx:   1752 MB/s    29722 calls/s  29722 msg/s
# udp rx:   1778 MB/s  1447562 calls/s
# udp tx:   1781 MB/s    30216 calls/s  30216 msg/s
# udp rx:   1740 MB/s  1417061 calls/s
# udp tx:   1741 MB/s    29535 calls/s  29535 msg/s
# UDP GRO fwd perf                        udp rx:   1362 MB/s  1109033 calls/s
# udp tx:   1439 MB/s    24417 calls/s  24417 msg/s
# udp rx:   1368 MB/s  1113706 calls/s
# udp tx:   1369 MB/s    23221 calls/s  23221 msg/s
# udp rx:   1393 MB/s  1134670 calls/s
# udp tx:   1399 MB/s    23728 calls/s  23728 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    938 MB/s    15924 calls/s  15924 msg/s
# udp rx:    124 MB/s   101583 calls/s
# udp tx:   1010 MB/s    17139 calls/s  17139 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:   1004 MB/s    17036 calls/s  17036 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1027 MB/s    17435 calls/s  17435 msg/s
# udp rx:     10 MB/s     8439 calls/s
# udp tx:   1010 MB/s    17131 calls/s  17131 msg/s
# udp rx:     23 MB/s    19204 calls/s
# udp tx:   1021 MB/s    17325 calls/s  17325 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__->