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:   1252 MB/s  1018638 calls/s
# udp tx:   1893 MB/s    32111 calls/s  32111 msg/s
# udp rx:   1557 MB/s  1266132 calls/s
# udp tx:   1822 MB/s    30919 calls/s  30919 msg/s
# udp rx:   1643 MB/s  1335809 calls/s
# udp tx:   1821 MB/s    30899 calls/s  30899 msg/s
# UDP GRO fwd perf                        udp rx:   1321 MB/s  1075927 calls/s
# udp tx:   1833 MB/s    31092 calls/s  31092 msg/s
# udp rx:   1964 MB/s  1599262 calls/s
# udp tx:   1980 MB/s    33593 calls/s  33593 msg/s
# udp rx:   1970 MB/s  1604345 calls/s
# udp tx:   1981 MB/s    33616 calls/s  33616 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:    985 MB/s   799827 calls/s
# udp tx:   1793 MB/s    30419 calls/s  30419 msg/s
# udp rx:   1546 MB/s  1253843 calls/s
# udp tx:   1919 MB/s    32548 calls/s  32548 msg/s
# udp rx:   1602 MB/s  1300294 calls/s
# udp tx:   1907 MB/s    32344 calls/s  32344 msg/s
# UDP GRO fwd perf                        udp rx:   1578 MB/s  1282580 calls/s
# udp tx:   1829 MB/s    31033 calls/s  31033 msg/s
# udp rx:   1603 MB/s  1301469 calls/s
# udp tx:   1847 MB/s    31341 calls/s  31341 msg/s
# udp rx:   1583 MB/s  1285390 calls/s
# udp tx:   1893 MB/s    32121 calls/s  32121 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__->