make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_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:   1240 MB/s  1009559 calls/s
# udp tx:   1382 MB/s    23444 calls/s  23444 msg/s
# udp rx:   1184 MB/s   963994 calls/s
# udp tx:   1191 MB/s    20216 calls/s  20216 msg/s
# udp rx:    984 MB/s   800976 calls/s
# udp tx:   1209 MB/s    20520 calls/s  20520 msg/s
# UDP GRO fwd perf                        udp rx:   1128 MB/s   918399 calls/s
# udp tx:   1178 MB/s    19987 calls/s  19987 msg/s
# udp rx:   1199 MB/s   976425 calls/s
# udp tx:   1211 MB/s    20541 calls/s  20541 msg/s
# udp rx:   1253 MB/s  1020391 calls/s
# udp tx:   1260 MB/s    21376 calls/s  21376 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:   1436 MB/s  1165024 calls/s
# udp tx:   1805 MB/s    30622 calls/s  30622 msg/s
# udp rx:   1771 MB/s  1436491 calls/s
# udp tx:   1889 MB/s    32049 calls/s  32049 msg/s
# udp rx:   1776 MB/s  1440476 calls/s
# udp tx:   1896 MB/s    32172 calls/s  32172 msg/s
# UDP GRO fwd perf                        udp rx:   1641 MB/s  1330066 calls/s
# udp tx:   1899 MB/s    32215 calls/s  32215 msg/s
# udp rx:   1660 MB/s  1346622 calls/s
# udp tx:   1805 MB/s    30623 calls/s  30623 msg/s
# udp rx:   1632 MB/s  1322827 calls/s
# udp tx:   1925 MB/s    32657 calls/s  32657 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__->