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:   1653 MB/s  1345940 calls/s
# udp tx:   1915 MB/s    32483 calls/s  32483 msg/s
# udp rx:   1896 MB/s  1544275 calls/s
# udp tx:   1913 MB/s    32462 calls/s  32462 msg/s
# udp rx:   1907 MB/s  1552462 calls/s
# udp tx:   1915 MB/s    32481 calls/s  32481 msg/s
# UDP GRO fwd perf                        udp rx:   1792 MB/s  1459535 calls/s
# udp tx:   1873 MB/s    31780 calls/s  31780 msg/s
# udp rx:   1877 MB/s  1528687 calls/s
# udp tx:   1932 MB/s    32773 calls/s  32773 msg/s
# udp rx:   1741 MB/s  1417838 calls/s
# udp tx:   1928 MB/s    32703 calls/s  32703 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:   1685 MB/s  1370632 calls/s
# udp tx:   1898 MB/s    32203 calls/s  32203 msg/s
# udp rx:   1894 MB/s  1542155 calls/s
# udp tx:   1900 MB/s    32229 calls/s  32229 msg/s
# udp rx:   1835 MB/s  1492898 calls/s
# udp tx:   1889 MB/s    32053 calls/s  32053 msg/s
# UDP GRO fwd perf                        udp rx:   1793 MB/s  1460212 calls/s
# udp tx:   1874 MB/s    31787 calls/s  31787 msg/s
# udp rx:   1889 MB/s  1537884 calls/s
# udp tx:   1900 MB/s    32229 calls/s  32229 msg/s
# udp rx:   1850 MB/s  1505720 calls/s
# udp tx:   1862 MB/s    31591 calls/s  31591 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__->