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:   1591 MB/s  1294803 calls/s
# udp tx:   1816 MB/s    30817 calls/s  30817 msg/s
# udp rx:   1394 MB/s  1135512 calls/s
# udp tx:   1664 MB/s    28232 calls/s  28232 msg/s
# udp rx:   1114 MB/s   907637 calls/s
# udp tx:   1187 MB/s    20138 calls/s  20138 msg/s
# UDP GRO fwd perf                        udp rx:   1140 MB/s   928233 calls/s
# udp tx:   1235 MB/s    20955 calls/s  20955 msg/s
# udp rx:   1274 MB/s  1037466 calls/s
# udp tx:   1286 MB/s    21819 calls/s  21819 msg/s
# udp rx:   1271 MB/s  1034819 calls/s
# udp tx:   1285 MB/s    21804 calls/s  21804 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:   1601 MB/s  1301799 calls/s
# udp tx:   1866 MB/s    31651 calls/s  31651 msg/s
# udp rx:   1779 MB/s  1446500 calls/s
# udp tx:   1957 MB/s    33200 calls/s  33200 msg/s
# udp rx:   1820 MB/s  1480033 calls/s
# udp tx:   1954 MB/s    33158 calls/s  33158 msg/s
# UDP GRO fwd perf                        udp rx:   1437 MB/s  1170094 calls/s
# udp tx:   1950 MB/s    33089 calls/s  33089 msg/s
# udp rx:   1953 MB/s  1590175 calls/s
# udp tx:   1970 MB/s    33414 calls/s  33414 msg/s
# udp rx:   1869 MB/s  1521926 calls/s
# udp tx:   1937 MB/s    32866 calls/s  32866 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__->