make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1648 MB/s  1341953 calls/s
# udp tx:   1851 MB/s    31395 calls/s  31395 msg/s
# udp rx:   1882 MB/s  1532462 calls/s
# udp tx:   1893 MB/s    32122 calls/s  32122 msg/s
# udp rx:   1852 MB/s  1507909 calls/s
# udp tx:   1930 MB/s    32747 calls/s  32747 msg/s
# UDP GRO fwd perf                        udp rx:   1643 MB/s  1336866 calls/s
# udp tx:   1833 MB/s    31094 calls/s  31094 msg/s
# udp rx:   1783 MB/s  1451583 calls/s
# udp tx:   1864 MB/s    31627 calls/s  31627 msg/s
# udp rx:   1823 MB/s  1484342 calls/s
# udp tx:   1875 MB/s    31810 calls/s  31810 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:   1592 MB/s  1295851 calls/s
# udp tx:   1755 MB/s    29772 calls/s  29772 msg/s
# udp rx:   1760 MB/s  1432809 calls/s
# udp tx:   1754 MB/s    29752 calls/s  29752 msg/s
# udp rx:   1743 MB/s  1419494 calls/s
# udp tx:   1784 MB/s    30274 calls/s  30274 msg/s
# UDP GRO fwd perf                        udp rx:   1540 MB/s  1252399 calls/s
# udp tx:   1925 MB/s    32665 calls/s  32665 msg/s
# udp rx:   1785 MB/s  1451970 calls/s
# udp tx:   1935 MB/s    32825 calls/s  32825 msg/s
# udp rx:   1757 MB/s  1427504 calls/s
# udp tx:   1954 MB/s    33151 calls/s  33151 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__->