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:   1701 MB/s  1383964 calls/s
# udp tx:   1768 MB/s    29990 calls/s  29990 msg/s
# udp rx:   1894 MB/s  1542023 calls/s
# udp tx:   1984 MB/s    33659 calls/s  33659 msg/s
# udp rx:   1964 MB/s  1599019 calls/s
# udp tx:   1987 MB/s    33711 calls/s  33711 msg/s
# UDP GRO fwd perf                        udp rx:   1911 MB/s  1556403 calls/s
# udp tx:   1985 MB/s    33682 calls/s  33682 msg/s
# udp rx:   1959 MB/s  1595368 calls/s
# udp tx:   1983 MB/s    33645 calls/s  33645 msg/s
# udp rx:   1876 MB/s  1527750 calls/s
# udp tx:   1971 MB/s    33437 calls/s  33437 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:   1181 MB/s   960692 calls/s
# udp tx:   1521 MB/s    25814 calls/s  25814 msg/s
# udp rx:    852 MB/s   690835 calls/s
# udp tx:   1291 MB/s    21900 calls/s  21900 msg/s
# udp rx:    949 MB/s   768768 calls/s
# udp tx:   1329 MB/s    22548 calls/s  22548 msg/s
# UDP GRO fwd perf                        udp rx:    705 MB/s   571785 calls/s
# udp tx:   1277 MB/s    21672 calls/s  21672 msg/s
# udp rx:    764 MB/s   618949 calls/s
# udp tx:   1317 MB/s    22347 calls/s  22347 msg/s
# udp rx:    754 MB/s   610816 calls/s
# udp tx:   1339 MB/s    22725 calls/s  22725 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__->