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:   1488 MB/s  1211266 calls/s
# udp tx:   1900 MB/s    32227 calls/s  32227 msg/s
# udp rx:   1910 MB/s  1555350 calls/s
# udp tx:   1918 MB/s    32546 calls/s  32546 msg/s
# udp rx:   1886 MB/s  1535974 calls/s
# udp tx:   1892 MB/s    32097 calls/s  32097 msg/s
# UDP GRO fwd perf                        udp rx:   1793 MB/s  1458637 calls/s
# udp tx:   1928 MB/s    32714 calls/s  32714 msg/s
# udp rx:   1926 MB/s  1568086 calls/s
# udp tx:   1931 MB/s    32764 calls/s  32764 msg/s
# udp rx:   1920 MB/s  1563750 calls/s
# udp tx:   1927 MB/s    32697 calls/s  32697 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:   1551 MB/s  1262382 calls/s
# udp tx:   1660 MB/s    28164 calls/s  28164 msg/s
# udp rx:   1790 MB/s  1456747 calls/s
# udp tx:   1833 MB/s    31105 calls/s  31105 msg/s
# udp rx:   1760 MB/s  1431931 calls/s
# udp tx:   1873 MB/s    31768 calls/s  31768 msg/s
# UDP GRO fwd perf                        udp rx:   1789 MB/s  1456648 calls/s
# udp tx:   1882 MB/s    31927 calls/s  31927 msg/s
# udp rx:   1856 MB/s  1511031 calls/s
# udp tx:   1885 MB/s    31978 calls/s  31978 msg/s
# udp rx:   1870 MB/s  1522141 calls/s
# udp tx:   1889 MB/s    32055 calls/s  32055 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__->