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:    903 MB/s   735182 calls/s
# udp tx:   1810 MB/s    30709 calls/s  30709 msg/s
# udp rx:   1128 MB/s   917952 calls/s
# udp tx:   1676 MB/s    28442 calls/s  28442 msg/s
# udp rx:   1115 MB/s   907719 calls/s
# udp tx:   1868 MB/s    31697 calls/s  31697 msg/s
# UDP GRO fwd perf                        udp rx:    768 MB/s   624604 calls/s
# udp tx:   1817 MB/s    30830 calls/s  30830 msg/s
# udp rx:   1434 MB/s  1166842 calls/s
# udp tx:   1801 MB/s    30559 calls/s  30559 msg/s
# udp rx:   1460 MB/s  1188350 calls/s
# udp tx:   1492 MB/s    25316 calls/s  25316 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:   1076 MB/s   874266 calls/s
# udp tx:   1446 MB/s    24533 calls/s  24533 msg/s
# udp rx:   1169 MB/s   951278 calls/s
# udp tx:   1355 MB/s    22984 calls/s  22984 msg/s
# udp rx:   1247 MB/s  1014893 calls/s
# udp tx:   1319 MB/s    22385 calls/s  22385 msg/s
# UDP GRO fwd perf                        udp rx:   1555 MB/s  1263828 calls/s
# udp tx:   1816 MB/s    30812 calls/s  30812 msg/s
# udp rx:   1525 MB/s  1238936 calls/s
# udp tx:   1719 MB/s    29171 calls/s  29171 msg/s
# udp rx:    311 MB/s   252833 calls/s
# udp tx:   1752 MB/s    29716 calls/s  29716 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__->