make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1405 MB/s  1142688 calls/s
# udp tx:   1900 MB/s    32240 calls/s  32240 msg/s
# udp rx:   1961 MB/s  1595673 calls/s
# udp tx:   1983 MB/s    33649 calls/s  33649 msg/s
# udp rx:   1917 MB/s  1559464 calls/s
# udp tx:   1991 MB/s    33781 calls/s  33781 msg/s
# UDP GRO fwd perf                        udp rx:   1652 MB/s  1342933 calls/s
# udp tx:   1965 MB/s    33334 calls/s  33334 msg/s
# udp rx:   1805 MB/s  1466482 calls/s
# udp tx:   1971 MB/s    33430 calls/s  33430 msg/s
# udp rx:   1749 MB/s  1421574 calls/s
# udp tx:   1890 MB/s    32064 calls/s  32064 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:   1365 MB/s  1106588 calls/s
# udp tx:   1899 MB/s    32223 calls/s  32223 msg/s
# udp rx:   1760 MB/s  1427762 calls/s
# udp tx:   1893 MB/s    32111 calls/s  32111 msg/s
# udp rx:   1731 MB/s  1404120 calls/s
# udp tx:   1918 MB/s    32541 calls/s  32541 msg/s
# UDP GRO fwd perf                        udp rx:   1383 MB/s  1121897 calls/s
# udp tx:   1873 MB/s    31772 calls/s  31772 msg/s
# udp rx:   1568 MB/s  1274351 calls/s
# udp tx:   1668 MB/s    28307 calls/s  28307 msg/s
# udp rx:   1742 MB/s  1412660 calls/s
# udp tx:   1930 MB/s    32747 calls/s  32747 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__->