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:   1674 MB/s  1361971 calls/s
# udp tx:   1882 MB/s    31921 calls/s  31921 msg/s
# udp rx:   1801 MB/s  1464755 calls/s
# udp tx:   1912 MB/s    32443 calls/s  32443 msg/s
# udp rx:   1725 MB/s  1403117 calls/s
# udp tx:   1834 MB/s    31118 calls/s  31118 msg/s
# UDP GRO fwd perf                        udp rx:   1759 MB/s  1431938 calls/s
# udp tx:   1854 MB/s    31461 calls/s  31461 msg/s
# udp rx:   1824 MB/s  1485361 calls/s
# udp tx:   1818 MB/s    30843 calls/s  30843 msg/s
# udp rx:   1662 MB/s  1353590 calls/s
# udp tx:   1937 MB/s    32859 calls/s  32859 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:    500 MB/s   404808 calls/s
# udp tx:   1312 MB/s    22263 calls/s  22263 msg/s
# udp rx:    529 MB/s   429099 calls/s
# udp tx:   1327 MB/s    22520 calls/s  22520 msg/s
# udp rx:    537 MB/s   435200 calls/s
# udp tx:   1380 MB/s    23412 calls/s  23412 msg/s
# UDP GRO fwd perf                        udp rx:    426 MB/s   345088 calls/s
# udp tx:   1384 MB/s    23486 calls/s  23486 msg/s
# udp tx:   1342 MB/s    22775 calls/s  22775 msg/s
# udp rx:    473 MB/s   382998 calls/s
# udp tx:   1375 MB/s    23333 calls/s  23333 msg/s
# udp rx:    499 MB/s   404605 calls/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__->