make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_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:   1314 MB/s  1068832 calls/s
# udp tx:   1625 MB/s    27563 calls/s  27563 msg/s
# udp rx:    881 MB/s   717016 calls/s
# udp tx:   1963 MB/s    33308 calls/s  33308 msg/s
# udp rx:   1781 MB/s  1449682 calls/s
# udp tx:   1919 MB/s    32558 calls/s  32558 msg/s
# UDP GRO fwd perf                        udp rx:   1535 MB/s  1249647 calls/s
# udp tx:   1671 MB/s    28345 calls/s  28345 msg/s
# udp rx:   1793 MB/s  1459573 calls/s
# udp tx:   1825 MB/s    30956 calls/s  30956 msg/s
# udp rx:   1769 MB/s  1437927 calls/s
# udp tx:   1915 MB/s    32492 calls/s  32492 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:   1373 MB/s  1117209 calls/s
# udp tx:   1655 MB/s    28076 calls/s  28076 msg/s
# udp rx:   1302 MB/s  1059296 calls/s
# udp tx:   1778 MB/s    30161 calls/s  30161 msg/s
# udp rx:   1102 MB/s   896415 calls/s
# udp tx:   1647 MB/s    27951 calls/s  27951 msg/s
# UDP GRO fwd perf                        udp rx:   1239 MB/s  1006724 calls/s
# udp tx:   1436 MB/s    24370 calls/s  24370 msg/s
# udp rx:   1405 MB/s  1141161 calls/s
# udp tx:   1710 MB/s    29007 calls/s  29007 msg/s
# udp rx:    925 MB/s   751004 calls/s
# udp tx:   1728 MB/s    29314 calls/s  29314 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__->