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:   1545 MB/s  1254547 calls/s
# udp tx:   1930 MB/s    32738 calls/s  32738 msg/s
# udp rx:   1675 MB/s  1358297 calls/s
# udp tx:   1960 MB/s    33252 calls/s  33252 msg/s
# udp rx:   1720 MB/s  1394879 calls/s
# udp tx:   1962 MB/s    33285 calls/s  33285 msg/s
# UDP GRO fwd perf                        udp rx:   1660 MB/s  1346886 calls/s
# udp tx:   1915 MB/s    32483 calls/s  32483 msg/s
# udp rx:   1868 MB/s  1515039 calls/s
# udp tx:   1953 MB/s    33125 calls/s  33125 msg/s
# udp rx:   1868 MB/s  1515182 calls/s
# udp tx:   1956 MB/s    33187 calls/s  33187 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:   1413 MB/s  1147082 calls/s
# udp tx:   1741 MB/s    29540 calls/s  29540 msg/s
# udp rx:   1423 MB/s  1152828 calls/s
# udp tx:   1947 MB/s    33036 calls/s  33036 msg/s
# udp rx:   1597 MB/s  1293620 calls/s
# udp tx:   1940 MB/s    32915 calls/s  32915 msg/s
# UDP GRO fwd perf                        udp tx:   1936 MB/s    32846 calls/s  32846 msg/s
# udp rx:   1363 MB/s  1104487 calls/s
# udp tx:   1938 MB/s    32886 calls/s  32886 msg/s
# udp rx:   1612 MB/s  1306269 calls/s
# udp tx:   1936 MB/s    32851 calls/s  32851 msg/s
# udp rx:   1598 MB/s  1294753 calls/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__->