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:   1573 MB/s  1281062 calls/s
# udp tx:   1678 MB/s    28469 calls/s  28469 msg/s
# udp rx:   1956 MB/s  1592883 calls/s
# udp tx:   1960 MB/s    33254 calls/s  33254 msg/s
# udp rx:   1972 MB/s  1606041 calls/s
# udp tx:   1979 MB/s    33569 calls/s  33569 msg/s
# UDP GRO fwd perf                        udp rx:   1851 MB/s  1506754 calls/s
# udp tx:   1946 MB/s    33012 calls/s  33012 msg/s
# udp rx:   1892 MB/s  1539614 calls/s
# udp tx:   1988 MB/s    33722 calls/s  33722 msg/s
# udp rx:   1829 MB/s  1487019 calls/s
# udp tx:   1982 MB/s    33620 calls/s  33620 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:   1393 MB/s  1131188 calls/s
# udp tx:   1894 MB/s    32134 calls/s  32134 msg/s
# udp rx:   1712 MB/s  1387536 calls/s
# udp tx:   1959 MB/s    33238 calls/s  33238 msg/s
# udp rx:   1574 MB/s  1275903 calls/s
# udp tx:   1948 MB/s    33055 calls/s  33055 msg/s
# UDP GRO fwd perf                        udp rx:   1332 MB/s  1081726 calls/s
# udp tx:   1869 MB/s    31715 calls/s  31715 msg/s
# udp rx:   1772 MB/s  1436092 calls/s
# udp tx:   1952 MB/s    33114 calls/s  33114 msg/s
# udp rx:   1407 MB/s  1140894 calls/s
# udp tx:   1901 MB/s    32255 calls/s  32255 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__->