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:   1594 MB/s  1298137 calls/s
# udp tx:   1853 MB/s    31431 calls/s  31431 msg/s
# udp rx:   1915 MB/s  1559134 calls/s
# udp tx:   1920 MB/s    32575 calls/s  32575 msg/s
# udp rx:   1915 MB/s  1559609 calls/s
# udp tx:   1921 MB/s    32597 calls/s  32597 msg/s
# UDP GRO fwd perf                        udp rx:   1768 MB/s  1439976 calls/s
# udp tx:   1849 MB/s    31376 calls/s  31376 msg/s
# udp rx:   1924 MB/s  1566312 calls/s
# udp tx:   1930 MB/s    32744 calls/s  32744 msg/s
# udp rx:   1861 MB/s  1515654 calls/s
# udp tx:   1864 MB/s    31627 calls/s  31627 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 tx:   1849 MB/s    31368 calls/s  31368 msg/s
# udp rx:   1404 MB/s  1140812 calls/s
# udp tx:   1423 MB/s    24140 calls/s  24140 msg/s
# udp rx:    329 MB/s   267750 calls/s
# udp tx:   1404 MB/s    23820 calls/s  23820 msg/s
# UDP GRO fwd perf                        udp rx:   1490 MB/s  1210150 calls/s
# udp tx:   1782 MB/s    30237 calls/s  30237 msg/s
# udp rx:   1430 MB/s  1159995 calls/s
# udp tx:   1904 MB/s    32304 calls/s  32304 msg/s
# udp rx:   1754 MB/s  1422445 calls/s
# udp tx:   1924 MB/s    32641 calls/s  32641 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__->