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:    853 MB/s   694707 calls/s
# udp tx:   1231 MB/s    20879 calls/s  20879 msg/s
# udp rx:   1244 MB/s  1012973 calls/s
# udp tx:   1271 MB/s    21568 calls/s  21568 msg/s
# udp rx:    998 MB/s   812961 calls/s
# udp tx:   1256 MB/s    21307 calls/s  21307 msg/s
# UDP GRO fwd perf                        udp rx:   1154 MB/s   939457 calls/s
# udp tx:   1228 MB/s    20836 calls/s  20836 msg/s
# udp rx:   1230 MB/s  1001374 calls/s
# udp tx:   1246 MB/s    21139 calls/s  21139 msg/s
# udp rx:   1255 MB/s  1021722 calls/s
# udp tx:   1258 MB/s    21351 calls/s  21351 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:   1508 MB/s  1225887 calls/s
# udp tx:   1630 MB/s    27653 calls/s  27653 msg/s
# udp rx:   1631 MB/s  1325765 calls/s
# udp tx:   1709 MB/s    29001 calls/s  29001 msg/s
# udp rx:   1746 MB/s  1416071 calls/s
# udp tx:   1894 MB/s    32128 calls/s  32128 msg/s
# UDP GRO fwd perf                        udp rx:   1640 MB/s  1329296 calls/s
# udp tx:   1905 MB/s    32326 calls/s  32326 msg/s
# udp rx:   1723 MB/s  1396443 calls/s
# udp tx:   1907 MB/s    32359 calls/s  32359 msg/s
# udp rx:   1702 MB/s  1379542 calls/s
# udp tx:   1907 MB/s    32347 calls/s  32347 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__->