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:   1481 MB/s  1205567 calls/s
# udp tx:   1889 MB/s    32043 calls/s  32043 msg/s
# udp rx:   1892 MB/s  1540924 calls/s
# udp tx:   1901 MB/s    32244 calls/s  32244 msg/s
# udp rx:   1901 MB/s  1547815 calls/s
# udp tx:   1909 MB/s    32393 calls/s  32393 msg/s
# UDP GRO fwd perf                        udp rx:   1319 MB/s  1072937 calls/s
# udp tx:   1800 MB/s    30540 calls/s  30540 msg/s
# udp rx:   1787 MB/s  1454827 calls/s
# udp tx:   1809 MB/s    30695 calls/s  30695 msg/s
# udp rx:   1896 MB/s  1543417 calls/s
# udp tx:   1909 MB/s    32389 calls/s  32389 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:   1366 MB/s  1108329 calls/s
# udp tx:   1794 MB/s    30440 calls/s  30440 msg/s
# udp rx:   1726 MB/s  1403059 calls/s
# udp tx:   1815 MB/s    30792 calls/s  30792 msg/s
# udp rx:    892 MB/s   724568 calls/s
# udp tx:   1346 MB/s    22843 calls/s  22843 msg/s
# UDP GRO fwd perf                        udp rx:    741 MB/s   602212 calls/s
# udp tx:   1170 MB/s    19854 calls/s  19854 msg/s
# udp rx:    574 MB/s   465891 calls/s
# udp tx:   1180 MB/s    20022 calls/s  20022 msg/s
# udp rx:    635 MB/s   515434 calls/s
# udp tx:   1164 MB/s    19754 calls/s  19754 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__->