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:   1244 MB/s  1011161 calls/s
# udp tx:   1828 MB/s    31016 calls/s  31016 msg/s
# udp rx:   1680 MB/s  1366126 calls/s
# udp tx:   1923 MB/s    32616 calls/s  32616 msg/s
# udp rx:   1885 MB/s  1533844 calls/s
# udp tx:   1911 MB/s    32421 calls/s  32421 msg/s
# UDP GRO fwd perf                        udp rx:   1034 MB/s   842549 calls/s
# udp tx:   1068 MB/s    18130 calls/s  18130 msg/s
# udp rx:   1098 MB/s   894299 calls/s
# udp tx:   1110 MB/s    18843 calls/s  18843 msg/s
# udp rx:   1154 MB/s   939977 calls/s
# udp tx:   1155 MB/s    19598 calls/s  19598 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:    597 MB/s   484919 calls/s
# udp tx:   1173 MB/s    19901 calls/s  19901 msg/s
# udp rx:    780 MB/s   632758 calls/s
# udp tx:   1181 MB/s    20038 calls/s  20038 msg/s
# udp rx:    604 MB/s   489956 calls/s
# udp tx:   1238 MB/s    21010 calls/s  21010 msg/s
# UDP GRO fwd perf                        udp rx:    808 MB/s   656559 calls/s
# udp tx:   1219 MB/s    20676 calls/s  20676 msg/s
# udp rx:    886 MB/s   719889 calls/s
# udp tx:   1214 MB/s    20598 calls/s  20598 msg/s
# udp rx:    559 MB/s   453237 calls/s
# udp tx:   1249 MB/s    21196 calls/s  21196 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__->