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:   1165 MB/s   948742 calls/s
# udp tx:   1205 MB/s    20438 calls/s  20438 msg/s
# udp rx:   1209 MB/s   984639 calls/s
# udp tx:   1235 MB/s    20961 calls/s  20961 msg/s
# udp rx:   1208 MB/s   983914 calls/s
# udp tx:   1209 MB/s    20512 calls/s  20512 msg/s
# UDP GRO fwd perf                        udp rx:    998 MB/s   813103 calls/s
# udp tx:   1078 MB/s    18290 calls/s  18290 msg/s
# udp rx:   1183 MB/s   963657 calls/s
# udp tx:   1199 MB/s    20339 calls/s  20339 msg/s
# udp rx:   1216 MB/s   990105 calls/s
# udp tx:   1220 MB/s    20706 calls/s  20706 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:   1042 MB/s   848867 calls/s
# udp tx:   1081 MB/s    18351 calls/s  18351 msg/s
# udp rx:   1129 MB/s   919601 calls/s
# udp tx:   1130 MB/s    19170 calls/s  19170 msg/s
# udp rx:   1021 MB/s   831130 calls/s
# udp tx:   1180 MB/s    20020 calls/s  20020 msg/s
# UDP GRO fwd perf                        udp rx:    988 MB/s   804727 calls/s
# udp tx:   1156 MB/s    19621 calls/s  19621 msg/s
# udp rx:   1106 MB/s   900428 calls/s
# udp tx:   1108 MB/s    18809 calls/s  18809 msg/s
# udp rx:   1209 MB/s   984745 calls/s
# udp tx:   1213 MB/s    20581 calls/s  20581 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__->