make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1697 MB/s  1381689 calls/s
# udp tx:   1764 MB/s    29926 calls/s  29926 msg/s
# udp rx:   1820 MB/s  1482315 calls/s
# udp tx:   1898 MB/s    32192 calls/s  32192 msg/s
# udp rx:   1655 MB/s  1346999 calls/s
# udp tx:   1951 MB/s    33091 calls/s  33091 msg/s
# UDP GRO fwd perf                        udp rx:   1661 MB/s  1352057 calls/s
# udp tx:   1967 MB/s    33365 calls/s  33365 msg/s
# udp rx:   1943 MB/s  1581845 calls/s
# udp tx:   1975 MB/s    33506 calls/s  33506 msg/s
# udp rx:   1931 MB/s  1571915 calls/s
# udp tx:   1976 MB/s    33524 calls/s  33524 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:    557 MB/s   451867 calls/s
# udp tx:   1761 MB/s    29883 calls/s  29883 msg/s
# udp rx:   1489 MB/s  1206890 calls/s
# udp tx:   1923 MB/s    32624 calls/s  32624 msg/s
# udp rx:    652 MB/s   529578 calls/s
# udp tx:   1355 MB/s    22989 calls/s  22989 msg/s
# UDP GRO fwd perf                        udp rx:    726 MB/s   590021 calls/s
# udp tx:   1157 MB/s    19625 calls/s  19625 msg/s
# udp rx:    994 MB/s   807243 calls/s
# udp tx:   1221 MB/s    20723 calls/s  20723 msg/s
# udp rx:    978 MB/s   794264 calls/s
# udp tx:   1209 MB/s    20522 calls/s  20522 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__->