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:   1453 MB/s  1183169 calls/s
# udp tx:   1840 MB/s    31217 calls/s  31217 msg/s
# udp rx:   1605 MB/s  1306749 calls/s
# udp tx:   1807 MB/s    30663 calls/s  30663 msg/s
# udp rx:   1914 MB/s  1558574 calls/s
# udp tx:   1920 MB/s    32570 calls/s  32570 msg/s
# UDP GRO fwd perf                        udp rx:   1682 MB/s  1369746 calls/s
# udp tx:   1732 MB/s    29389 calls/s  29389 msg/s
# udp rx:   1797 MB/s  1463292 calls/s
# udp tx:   1820 MB/s    30879 calls/s  30879 msg/s
# udp rx:   1825 MB/s  1486365 calls/s
# udp tx:   1833 MB/s    31100 calls/s  31100 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:   1620 MB/s  1314801 calls/s
# udp tx:   1890 MB/s    32061 calls/s  32061 msg/s
# udp rx:   1678 MB/s  1360079 calls/s
# udp tx:   1901 MB/s    32256 calls/s  32256 msg/s
# udp rx:   1469 MB/s  1190590 calls/s
# udp tx:   1897 MB/s    32181 calls/s  32181 msg/s
# UDP GRO fwd perf                        udp rx:   1338 MB/s  1084346 calls/s
# udp tx:   1895 MB/s    32148 calls/s  32148 msg/s
# udp rx:   1627 MB/s  1318684 calls/s
# udp tx:   1907 MB/s    32353 calls/s  32353 msg/s
# udp rx:   1378 MB/s  1116668 calls/s
# udp tx:   1866 MB/s    31661 calls/s  31661 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__->