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:   1284 MB/s  1045477 calls/s
# udp tx:   1806 MB/s    30646 calls/s  30646 msg/s
# udp rx:   1953 MB/s  1589596 calls/s
# udp tx:   1964 MB/s    33317 calls/s  33317 msg/s
# udp rx:   1944 MB/s  1581949 calls/s
# udp tx:   1977 MB/s    33547 calls/s  33547 msg/s
# UDP GRO fwd perf                        udp rx:   1579 MB/s  1284060 calls/s
# udp tx:   1889 MB/s    32052 calls/s  32052 msg/s
# udp rx:   1897 MB/s  1543507 calls/s
# udp tx:   2002 MB/s    33970 calls/s  33970 msg/s
# udp rx:   1934 MB/s  1573735 calls/s
# udp tx:   2005 MB/s    34009 calls/s  34009 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:   1132 MB/s   920503 calls/s
# udp tx:   1628 MB/s    27619 calls/s  27619 msg/s
# udp rx:   1825 MB/s  1480443 calls/s
# udp tx:   1919 MB/s    32563 calls/s  32563 msg/s
# udp rx:   1804 MB/s  1463074 calls/s
# udp tx:   1937 MB/s    32866 calls/s  32866 msg/s
# UDP GRO fwd perf                        udp rx:   1495 MB/s  1213908 calls/s
# udp tx:   1670 MB/s    28326 calls/s  28326 msg/s
# udp rx:   1744 MB/s  1413897 calls/s
# udp tx:   1889 MB/s    32039 calls/s  32039 msg/s
# udp rx:   1793 MB/s  1452812 calls/s
# udp tx:   1971 MB/s    33443 calls/s  33443 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__->