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:   1078 MB/s   877268 calls/s
# udp tx:   1315 MB/s    22318 calls/s  22318 msg/s
# udp rx:   1151 MB/s   937081 calls/s
# udp tx:   1190 MB/s    20199 calls/s  20199 msg/s
# udp rx:   1087 MB/s   885241 calls/s
# udp tx:   1182 MB/s    20054 calls/s  20054 msg/s
# UDP GRO fwd perf                        udp rx:    860 MB/s   700297 calls/s
# udp tx:   1123 MB/s    19054 calls/s  19054 msg/s
# udp rx:   1178 MB/s   959161 calls/s
# udp tx:   1182 MB/s    20064 calls/s  20064 msg/s
# udp rx:   1175 MB/s   957365 calls/s
# udp tx:   1180 MB/s    20028 calls/s  20028 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:   1241 MB/s  1007519 calls/s
# udp tx:   1833 MB/s    31093 calls/s  31093 msg/s
# udp rx:   1086 MB/s   880142 calls/s
# udp tx:   1914 MB/s    32464 calls/s  32464 msg/s
# udp rx:    852 MB/s   690772 calls/s
# udp tx:   1881 MB/s    31918 calls/s  31918 msg/s
# UDP GRO fwd perf                        udp rx:   1530 MB/s  1240776 calls/s
# udp tx:   1883 MB/s    31939 calls/s  31939 msg/s
# udp rx:   1634 MB/s  1324153 calls/s
# udp tx:   1941 MB/s    32931 calls/s  32931 msg/s
# udp rx:    965 MB/s   782219 calls/s
# udp tx:   1777 MB/s    30156 calls/s  30156 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__->