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:   1459 MB/s  1187435 calls/s
# udp tx:   1890 MB/s    32056 calls/s  32056 msg/s
# udp rx:   1402 MB/s  1140828 calls/s
# udp tx:   1832 MB/s    31072 calls/s  31072 msg/s
# udp rx:   1672 MB/s  1359887 calls/s
# udp tx:   1906 MB/s    32332 calls/s  32332 msg/s
# UDP GRO fwd perf                        udp rx:   1610 MB/s  1310248 calls/s
# udp tx:   1918 MB/s    32536 calls/s  32536 msg/s
# udp rx:   1757 MB/s  1427747 calls/s
# udp tx:   1930 MB/s    32743 calls/s  32743 msg/s
# udp rx:   1812 MB/s  1473798 calls/s
# udp tx:   1938 MB/s    32871 calls/s  32871 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:    791 MB/s   641681 calls/s
# udp tx:   1659 MB/s    28152 calls/s  28152 msg/s
# udp rx:   1547 MB/s  1253630 calls/s
# udp tx:   1922 MB/s    32608 calls/s  32608 msg/s
# udp rx:   1656 MB/s  1343305 calls/s
# udp tx:   1918 MB/s    32531 calls/s  32531 msg/s
# UDP GRO fwd perf                        udp rx:   1747 MB/s  1418881 calls/s
# udp tx:   1904 MB/s    32294 calls/s  32294 msg/s
# udp rx:   1791 MB/s  1452600 calls/s
# udp tx:   1931 MB/s    32752 calls/s  32752 msg/s
# udp rx:   1800 MB/s  1460107 calls/s
# udp tx:   1937 MB/s    32864 calls/s  32864 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__->