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:   1686 MB/s  1372424 calls/s
# udp tx:   1941 MB/s    32924 calls/s  32924 msg/s
# udp rx:   1940 MB/s  1579156 calls/s
# udp tx:   1959 MB/s    33237 calls/s  33237 msg/s
# udp rx:   1940 MB/s  1577756 calls/s
# udp tx:   1969 MB/s    33407 calls/s  33407 msg/s
# UDP GRO fwd perf                        udp rx:   1811 MB/s  1474499 calls/s
# udp tx:   1891 MB/s    32081 calls/s  32081 msg/s
# udp rx:   1925 MB/s  1566495 calls/s
# udp tx:   1952 MB/s    33109 calls/s  33109 msg/s
# udp rx:   1927 MB/s  1567189 calls/s
# udp tx:   1958 MB/s    33216 calls/s  33216 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:   1637 MB/s  1327387 calls/s
# udp tx:   1896 MB/s    32165 calls/s  32165 msg/s
# udp rx:   1603 MB/s  1299274 calls/s
# udp tx:   1957 MB/s    33202 calls/s  33202 msg/s
# udp rx:   1341 MB/s  1086649 calls/s
# udp tx:   1934 MB/s    32805 calls/s  32805 msg/s
# UDP GRO fwd perf                        udp rx:   1686 MB/s  1367632 calls/s
# udp tx:   1947 MB/s    33025 calls/s  33025 msg/s
# udp rx:   1674 MB/s  1357072 calls/s
# udp tx:   1962 MB/s    33291 calls/s  33291 msg/s
# udp rx:   1650 MB/s  1339020 calls/s
# udp tx:   1866 MB/s    31649 calls/s  31649 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__->