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:   1049 MB/s   853412 calls/s
# udp tx:   1778 MB/s    30163 calls/s  30163 msg/s
# udp rx:   1856 MB/s  1509103 calls/s
# udp tx:   1955 MB/s    33165 calls/s  33165 msg/s
# udp rx:   1815 MB/s  1475034 calls/s
# udp tx:   1988 MB/s    33729 calls/s  33729 msg/s
# UDP GRO fwd perf                        udp rx:   1811 MB/s  1469937 calls/s
# udp tx:   1989 MB/s    33751 calls/s  33751 msg/s
# udp rx:   1942 MB/s  1577646 calls/s
# udp tx:   1993 MB/s    33815 calls/s  33815 msg/s
# udp rx:   1910 MB/s  1550343 calls/s
# udp tx:   1994 MB/s    33829 calls/s  33829 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:   1635 MB/s  1325112 calls/s
# udp tx:   1975 MB/s    33514 calls/s  33514 msg/s
# udp rx:   1543 MB/s  1250741 calls/s
# udp tx:   1957 MB/s    33203 calls/s  33203 msg/s
# udp rx:   1761 MB/s  1426935 calls/s
# udp tx:   1950 MB/s    33090 calls/s  33090 msg/s
# UDP GRO fwd perf                        udp rx:   1222 MB/s   990538 calls/s
# udp tx:   1964 MB/s    33316 calls/s  33316 msg/s
# udp rx:   1166 MB/s   945247 calls/s
# udp tx:   1973 MB/s    33464 calls/s  33464 msg/s
# udp rx:   1364 MB/s  1105401 calls/s
# udp tx:   1946 MB/s    33022 calls/s  33022 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__->