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:   1557 MB/s  1266387 calls/s
# udp tx:   1837 MB/s    31173 calls/s  31173 msg/s
# udp rx:   1951 MB/s  1588723 calls/s
# udp tx:   1958 MB/s    33213 calls/s  33213 msg/s
# udp rx:   1957 MB/s  1593096 calls/s
# udp tx:   1962 MB/s    33282 calls/s  33282 msg/s
# UDP GRO fwd perf                        udp rx:   1870 MB/s  1522968 calls/s
# udp tx:   1944 MB/s    32976 calls/s  32976 msg/s
# udp rx:   1950 MB/s  1588012 calls/s
# udp tx:   1957 MB/s    33202 calls/s  33202 msg/s
# udp rx:   1922 MB/s  1564680 calls/s
# udp tx:   1926 MB/s    32683 calls/s  32683 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:   1367 MB/s  1110242 calls/s
# udp tx:   1751 MB/s    29714 calls/s  29714 msg/s
# udp rx:   1667 MB/s  1352303 calls/s
# udp tx:   1881 MB/s    31905 calls/s  31905 msg/s
# udp rx:   1707 MB/s  1383834 calls/s
# udp tx:   1898 MB/s    32195 calls/s  32195 msg/s
# UDP GRO fwd perf                        udp rx:   1636 MB/s  1325866 calls/s
# udp tx:   1923 MB/s    32626 calls/s  32626 msg/s
# udp rx:   1694 MB/s  1372537 calls/s
# udp tx:   1928 MB/s    32712 calls/s  32712 msg/s
# udp rx:   1657 MB/s  1342628 calls/s
# udp tx:   1933 MB/s    32786 calls/s  32786 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__->