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:   1703 MB/s  1386369 calls/s
# udp tx:   1943 MB/s    32969 calls/s  32969 msg/s
# udp rx:   1644 MB/s  1338344 calls/s
# udp tx:   1903 MB/s    32287 calls/s  32287 msg/s
# udp rx:   1863 MB/s  1517159 calls/s
# udp tx:   1875 MB/s    31818 calls/s  31818 msg/s
# UDP GRO fwd perf                        udp rx:   1709 MB/s  1390013 calls/s
# udp tx:   1882 MB/s    31928 calls/s  31928 msg/s
# udp rx:   1748 MB/s  1420659 calls/s
# udp tx:   1941 MB/s    32922 calls/s  32922 msg/s
# udp rx:   1752 MB/s  1424133 calls/s
# udp tx:   1910 MB/s    32399 calls/s  32399 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:   1514 MB/s  1228066 calls/s
# udp tx:   1905 MB/s    32326 calls/s  32326 msg/s
# udp rx:   1644 MB/s  1333994 calls/s
# udp tx:   1849 MB/s    31373 calls/s  31373 msg/s
# udp rx:   1798 MB/s  1457119 calls/s
# udp tx:   1982 MB/s    33618 calls/s  33618 msg/s
# UDP GRO fwd perf                        udp rx:   1628 MB/s  1319962 calls/s
# udp tx:   1944 MB/s    32987 calls/s  32987 msg/s
# udp rx:   1787 MB/s  1449232 calls/s
# udp tx:   1937 MB/s    32856 calls/s  32856 msg/s
# udp rx:   1833 MB/s  1486587 calls/s
# udp tx:   1948 MB/s    33046 calls/s  33046 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__->