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:   1637 MB/s  1332644 calls/s
# udp tx:   1883 MB/s    31943 calls/s  31943 msg/s
# udp rx:   1894 MB/s  1542447 calls/s
# udp tx:   1929 MB/s    32722 calls/s  32722 msg/s
# udp rx:   1864 MB/s  1517656 calls/s
# udp tx:   1901 MB/s    32255 calls/s  32255 msg/s
# UDP GRO fwd perf                        udp rx:   1773 MB/s  1443506 calls/s
# udp tx:   1834 MB/s    31106 calls/s  31106 msg/s
# udp rx:   1519 MB/s  1236483 calls/s
# udp tx:   1839 MB/s    31204 calls/s  31204 msg/s
# udp rx:   1695 MB/s  1378062 calls/s
# udp tx:   1918 MB/s    32531 calls/s  32531 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:   1167 MB/s   949178 calls/s
# udp tx:   1273 MB/s    21601 calls/s  21601 msg/s
# udp rx:   1160 MB/s   943575 calls/s
# udp tx:   1293 MB/s    21933 calls/s  21933 msg/s
# udp rx:   1238 MB/s  1006384 calls/s
# udp tx:   1306 MB/s    22162 calls/s  22162 msg/s
# UDP GRO fwd perf                        udp rx:    993 MB/s   806658 calls/s
# udp tx:   1289 MB/s    21864 calls/s  21864 msg/s
# udp rx:   1190 MB/s   967527 calls/s
# udp tx:   1294 MB/s    21962 calls/s  21962 msg/s
# udp rx:   1170 MB/s   950381 calls/s
# udp tx:   1299 MB/s    22034 calls/s  22034 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__->