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:   1525 MB/s  1240834 calls/s
# udp tx:   1914 MB/s    32470 calls/s  32470 msg/s
# udp rx:   1821 MB/s  1480567 calls/s
# udp tx:   1955 MB/s    33159 calls/s  33159 msg/s
# udp rx:   1781 MB/s  1447066 calls/s
# udp tx:   1967 MB/s    33368 calls/s  33368 msg/s
# UDP GRO fwd perf                        udp rx:   1802 MB/s  1466968 calls/s
# udp tx:   1908 MB/s    32364 calls/s  32364 msg/s
# udp rx:   1868 MB/s  1521024 calls/s
# udp tx:   1909 MB/s    32394 calls/s  32394 msg/s
# udp rx:   1752 MB/s  1425330 calls/s
# udp tx:   1946 MB/s    33011 calls/s  33011 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:   1657 MB/s  1346331 calls/s
# udp tx:   1900 MB/s    32236 calls/s  32236 msg/s
# udp rx:   1910 MB/s  1553823 calls/s
# udp tx:   1928 MB/s    32714 calls/s  32714 msg/s
# udp rx:   1911 MB/s  1554893 calls/s
# udp tx:   1928 MB/s    32715 calls/s  32715 msg/s
# UDP GRO fwd perf                        udp rx:   1679 MB/s  1363952 calls/s
# udp tx:   1885 MB/s    31978 calls/s  31978 msg/s
# udp rx:   1907 MB/s  1550409 calls/s
# udp tx:   1940 MB/s    32911 calls/s  32911 msg/s
# udp rx:   1911 MB/s  1554584 calls/s
# udp tx:   1940 MB/s    32906 calls/s  32906 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__->