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:   1533 MB/s  1248215 calls/s
# udp tx:   1860 MB/s    31561 calls/s  31561 msg/s
# udp rx:   1951 MB/s  1588610 calls/s
# udp tx:   1957 MB/s    33197 calls/s  33197 msg/s
# udp rx:   1942 MB/s  1581465 calls/s
# udp tx:   1949 MB/s    33072 calls/s  33072 msg/s
# UDP GRO fwd perf                        udp rx:   1832 MB/s  1492055 calls/s
# udp tx:   1920 MB/s    32572 calls/s  32572 msg/s
# udp rx:   1787 MB/s  1454991 calls/s
# udp tx:   1800 MB/s    30543 calls/s  30543 msg/s
# udp rx:   1851 MB/s  1507076 calls/s
# udp tx:   1862 MB/s    31584 calls/s  31584 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:   1507 MB/s  1223510 calls/s
# udp tx:   1781 MB/s    30210 calls/s  30210 msg/s
# udp rx:   1799 MB/s  1458346 calls/s
# udp tx:   1949 MB/s    33068 calls/s  33068 msg/s
# udp rx:   1839 MB/s  1492859 calls/s
# udp tx:   1918 MB/s    32543 calls/s  32543 msg/s
# UDP GRO fwd perf                        udp rx:    893 MB/s   725668 calls/s
# udp tx:   1393 MB/s    23638 calls/s  23638 msg/s
# udp rx:    913 MB/s   740681 calls/s
# udp tx:   1287 MB/s    21831 calls/s  21831 msg/s
# udp rx:    880 MB/s   714026 calls/s
# udp tx:   1297 MB/s    22003 calls/s  22003 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__->