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:   1120 MB/s   911616 calls/s
# udp tx:   1422 MB/s    24123 calls/s  24123 msg/s
# udp rx:   1151 MB/s   936508 calls/s
# udp tx:   1854 MB/s    31446 calls/s  31446 msg/s
# udp rx:    861 MB/s   700905 calls/s
# udp tx:   1638 MB/s    27785 calls/s  27785 msg/s
# UDP GRO fwd perf                        udp rx:    931 MB/s   757883 calls/s
# udp tx:   1860 MB/s    31551 calls/s  31551 msg/s
# udp rx:   1637 MB/s  1332391 calls/s
# udp tx:   1853 MB/s    31434 calls/s  31434 msg/s
# udp rx:   1485 MB/s  1208165 calls/s
# udp tx:   1558 MB/s    26432 calls/s  26432 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:    648 MB/s   526923 calls/s
# udp tx:   1060 MB/s    17983 calls/s  17983 msg/s
# udp rx:    445 MB/s   361824 calls/s
# udp tx:    892 MB/s    15142 calls/s  15142 msg/s
# udp rx:    729 MB/s   591880 calls/s
# udp tx:   1093 MB/s    18554 calls/s  18554 msg/s
# UDP GRO fwd perf                        udp rx:    568 MB/s   461856 calls/s
# udp tx:   1146 MB/s    19437 calls/s  19437 msg/s
# udp rx:    767 MB/s   622853 calls/s
# udp tx:   1149 MB/s    19499 calls/s  19499 msg/s
# udp rx:    748 MB/s   608080 calls/s
# udp tx:    977 MB/s    16587 calls/s  16587 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__->