make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_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:    231 MB/s   187374 calls/s
# udp tx:   1280 MB/s    21725 calls/s  21725 msg/s
# udp rx:    383 MB/s   309706 calls/s
# udp tx:   1423 MB/s    24143 calls/s  24143 msg/s
# udp rx:    514 MB/s   417145 calls/s
# udp tx:   1353 MB/s    22962 calls/s  22962 msg/s
# UDP GRO fwd perf                        udp tx:   1421 MB/s    24111 calls/s  24111 msg/s
# udp rx:    316 MB/s   256307 calls/s
# udp tx:   1442 MB/s    24463 calls/s  24463 msg/s
# udp rx:    215 MB/s   174336 calls/s
# udp tx:   1432 MB/s    24288 calls/s  24288 msg/s
# udp rx:    353 MB/s   286161 calls/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:   1363 MB/s  1108086 calls/s
# udp tx:   1837 MB/s    31163 calls/s  31163 msg/s
# udp rx:   1810 MB/s  1472102 calls/s
# udp tx:   1893 MB/s    32121 calls/s  32121 msg/s
# udp rx:   1776 MB/s  1444638 calls/s
# udp tx:   1799 MB/s    30516 calls/s  30516 msg/s
# UDP GRO fwd perf                        udp rx:   1622 MB/s  1317859 calls/s
# udp tx:   1821 MB/s    30896 calls/s  30896 msg/s
# udp rx:   1860 MB/s  1510515 calls/s
# udp tx:   1930 MB/s    32735 calls/s  32735 msg/s
# udp rx:   1834 MB/s  1489409 calls/s
# udp tx:   1929 MB/s    32721 calls/s  32721 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__->