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:   1674 MB/s  1363172 calls/s
# udp tx:   1818 MB/s    30851 calls/s  30851 msg/s
# udp rx:   1927 MB/s  1569485 calls/s
# udp tx:   1946 MB/s    33017 calls/s  33017 msg/s
# udp rx:   1904 MB/s  1550291 calls/s
# udp tx:   1927 MB/s    32688 calls/s  32688 msg/s
# UDP GRO fwd perf                        udp rx:   1844 MB/s  1501523 calls/s
# udp tx:   1925 MB/s    32654 calls/s  32654 msg/s
# udp rx:   1915 MB/s  1559122 calls/s
# udp tx:   1938 MB/s    32870 calls/s  32870 msg/s
# udp rx:   1914 MB/s  1558253 calls/s
# udp tx:   1936 MB/s    32847 calls/s  32847 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:   1187 MB/s   966528 calls/s
# udp tx:   1844 MB/s    31284 calls/s  31284 msg/s
# udp rx:   1862 MB/s  1516349 calls/s
# udp tx:   1877 MB/s    31840 calls/s  31840 msg/s
# udp rx:   1916 MB/s  1559617 calls/s
# udp tx:   1926 MB/s    32673 calls/s  32673 msg/s
# UDP GRO fwd perf                        udp rx:   1793 MB/s  1459528 calls/s
# udp tx:   1882 MB/s    31922 calls/s  31922 msg/s
# udp rx:   1921 MB/s  1563462 calls/s
# udp tx:   1941 MB/s    32929 calls/s  32929 msg/s
# udp rx:   1922 MB/s  1564468 calls/s
# udp tx:   1937 MB/s    32863 calls/s  32863 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__->