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:   1369 MB/s  1114626 calls/s
# udp tx:   1839 MB/s    31198 calls/s  31198 msg/s
# udp rx:   1757 MB/s  1427216 calls/s
# udp tx:   1958 MB/s    33211 calls/s  33211 msg/s
# udp rx:   1936 MB/s  1576321 calls/s
# udp tx:   1942 MB/s    32951 calls/s  32951 msg/s
# UDP GRO fwd perf                        udp rx:   1538 MB/s  1251197 calls/s
# udp tx:   1886 MB/s    32003 calls/s  32003 msg/s
# udp rx:   1526 MB/s  1241479 calls/s
# udp tx:   1891 MB/s    32082 calls/s  32082 msg/s
# udp rx:   1721 MB/s  1398565 calls/s
# udp tx:   1861 MB/s    31565 calls/s  31565 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:    696 MB/s   564412 calls/s
# udp tx:   1739 MB/s    29497 calls/s  29497 msg/s
# udp rx:   1719 MB/s  1394384 calls/s
# udp tx:   1934 MB/s    32812 calls/s  32812 msg/s
# udp rx:   1563 MB/s  1267013 calls/s
# udp tx:   1951 MB/s    33099 calls/s  33099 msg/s
# UDP GRO fwd perf                        udp rx:   1635 MB/s  1327991 calls/s
# udp tx:   1834 MB/s    31121 calls/s  31121 msg/s
# udp rx:   1700 MB/s  1378464 calls/s
# udp tx:   1884 MB/s    31954 calls/s  31954 msg/s
# udp rx:   1705 MB/s  1381371 calls/s
# udp tx:   1956 MB/s    33188 calls/s  33188 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__->