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:   1553 MB/s  1263931 calls/s
# udp tx:   1861 MB/s    31572 calls/s  31572 msg/s
# udp rx:   1752 MB/s  1426216 calls/s
# udp tx:   1909 MB/s    32382 calls/s  32382 msg/s
# udp rx:   1929 MB/s  1570998 calls/s
# udp tx:   1938 MB/s    32881 calls/s  32881 msg/s
# UDP GRO fwd perf                        udp rx:   1325 MB/s  1079094 calls/s
# udp tx:   1909 MB/s    32393 calls/s  32393 msg/s
# udp rx:   1619 MB/s  1317452 calls/s
# udp tx:   1830 MB/s    31054 calls/s  31054 msg/s
# udp rx:   1800 MB/s  1463598 calls/s
# udp tx:   1905 MB/s    32322 calls/s  32322 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:   1140 MB/s   928088 calls/s
# udp tx:   1209 MB/s    20517 calls/s  20517 msg/s
# udp rx:   1216 MB/s   989244 calls/s
# udp tx:   1249 MB/s    21184 calls/s  21184 msg/s
# udp rx:   1236 MB/s  1006242 calls/s
# udp tx:   1263 MB/s    21422 calls/s  21422 msg/s
# UDP GRO fwd perf                        udp rx:   1200 MB/s   976473 calls/s
# udp tx:   1272 MB/s    21578 calls/s  21578 msg/s
# udp rx:   1153 MB/s   938094 calls/s
# udp tx:   1265 MB/s    21467 calls/s  21467 msg/s
# udp rx:   1198 MB/s   972522 calls/s
# udp tx:   1313 MB/s    22277 calls/s  22277 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__->