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:   1382 MB/s  1125756 calls/s
# udp tx:   1940 MB/s    32915 calls/s  32915 msg/s
# udp rx:   1735 MB/s  1412484 calls/s
# udp tx:   1959 MB/s    33236 calls/s  33236 msg/s
# udp rx:   1949 MB/s  1586830 calls/s
# udp tx:   1963 MB/s    33310 calls/s  33310 msg/s
# UDP GRO fwd perf                        udp rx:   1081 MB/s   880507 calls/s
# udp tx:   1149 MB/s    19488 calls/s  19488 msg/s
# udp rx:   1281 MB/s  1043085 calls/s
# udp tx:   1291 MB/s    21907 calls/s  21907 msg/s
# udp rx:   1272 MB/s  1035607 calls/s
# udp tx:   1277 MB/s    21674 calls/s  21674 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:   1642 MB/s  1335412 calls/s
# udp tx:   1861 MB/s    31570 calls/s  31570 msg/s
# udp rx:   1934 MB/s  1573481 calls/s
# udp tx:   1954 MB/s    33145 calls/s  33145 msg/s
# udp rx:   1741 MB/s  1417541 calls/s
# udp tx:   1750 MB/s    29683 calls/s  29683 msg/s
# UDP GRO fwd perf                        udp rx:   1789 MB/s  1455694 calls/s
# udp tx:   1940 MB/s    32915 calls/s  32915 msg/s
# udp rx:   1936 MB/s  1576597 calls/s
# udp tx:   1948 MB/s    33053 calls/s  33053 msg/s
# udp rx:   1582 MB/s  1287751 calls/s
# udp tx:   1698 MB/s    28805 calls/s  28805 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__->