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:   1721 MB/s  1400600 calls/s
# udp tx:   1847 MB/s    31343 calls/s  31343 msg/s
# udp rx:   1532 MB/s  1247406 calls/s
# udp tx:   1842 MB/s    31249 calls/s  31249 msg/s
# udp rx:   1863 MB/s  1516726 calls/s
# udp tx:   1871 MB/s    31742 calls/s  31742 msg/s
# UDP GRO fwd perf                        udp rx:   1285 MB/s  1045351 calls/s
# udp tx:   1915 MB/s    32491 calls/s  32491 msg/s
# udp rx:   1733 MB/s  1410945 calls/s
# udp tx:   1923 MB/s    32628 calls/s  32628 msg/s
# udp rx:   1867 MB/s  1520063 calls/s
# udp tx:   1913 MB/s    32447 calls/s  32447 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:   1363 MB/s  1106861 calls/s
# udp tx:   1888 MB/s    32032 calls/s  32032 msg/s
# udp rx:   1742 MB/s  1415661 calls/s
# udp tx:   1877 MB/s    31846 calls/s  31846 msg/s
# udp rx:   1726 MB/s  1403089 calls/s
# udp tx:   1818 MB/s    30835 calls/s  30835 msg/s
# UDP GRO fwd perf                        udp rx:    464 MB/s   376342 calls/s
# udp tx:   1226 MB/s    20799 calls/s  20799 msg/s
# udp rx:    505 MB/s   408657 calls/s
# udp tx:   1343 MB/s    22791 calls/s  22791 msg/s
# udp rx:    483 MB/s   391168 calls/s
# udp tx:   1340 MB/s    22742 calls/s  22742 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__->