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:   1704 MB/s  1384422 calls/s
# udp tx:   1969 MB/s    33407 calls/s  33407 msg/s
# udp rx:   1764 MB/s  1433697 calls/s
# udp tx:   1949 MB/s    33061 calls/s  33061 msg/s
# udp rx:   1883 MB/s  1533183 calls/s
# udp tx:   1911 MB/s    32421 calls/s  32421 msg/s
# UDP GRO fwd perf                        udp rx:   1821 MB/s  1482985 calls/s
# udp tx:   1941 MB/s    32937 calls/s  32937 msg/s
# udp rx:   1941 MB/s  1579848 calls/s
# udp tx:   1987 MB/s    33711 calls/s  33711 msg/s
# udp rx:   1937 MB/s  1577046 calls/s
# udp tx:   1985 MB/s    33672 calls/s  33672 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:   1284 MB/s  1042887 calls/s
# udp tx:   1831 MB/s    31070 calls/s  31070 msg/s
# udp rx:   1707 MB/s  1383697 calls/s
# udp tx:   1908 MB/s    32371 calls/s  32371 msg/s
# udp rx:   1772 MB/s  1436172 calls/s
# udp tx:   1946 MB/s    33009 calls/s  33009 msg/s
# UDP GRO fwd perf                        udp rx:   1522 MB/s  1234733 calls/s
# udp tx:   1842 MB/s    31245 calls/s  31245 msg/s
# udp rx:   1658 MB/s  1344305 calls/s
# udp tx:   1956 MB/s    33183 calls/s  33183 msg/s
# udp rx:   1754 MB/s  1421906 calls/s
# udp tx:   1957 MB/s    33195 calls/s  33195 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__->