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:   1156 MB/s   939822 calls/s
# udp tx:   1363 MB/s    23129 calls/s  23129 msg/s
# udp rx:   1158 MB/s   940602 calls/s
# udp tx:   1339 MB/s    22713 calls/s  22713 msg/s
# udp rx:   1117 MB/s   906695 calls/s
# udp tx:   1347 MB/s    22849 calls/s  22849 msg/s
# UDP GRO fwd perf                        udp rx:    930 MB/s   755109 calls/s
# udp tx:   1325 MB/s    22487 calls/s  22487 msg/s
# udp rx:    967 MB/s   785260 calls/s
# udp tx:   1298 MB/s    22030 calls/s  22030 msg/s
# udp rx:   1149 MB/s   933787 calls/s
# udp tx:   1290 MB/s    21880 calls/s  21880 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:   1409 MB/s  1142423 calls/s
# udp tx:   1829 MB/s    31033 calls/s  31033 msg/s
# udp rx:   1734 MB/s  1406580 calls/s
# udp tx:   1918 MB/s    32542 calls/s  32542 msg/s
# udp rx:   1785 MB/s  1448357 calls/s
# udp tx:   1936 MB/s    32844 calls/s  32844 msg/s
# UDP GRO fwd perf                        udp rx:   1216 MB/s   985246 calls/s
# udp tx:   1940 MB/s    32905 calls/s  32905 msg/s
# udp rx:   1573 MB/s  1275215 calls/s
# udp tx:   1950 MB/s    33089 calls/s  33089 msg/s
# udp rx:   1558 MB/s  1262772 calls/s
# udp tx:   1941 MB/s    32929 calls/s  32929 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__->