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:   1331 MB/s  1082939 calls/s
# udp tx:   1922 MB/s    32600 calls/s  32600 msg/s
# udp rx:   1506 MB/s  1225582 calls/s
# udp tx:   1862 MB/s    31593 calls/s  31593 msg/s
# udp rx:   1500 MB/s  1221052 calls/s
# udp tx:   1801 MB/s    30553 calls/s  30553 msg/s
# UDP GRO fwd perf                        udp rx:   1738 MB/s  1412652 calls/s
# udp tx:   1905 MB/s    32322 calls/s  32322 msg/s
# udp rx:   1797 MB/s  1459414 calls/s
# udp tx:   1927 MB/s    32697 calls/s  32697 msg/s
# udp rx:   1784 MB/s  1449360 calls/s
# udp tx:   1948 MB/s    33043 calls/s  33043 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:   1023 MB/s   833240 calls/s
# udp tx:   1142 MB/s    19384 calls/s  19384 msg/s
# udp rx:   1108 MB/s   902716 calls/s
# udp tx:   1123 MB/s    19051 calls/s  19051 msg/s
# udp rx:   1091 MB/s   888996 calls/s
# udp tx:   1093 MB/s    18551 calls/s  18551 msg/s
# UDP GRO fwd perf                        udp rx:   1072 MB/s   873288 calls/s
# udp tx:   1156 MB/s    19611 calls/s  19611 msg/s
# udp rx:   1176 MB/s   958039 calls/s
# udp tx:   1178 MB/s    19993 calls/s  19993 msg/s
# udp rx:   1176 MB/s   957617 calls/s
# udp tx:   1179 MB/s    20001 calls/s  20001 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__->