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:   1054 MB/s   858324 calls/s
# udp tx:   1379 MB/s    23404 calls/s  23404 msg/s
# udp rx:   1158 MB/s   943295 calls/s
# udp tx:   1158 MB/s    19651 calls/s  19651 msg/s
# udp rx:   1141 MB/s   929127 calls/s
# udp tx:   1150 MB/s    19506 calls/s  19506 msg/s
# UDP GRO fwd perf                        udp rx:   1054 MB/s   858382 calls/s
# udp tx:   1148 MB/s    19483 calls/s  19483 msg/s
# udp rx:   1185 MB/s   965201 calls/s
# udp tx:   1191 MB/s    20207 calls/s  20207 msg/s
# udp rx:   1186 MB/s   965780 calls/s
# udp tx:   1191 MB/s    20203 calls/s  20203 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:    898 MB/s   729872 calls/s
# udp tx:   1734 MB/s    29412 calls/s  29412 msg/s
# udp rx:   1781 MB/s  1448961 calls/s
# udp tx:   1936 MB/s    32846 calls/s  32846 msg/s
# udp rx:   1883 MB/s  1533432 calls/s
# udp tx:   1928 MB/s    32709 calls/s  32709 msg/s
# UDP GRO fwd perf                        udp rx:   1575 MB/s  1282527 calls/s
# udp tx:   1912 MB/s    32440 calls/s  32440 msg/s
# udp rx:   1925 MB/s  1567821 calls/s
# udp tx:   1938 MB/s    32884 calls/s  32884 msg/s
# udp rx:   1848 MB/s  1505184 calls/s
# udp tx:   1927 MB/s    32693 calls/s  32693 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__->