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:   1669 MB/s  1358320 calls/s
# udp tx:   1884 MB/s    31970 calls/s  31970 msg/s
# udp rx:   1834 MB/s  1492047 calls/s
# udp tx:   1888 MB/s    32022 calls/s  32022 msg/s
# udp rx:   1828 MB/s  1487693 calls/s
# udp tx:   1855 MB/s    31475 calls/s  31475 msg/s
# UDP GRO fwd perf                        udp rx:   1717 MB/s  1397500 calls/s
# udp tx:   1849 MB/s    31371 calls/s  31371 msg/s
# udp rx:   1859 MB/s  1513570 calls/s
# udp tx:   1863 MB/s    31599 calls/s  31599 msg/s
# udp rx:   1902 MB/s  1548561 calls/s
# udp tx:   1909 MB/s    32383 calls/s  32383 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:   1217 MB/s   986884 calls/s
# udp tx:   1826 MB/s    30981 calls/s  30981 msg/s
# udp rx:   1609 MB/s  1305369 calls/s
# udp tx:   1859 MB/s    31543 calls/s  31543 msg/s
# udp rx:   1760 MB/s  1427324 calls/s
# udp tx:   1895 MB/s    32147 calls/s  32147 msg/s
# UDP GRO fwd perf                        udp rx:   1593 MB/s  1294312 calls/s
# udp tx:   1760 MB/s    29854 calls/s  29854 msg/s
# udp rx:   1532 MB/s  1245722 calls/s
# udp tx:   1841 MB/s    31236 calls/s  31236 msg/s
# udp rx:   1788 MB/s  1453693 calls/s
# udp tx:   1833 MB/s    31091 calls/s  31091 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__->