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:   1477 MB/s  1202670 calls/s
# udp tx:   1789 MB/s    30343 calls/s  30343 msg/s
# udp rx:   1769 MB/s  1440754 calls/s
# udp tx:   1780 MB/s    30206 calls/s  30206 msg/s
# udp rx:   1729 MB/s  1408082 calls/s
# udp tx:   1745 MB/s    29599 calls/s  29599 msg/s
# UDP GRO fwd perf                        udp rx:   1755 MB/s  1428100 calls/s
# udp tx:   1859 MB/s    31537 calls/s  31537 msg/s
# udp rx:   1836 MB/s  1495053 calls/s
# udp tx:   1843 MB/s    31274 calls/s  31274 msg/s
# udp rx:   1926 MB/s  1568646 calls/s
# udp tx:   1934 MB/s    32805 calls/s  32805 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:    796 MB/s   647077 calls/s
# udp tx:   1183 MB/s    20066 calls/s  20066 msg/s
# udp rx:    965 MB/s   782931 calls/s
# udp tx:   1226 MB/s    20807 calls/s  20807 msg/s
# udp rx:    909 MB/s   737934 calls/s
# udp tx:   1221 MB/s    20718 calls/s  20718 msg/s
# UDP GRO fwd perf                        udp rx:   1452 MB/s  1179300 calls/s
# udp tx:   1826 MB/s    30971 calls/s  30971 msg/s
# udp rx:   1761 MB/s  1429101 calls/s
# udp tx:   1908 MB/s    32367 calls/s  32367 msg/s
# udp rx:   1623 MB/s  1317237 calls/s
# udp tx:   1876 MB/s    31833 calls/s  31833 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__->