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:   1699 MB/s  1382873 calls/s
# udp tx:   1803 MB/s    30591 calls/s  30591 msg/s
# udp rx:   1831 MB/s  1490556 calls/s
# udp tx:   1841 MB/s    31226 calls/s  31226 msg/s
# udp rx:   1771 MB/s  1441489 calls/s
# udp tx:   1822 MB/s    30904 calls/s  30904 msg/s
# UDP GRO fwd perf                        udp rx:   1746 MB/s  1421933 calls/s
# udp tx:   1829 MB/s    31024 calls/s  31024 msg/s
# udp rx:   1601 MB/s  1304017 calls/s
# udp tx:   1893 MB/s    32111 calls/s  32111 msg/s
# udp rx:   1853 MB/s  1508774 calls/s
# udp tx:   1859 MB/s    31532 calls/s  31532 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:   1082 MB/s   881092 calls/s
# udp tx:   1131 MB/s    19199 calls/s  19199 msg/s
# udp rx:   1021 MB/s   831763 calls/s
# udp tx:   1129 MB/s    19156 calls/s  19156 msg/s
# udp rx:   1142 MB/s   930205 calls/s
# udp tx:   1143 MB/s    19393 calls/s  19393 msg/s
# UDP GRO fwd perf                        udp rx:   1008 MB/s   820957 calls/s
# udp tx:   1165 MB/s    19767 calls/s  19767 msg/s
# udp rx:   1116 MB/s   908986 calls/s
# udp tx:   1168 MB/s    19822 calls/s  19822 msg/s
# udp rx:   1034 MB/s   841755 calls/s
# udp tx:   1164 MB/s    19747 calls/s  19747 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__->