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:    537 MB/s   435531 calls/s
# udp tx:   1279 MB/s    21694 calls/s  21694 msg/s
# udp rx:    702 MB/s   568249 calls/s
# udp tx:   1383 MB/s    23466 calls/s  23466 msg/s
# udp rx:    746 MB/s   603904 calls/s
# udp tx:   1376 MB/s    23339 calls/s  23339 msg/s
# UDP GRO fwd perf                        udp rx:    766 MB/s   620070 calls/s
# udp tx:   1369 MB/s    23234 calls/s  23234 msg/s
# udp rx:    758 MB/s   613235 calls/s
# udp tx:   1375 MB/s    23334 calls/s  23334 msg/s
# udp rx:    774 MB/s   626551 calls/s
# udp tx:   1379 MB/s    23396 calls/s  23396 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:   1287 MB/s  1044225 calls/s
# udp tx:   1778 MB/s    30157 calls/s  30157 msg/s
# udp rx:   1657 MB/s  1345553 calls/s
# udp tx:   1809 MB/s    30698 calls/s  30698 msg/s
# udp rx:   1785 MB/s  1448276 calls/s
# udp tx:   1918 MB/s    32531 calls/s  32531 msg/s
# UDP GRO fwd perf                        udp rx:   1413 MB/s  1145801 calls/s
# udp tx:   1927 MB/s    32693 calls/s  32693 msg/s
# udp rx:   1700 MB/s  1377725 calls/s
# udp tx:   1946 MB/s    33010 calls/s  33010 msg/s
# udp rx:   1711 MB/s  1389575 calls/s
# udp tx:   1853 MB/s    31440 calls/s  31440 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__->