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:   1590 MB/s  1293285 calls/s
# udp tx:   1900 MB/s    32242 calls/s  32242 msg/s
# udp rx:   1753 MB/s  1425711 calls/s
# udp tx:   1963 MB/s    33309 calls/s  33309 msg/s
# udp rx:   1826 MB/s  1484246 calls/s
# udp tx:   1964 MB/s    33317 calls/s  33317 msg/s
# UDP GRO fwd perf                        udp rx:   1794 MB/s  1460650 calls/s
# udp tx:   1966 MB/s    33350 calls/s  33350 msg/s
# udp rx:   1814 MB/s  1475992 calls/s
# udp tx:   1969 MB/s    33408 calls/s  33408 msg/s
# udp rx:   1565 MB/s  1272934 calls/s
# udp tx:   1974 MB/s    33486 calls/s  33486 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:   1402 MB/s  1139439 calls/s
# udp tx:   1862 MB/s    31591 calls/s  31591 msg/s
# udp rx:   1584 MB/s  1286096 calls/s
# udp tx:   1893 MB/s    32112 calls/s  32112 msg/s
# udp rx:   1656 MB/s  1346587 calls/s
# udp tx:   1856 MB/s    31493 calls/s  31493 msg/s
# UDP GRO fwd perf                        udp rx:   1447 MB/s  1174283 calls/s
# udp tx:   1872 MB/s    31759 calls/s  31759 msg/s
# udp rx:   1561 MB/s  1266977 calls/s
# udp tx:   1871 MB/s    31747 calls/s  31747 msg/s
# udp rx:   1617 MB/s  1311934 calls/s
# udp tx:   1937 MB/s    32865 calls/s  32865 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__->