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:   1491 MB/s  1212835 calls/s
# udp tx:   1750 MB/s    29689 calls/s  29689 msg/s
# udp rx:   1748 MB/s  1420726 calls/s
# udp tx:   1880 MB/s    31894 calls/s  31894 msg/s
# udp rx:   1687 MB/s  1372789 calls/s
# udp tx:   1958 MB/s    33211 calls/s  33211 msg/s
# UDP GRO fwd perf                        udp rx:   1039 MB/s   845592 calls/s
# udp tx:   1251 MB/s    21234 calls/s  21234 msg/s
# udp rx:    985 MB/s   802072 calls/s
# udp tx:   1260 MB/s    21386 calls/s  21386 msg/s
# udp rx:   1285 MB/s  1046418 calls/s
# udp tx:   1304 MB/s    22117 calls/s  22117 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:   1533 MB/s  1245543 calls/s
# udp tx:   1818 MB/s    30841 calls/s  30841 msg/s
# udp rx:   1785 MB/s  1448678 calls/s
# udp tx:   1925 MB/s    32662 calls/s  32662 msg/s
# udp rx:   1793 MB/s  1455110 calls/s
# udp tx:   1930 MB/s    32742 calls/s  32742 msg/s
# UDP GRO fwd perf                        udp rx:   1611 MB/s  1308308 calls/s
# udp tx:   1810 MB/s    30706 calls/s  30706 msg/s
# udp rx:   1623 MB/s  1316103 calls/s
# udp tx:   1917 MB/s    32526 calls/s  32526 msg/s
# udp rx:   1761 MB/s  1427640 calls/s
# udp tx:   1964 MB/s    33313 calls/s  33313 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__->