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:   1750 MB/s  1425070 calls/s
# udp tx:   1927 MB/s    32696 calls/s  32696 msg/s
# udp rx:   1915 MB/s  1559746 calls/s
# udp tx:   1921 MB/s    32591 calls/s  32591 msg/s
# udp rx:   1932 MB/s  1572842 calls/s
# udp tx:   1939 MB/s    32890 calls/s  32890 msg/s
# UDP GRO fwd perf                        udp rx:   1684 MB/s  1370677 calls/s
# udp tx:   1890 MB/s    32069 calls/s  32069 msg/s
# udp rx:   1953 MB/s  1590602 calls/s
# udp tx:   1962 MB/s    33277 calls/s  33277 msg/s
# udp rx:   1954 MB/s  1591334 calls/s
# udp tx:   1962 MB/s    33277 calls/s  33277 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:   1454 MB/s  1179620 calls/s
# udp tx:   1890 MB/s    32065 calls/s  32065 msg/s
# udp rx:   1766 MB/s  1432161 calls/s
# udp tx:   1926 MB/s    32681 calls/s  32681 msg/s
# udp rx:   1761 MB/s  1428986 calls/s
# udp tx:   1896 MB/s    32164 calls/s  32164 msg/s
# UDP GRO fwd perf                        udp rx:   1758 MB/s  1428415 calls/s
# udp tx:   1890 MB/s    32058 calls/s  32058 msg/s
# udp rx:   1758 MB/s  1425480 calls/s
# udp tx:   1918 MB/s    32544 calls/s  32544 msg/s
# udp rx:   1720 MB/s  1396050 calls/s
# udp tx:   1903 MB/s    32277 calls/s  32277 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__->