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:   1764 MB/s  1436131 calls/s
# udp tx:   1943 MB/s    32958 calls/s  32958 msg/s
# udp rx:   1909 MB/s  1554119 calls/s
# udp tx:   1954 MB/s    33155 calls/s  33155 msg/s
# udp rx:   1931 MB/s  1572100 calls/s
# udp tx:   1944 MB/s    32975 calls/s  32975 msg/s
# UDP GRO fwd perf                        udp rx:   1878 MB/s  1529422 calls/s
# udp tx:   1947 MB/s    33031 calls/s  33031 msg/s
# udp rx:   1892 MB/s  1539592 calls/s
# udp tx:   1952 MB/s    33114 calls/s  33114 msg/s
# udp tx:   1970 MB/s    33422 calls/s  33422 msg/s
# udp rx:   1842 MB/s  1499211 calls/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:   1520 MB/s  1235317 calls/s
# udp tx:   1856 MB/s    31484 calls/s  31484 msg/s
# udp rx:   1664 MB/s  1353330 calls/s
# udp tx:   1887 MB/s    32021 calls/s  32021 msg/s
# udp rx:   1627 MB/s  1319797 calls/s
# udp tx:   1911 MB/s    32417 calls/s  32417 msg/s
# UDP GRO fwd perf                        udp rx:   1364 MB/s  1106746 calls/s
# udp tx:   1841 MB/s    31240 calls/s  31240 msg/s
# udp rx:   1807 MB/s  1465708 calls/s
# udp tx:   1930 MB/s    32743 calls/s  32743 msg/s
# udp rx:   1837 MB/s  1491097 calls/s
# udp tx:   1930 MB/s    32749 calls/s  32749 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__->