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:   1387 MB/s  1127536 calls/s
# udp tx:   1904 MB/s    32304 calls/s  32304 msg/s
# udp rx:   1934 MB/s  1573702 calls/s
# udp tx:   1955 MB/s    33161 calls/s  33161 msg/s
# udp rx:   1825 MB/s  1483720 calls/s
# udp tx:   1950 MB/s    33083 calls/s  33083 msg/s
# UDP GRO fwd perf                        udp rx:   1496 MB/s  1218301 calls/s
# udp tx:   1949 MB/s    33062 calls/s  33062 msg/s
# udp rx:   1929 MB/s  1570078 calls/s
# udp tx:   1953 MB/s    33132 calls/s  33132 msg/s
# udp rx:   1791 MB/s  1458614 calls/s
# udp tx:   1944 MB/s    32980 calls/s  32980 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:    274 MB/s   222083 calls/s
# udp tx:   1325 MB/s    22489 calls/s  22489 msg/s
# udp rx:    302 MB/s   244486 calls/s
# udp tx:   1349 MB/s    22890 calls/s  22890 msg/s
# udp rx:    474 MB/s   383587 calls/s
# udp tx:   1332 MB/s    22596 calls/s  22596 msg/s
# UDP GRO fwd perf                        udp rx:    317 MB/s   256768 calls/s
# udp tx:   1358 MB/s    23044 calls/s  23044 msg/s
# udp rx:    457 MB/s   370023 calls/s
# udp tx:   1349 MB/s    22886 calls/s  22886 msg/s
# udp rx:    442 MB/s   358018 calls/s
# udp tx:   1336 MB/s    22673 calls/s  22673 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__->