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:   1776 MB/s  1445424 calls/s
# udp tx:   1868 MB/s    31689 calls/s  31689 msg/s
# udp rx:   1775 MB/s  1445290 calls/s
# udp tx:   1811 MB/s    30719 calls/s  30719 msg/s
# udp rx:   1834 MB/s  1491125 calls/s
# udp tx:   1895 MB/s    32142 calls/s  32142 msg/s
# UDP GRO fwd perf                        udp rx:   1806 MB/s  1470615 calls/s
# udp tx:   1877 MB/s    31846 calls/s  31846 msg/s
# udp rx:   1856 MB/s  1511451 calls/s
# udp tx:   1863 MB/s    31598 calls/s  31598 msg/s
# udp rx:   1859 MB/s  1513433 calls/s
# udp tx:   1866 MB/s    31651 calls/s  31651 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:   1637 MB/s  1329503 calls/s
# udp tx:   1918 MB/s    32533 calls/s  32533 msg/s
# udp rx:   1783 MB/s  1448683 calls/s
# udp tx:   1870 MB/s    31721 calls/s  31721 msg/s
# udp rx:   1751 MB/s  1421328 calls/s
# udp tx:   1884 MB/s    31956 calls/s  31956 msg/s
# UDP GRO fwd perf                        udp rx:   1503 MB/s  1219868 calls/s
# udp tx:   1870 MB/s    31723 calls/s  31723 msg/s
# udp rx:   1750 MB/s  1419601 calls/s
# udp tx:   1913 MB/s    32462 calls/s  32462 msg/s
# udp rx:   1747 MB/s  1417207 calls/s
# udp tx:   1909 MB/s    32380 calls/s  32380 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__->