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:   1197 MB/s   973659 calls/s
# udp tx:   1837 MB/s    31159 calls/s  31159 msg/s
# udp rx:   1478 MB/s  1201827 calls/s
# udp tx:   1851 MB/s    31401 calls/s  31401 msg/s
# udp rx:   1053 MB/s   854926 calls/s
# udp tx:   1307 MB/s    22174 calls/s  22174 msg/s
# UDP GRO fwd perf                        udp rx:    887 MB/s   719477 calls/s
# udp tx:   1314 MB/s    22294 calls/s  22294 msg/s
# udp rx:    934 MB/s   756772 calls/s
# udp tx:   1352 MB/s    22947 calls/s  22947 msg/s
# udp rx:    945 MB/s   765856 calls/s
# udp tx:   1353 MB/s    22957 calls/s  22957 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:   1577 MB/s  1280805 calls/s
# udp tx:   1881 MB/s    31911 calls/s  31911 msg/s
# udp rx:   1740 MB/s  1414118 calls/s
# udp tx:   1883 MB/s    31938 calls/s  31938 msg/s
# udp rx:   1777 MB/s  1443309 calls/s
# udp tx:   1891 MB/s    32074 calls/s  32074 msg/s
# UDP GRO fwd perf                        udp rx:   1698 MB/s  1379086 calls/s
# udp tx:   1891 MB/s    32077 calls/s  32077 msg/s
# udp rx:   1718 MB/s  1395328 calls/s
# udp tx:   1838 MB/s    31179 calls/s  31179 msg/s
# udp rx:   1597 MB/s  1297492 calls/s
# udp tx:   1715 MB/s    29102 calls/s  29102 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__->