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:   1599 MB/s  1302029 calls/s
# udp tx:   1904 MB/s    32297 calls/s  32297 msg/s
# udp rx:   1932 MB/s  1572761 calls/s
# udp tx:   1945 MB/s    32992 calls/s  32992 msg/s
# udp rx:   1963 MB/s  1597974 calls/s
# udp tx:   1969 MB/s    33409 calls/s  33409 msg/s
# UDP GRO fwd perf                        udp rx:   1878 MB/s  1528845 calls/s
# udp tx:   1964 MB/s    33320 calls/s  33320 msg/s
# udp rx:   1948 MB/s  1585889 calls/s
# udp tx:   1957 MB/s    33197 calls/s  33197 msg/s
# udp rx:   1918 MB/s  1561897 calls/s
# udp tx:   1927 MB/s    32689 calls/s  32689 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  1396880 calls/s
# udp tx:   1943 MB/s    32964 calls/s  32964 msg/s
# udp rx:   1901 MB/s  1545247 calls/s
# udp tx:   1952 MB/s    33115 calls/s  33115 msg/s
# udp rx:   1877 MB/s  1526403 calls/s
# udp tx:   1943 MB/s    32955 calls/s  32955 msg/s
# UDP GRO fwd perf                        udp rx:   1807 MB/s  1467845 calls/s
# udp tx:   1972 MB/s    33452 calls/s  33452 msg/s
# udp rx:   1852 MB/s  1503751 calls/s
# udp tx:   1973 MB/s    33465 calls/s  33465 msg/s
# udp rx:   1849 MB/s  1500428 calls/s
# udp tx:   1978 MB/s    33553 calls/s  33553 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__->