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:   1222 MB/s   995278 calls/s
# udp tx:   1849 MB/s    31372 calls/s  31372 msg/s
# udp rx:   1804 MB/s  1467324 calls/s
# udp tx:   1910 MB/s    32406 calls/s  32406 msg/s
# udp rx:   1586 MB/s  1289323 calls/s
# udp tx:   1950 MB/s    33075 calls/s  33075 msg/s
# UDP GRO fwd perf                        udp rx:   1631 MB/s  1326075 calls/s
# udp tx:   1920 MB/s    32581 calls/s  32581 msg/s
# udp rx:   1431 MB/s  1164029 calls/s
# udp tx:   1939 MB/s    32896 calls/s  32896 msg/s
# udp rx:   1764 MB/s  1435477 calls/s
# udp tx:   1931 MB/s    32752 calls/s  32752 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:   1638 MB/s  1331417 calls/s
# udp tx:   1885 MB/s    31981 calls/s  31981 msg/s
# udp rx:   1701 MB/s  1383165 calls/s
# udp tx:   1905 MB/s    32320 calls/s  32320 msg/s
# udp rx:   1876 MB/s  1524302 calls/s
# udp tx:   1923 MB/s    32621 calls/s  32621 msg/s
# UDP GRO fwd perf                        udp rx:   1501 MB/s  1219071 calls/s
# udp tx:   1898 MB/s    32206 calls/s  32206 msg/s
# udp rx:   1839 MB/s  1492769 calls/s
# udp tx:   1924 MB/s    32635 calls/s  32635 msg/s
# udp rx:   1820 MB/s  1476258 calls/s
# udp tx:   1923 MB/s    32622 calls/s  32622 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__->