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:   1428 MB/s  1161861 calls/s
# udp tx:   1774 MB/s    30103 calls/s  30103 msg/s
# udp rx:   1534 MB/s  1247222 calls/s
# udp tx:   1915 MB/s    32491 calls/s  32491 msg/s
# udp rx:   1708 MB/s  1388643 calls/s
# udp tx:   1899 MB/s    32225 calls/s  32225 msg/s
# UDP GRO fwd perf                        udp rx:   1715 MB/s  1395403 calls/s
# udp tx:   1843 MB/s    31268 calls/s  31268 msg/s
# udp rx:   1777 MB/s  1447428 calls/s
# udp tx:   1781 MB/s    30210 calls/s  30210 msg/s
# udp rx:   1757 MB/s  1430548 calls/s
# udp tx:   1757 MB/s    29803 calls/s  29803 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:   1569 MB/s  1274075 calls/s
# udp tx:   1850 MB/s    31394 calls/s  31394 msg/s
# udp rx:   1604 MB/s  1302092 calls/s
# udp tx:   1843 MB/s    31268 calls/s  31268 msg/s
# udp rx:   1727 MB/s  1403441 calls/s
# udp tx:   1891 MB/s    32076 calls/s  32076 msg/s
# UDP GRO fwd perf                        udp rx:   1402 MB/s  1138546 calls/s
# udp tx:   1833 MB/s    31093 calls/s  31093 msg/s
# udp rx:   1313 MB/s  1067516 calls/s
# udp tx:   1754 MB/s    29757 calls/s  29757 msg/s
# udp rx:   1181 MB/s   960250 calls/s
# udp tx:   1437 MB/s    24384 calls/s  24384 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__->