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:   1676 MB/s  1362970 calls/s
# udp tx:   1947 MB/s    33035 calls/s  33035 msg/s
# udp rx:   1956 MB/s  1592616 calls/s
# udp tx:   1979 MB/s    33567 calls/s  33567 msg/s
# udp rx:   1893 MB/s  1541020 calls/s
# udp tx:   1917 MB/s    32521 calls/s  32521 msg/s
# UDP GRO fwd perf                        udp rx:   1624 MB/s  1321386 calls/s
# udp tx:   1772 MB/s    30058 calls/s  30058 msg/s
# udp rx:   1817 MB/s  1479961 calls/s
# udp tx:   1841 MB/s    31228 calls/s  31228 msg/s
# udp rx:   1907 MB/s  1552690 calls/s
# udp tx:   1930 MB/s    32751 calls/s  32751 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:    780 MB/s   632711 calls/s
# udp tx:   1313 MB/s    22274 calls/s  22274 msg/s
# udp rx:    941 MB/s   763781 calls/s
# udp tx:   1252 MB/s    21244 calls/s  21244 msg/s
# udp rx:    900 MB/s   730455 calls/s
# udp tx:   1230 MB/s    20862 calls/s  20862 msg/s
# UDP GRO fwd perf                        udp rx:    985 MB/s   799958 calls/s
# udp tx:   1309 MB/s    22215 calls/s  22215 msg/s
# udp rx:   1040 MB/s   844631 calls/s
# udp tx:   1307 MB/s    22179 calls/s  22179 msg/s
# udp rx:   1027 MB/s   834221 calls/s
# udp tx:   1311 MB/s    22239 calls/s  22239 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__->