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:    710 MB/s   576238 calls/s
# udp tx:   1268 MB/s    21516 calls/s  21516 msg/s
# udp rx:   1008 MB/s   818763 calls/s
# udp tx:   1244 MB/s    21111 calls/s  21111 msg/s
# udp rx:    804 MB/s   652692 calls/s
# udp tx:   1239 MB/s    21025 calls/s  21025 msg/s
# UDP GRO fwd perf                        udp rx:    819 MB/s   664389 calls/s
# udp tx:   1238 MB/s    21009 calls/s  21009 msg/s
# udp rx:   1186 MB/s   964434 calls/s
# udp tx:   1279 MB/s    21700 calls/s  21700 msg/s
# udp rx:   1191 MB/s   968445 calls/s
# udp tx:   1287 MB/s    21838 calls/s  21838 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:    684 MB/s   555661 calls/s
# udp tx:   1186 MB/s    20117 calls/s  20117 msg/s
# udp rx:    655 MB/s   532669 calls/s
# udp tx:   1158 MB/s    19641 calls/s  19641 msg/s
# udp rx:    951 MB/s   772242 calls/s
# udp tx:   1225 MB/s    20792 calls/s  20792 msg/s
# UDP GRO fwd perf                        udp rx:    807 MB/s   654670 calls/s
# udp tx:   1283 MB/s    21767 calls/s  21767 msg/s
# udp rx:   1001 MB/s   812726 calls/s
# udp tx:   1285 MB/s    21801 calls/s  21801 msg/s
# udp rx:    972 MB/s   788931 calls/s
# udp tx:   1290 MB/s    21894 calls/s  21894 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__->