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:    943 MB/s   767864 calls/s
# udp tx:   1152 MB/s    19552 calls/s  19552 msg/s
# udp rx:    975 MB/s   793447 calls/s
# udp tx:   1232 MB/s    20900 calls/s  20900 msg/s
# udp rx:   1096 MB/s   892227 calls/s
# udp tx:   1226 MB/s    20802 calls/s  20802 msg/s
# UDP GRO fwd perf                        udp rx:   1612 MB/s  1312660 calls/s
# udp tx:   1910 MB/s    32407 calls/s  32407 msg/s
# udp rx:   1897 MB/s  1544777 calls/s
# udp tx:   1905 MB/s    32319 calls/s  32319 msg/s
# udp rx:   1412 MB/s  1148960 calls/s
# udp tx:   1928 MB/s    32706 calls/s  32706 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:   1481 MB/s  1200230 calls/s
# udp tx:   1812 MB/s    30741 calls/s  30741 msg/s
# udp rx:   1736 MB/s  1406678 calls/s
# udp tx:   1901 MB/s    32251 calls/s  32251 msg/s
# udp rx:   1705 MB/s  1383166 calls/s
# udp tx:   1820 MB/s    30872 calls/s  30872 msg/s
# UDP GRO fwd perf                        udp rx:    861 MB/s   701439 calls/s
# udp tx:   1137 MB/s    19300 calls/s  19300 msg/s
# udp rx:   1064 MB/s   866554 calls/s
# udp tx:   1061 MB/s    18007 calls/s  18007 msg/s
# udp rx:   1086 MB/s   884857 calls/s
# udp tx:   1098 MB/s    18631 calls/s  18631 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__->