make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1670 MB/s  1359059 calls/s
# udp tx:   1795 MB/s    30447 calls/s  30447 msg/s
# udp rx:   1645 MB/s  1337779 calls/s
# udp tx:   1781 MB/s    30215 calls/s  30215 msg/s
# udp rx:   1727 MB/s  1405382 calls/s
# udp tx:   1808 MB/s    30676 calls/s  30676 msg/s
# UDP GRO fwd perf                        udp rx:   1353 MB/s  1101354 calls/s
# udp tx:   1843 MB/s    31270 calls/s  31270 msg/s
# udp rx:   1747 MB/s  1420477 calls/s
# udp tx:   1875 MB/s    31815 calls/s  31815 msg/s
# udp rx:   1846 MB/s  1502840 calls/s
# udp tx:   1864 MB/s    31617 calls/s  31617 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 tx:   1646 MB/s    27928 calls/s  27928 msg/s
# udp rx:   1133 MB/s   919405 calls/s
# udp tx:   1836 MB/s    31156 calls/s  31156 msg/s
# udp rx:   1572 MB/s  1274781 calls/s
# udp tx:   1889 MB/s    32052 calls/s  32052 msg/s
# udp rx:   1398 MB/s  1133650 calls/s
# UDP GRO fwd perf                        udp rx:   1327 MB/s  1076824 calls/s
# udp tx:   1866 MB/s    31664 calls/s  31664 msg/s
# udp rx:   1473 MB/s  1194595 calls/s
# udp tx:   1874 MB/s    31792 calls/s  31792 msg/s
# udp rx:   1724 MB/s  1398988 calls/s
# udp tx:   1876 MB/s    31824 calls/s  31824 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__->