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:   1475 MB/s  1200665 calls/s
# udp tx:   1910 MB/s    32410 calls/s  32410 msg/s
# udp rx:   1898 MB/s  1545732 calls/s
# udp tx:   1936 MB/s    32836 calls/s  32836 msg/s
# udp rx:   1931 MB/s  1572090 calls/s
# udp tx:   1936 MB/s    32841 calls/s  32841 msg/s
# UDP GRO fwd perf                        udp rx:   1572 MB/s  1279645 calls/s
# udp tx:   1829 MB/s    31027 calls/s  31027 msg/s
# udp rx:   1719 MB/s  1397616 calls/s
# udp tx:   1856 MB/s    31495 calls/s  31495 msg/s
# udp rx:   1754 MB/s  1426292 calls/s
# udp tx:   1883 MB/s    31952 calls/s  31952 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:   1537 MB/s  1249220 calls/s
# udp tx:   1797 MB/s    30490 calls/s  30490 msg/s
# udp rx:   1748 MB/s  1417184 calls/s
# udp tx:   1952 MB/s    33116 calls/s  33116 msg/s
# udp rx:   1779 MB/s  1441769 calls/s
# udp tx:   1942 MB/s    32951 calls/s  32951 msg/s
# UDP GRO fwd perf                        udp rx:   1742 MB/s  1413923 calls/s
# udp tx:   1910 MB/s    32395 calls/s  32395 msg/s
# udp tx:   1924 MB/s    32648 calls/s  32648 msg/s
# udp rx:   1702 MB/s  1379975 calls/s
# udp tx:   1937 MB/s    32858 calls/s  32858 msg/s
# udp rx:   1567 MB/s  1270277 calls/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__->