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:   1419 MB/s  1155529 calls/s
# udp tx:   1795 MB/s    30461 calls/s  30461 msg/s
# udp rx:   1302 MB/s  1060152 calls/s
# udp tx:   1904 MB/s    32304 calls/s  32304 msg/s
# udp rx:   1776 MB/s  1446323 calls/s
# udp tx:   1779 MB/s    30182 calls/s  30182 msg/s
# UDP GRO fwd perf                        udp rx:   1396 MB/s  1136617 calls/s
# udp tx:   1450 MB/s    24595 calls/s  24595 msg/s
# udp rx:   1201 MB/s   977250 calls/s
# udp tx:   1237 MB/s    20996 calls/s  20996 msg/s
# udp rx:   1204 MB/s   979673 calls/s
# udp tx:   1255 MB/s    21292 calls/s  21292 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:   1608 MB/s  1308139 calls/s
# udp tx:   1868 MB/s    31695 calls/s  31695 msg/s
# udp rx:   1901 MB/s  1548024 calls/s
# udp tx:   1925 MB/s    32651 calls/s  32651 msg/s
# udp rx:   1780 MB/s  1447840 calls/s
# udp tx:   1927 MB/s    32696 calls/s  32696 msg/s
# UDP GRO fwd perf                        udp rx:   1748 MB/s  1422588 calls/s
# udp tx:   1955 MB/s    33171 calls/s  33171 msg/s
# udp rx:   1672 MB/s  1357859 calls/s
# udp tx:   1959 MB/s    33231 calls/s  33231 msg/s
# udp rx:   1882 MB/s  1532019 calls/s
# udp tx:   1944 MB/s    32977 calls/s  32977 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__->