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 tx:   1781 MB/s    30216 calls/s  30216 msg/s
# udp rx:   1470 MB/s  1197089 calls/s
# udp tx:   1923 MB/s    32618 calls/s  32618 msg/s
# udp rx:   1825 MB/s  1485720 calls/s
# udp tx:   1924 MB/s    32634 calls/s  32634 msg/s
# udp rx:   1903 MB/s  1549377 calls/s
# UDP GRO fwd perf                        udp rx:   1814 MB/s  1477334 calls/s
# udp tx:   1891 MB/s    32081 calls/s  32081 msg/s
# udp rx:   1769 MB/s  1440374 calls/s
# udp tx:   1905 MB/s    32320 calls/s  32320 msg/s
# udp rx:   1886 MB/s  1535632 calls/s
# udp tx:   1892 MB/s    32105 calls/s  32105 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:   1720 MB/s  1396162 calls/s
# udp tx:   1927 MB/s    32686 calls/s  32686 msg/s
# udp rx:   1855 MB/s  1507554 calls/s
# udp tx:   1909 MB/s    32386 calls/s  32386 msg/s
# udp rx:   1898 MB/s  1544049 calls/s
# udp tx:   1933 MB/s    32791 calls/s  32791 msg/s
# UDP GRO fwd perf                        udp rx:   1693 MB/s  1377651 calls/s
# udp tx:   1807 MB/s    30662 calls/s  30662 msg/s
# udp rx:   1617 MB/s  1312907 calls/s
# udp tx:   1917 MB/s    32520 calls/s  32520 msg/s
# udp rx:   1861 MB/s  1511332 calls/s
# udp tx:   1919 MB/s    32561 calls/s  32561 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__->