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:   1861 MB/s  1515151 calls/s
# udp tx:   1945 MB/s    32993 calls/s  32993 msg/s
# udp rx:   1905 MB/s  1551201 calls/s
# udp tx:   1926 MB/s    32683 calls/s  32683 msg/s
# udp rx:   1882 MB/s  1532725 calls/s
# udp tx:   1897 MB/s    32177 calls/s  32177 msg/s
# UDP GRO fwd perf                        udp rx:   1600 MB/s  1301396 calls/s
# udp tx:   1937 MB/s    32863 calls/s  32863 msg/s
# udp rx:   1816 MB/s  1478351 calls/s
# udp tx:   1946 MB/s    33012 calls/s  33012 msg/s
# udp rx:   1934 MB/s  1574916 calls/s
# udp tx:   1940 MB/s    32908 calls/s  32908 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:   1594 MB/s  1295413 calls/s
# udp tx:   1883 MB/s    31945 calls/s  31945 msg/s
# udp rx:   1735 MB/s  1410629 calls/s
# udp tx:   1831 MB/s    31069 calls/s  31069 msg/s
# udp rx:   1728 MB/s  1405380 calls/s
# udp tx:   1791 MB/s    30387 calls/s  30387 msg/s
# UDP GRO fwd perf                        udp rx:   1780 MB/s  1444979 calls/s
# udp tx:   1954 MB/s    33143 calls/s  33143 msg/s
# udp rx:   1874 MB/s  1523486 calls/s
# udp tx:   1925 MB/s    32662 calls/s  32662 msg/s
# udp rx:   1886 MB/s  1532216 calls/s
# udp tx:   1950 MB/s    33079 calls/s  33079 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__->