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:   1532 MB/s  1246554 calls/s
# udp tx:   1878 MB/s    31857 calls/s  31857 msg/s
# udp rx:   1819 MB/s  1481118 calls/s
# udp tx:   1919 MB/s    32559 calls/s  32559 msg/s
# udp rx:   1912 MB/s  1556594 calls/s
# udp tx:   1921 MB/s    32594 calls/s  32594 msg/s
# UDP GRO fwd perf                        udp rx:   1751 MB/s  1425311 calls/s
# udp tx:   1865 MB/s    31643 calls/s  31643 msg/s
# udp rx:   1823 MB/s  1484165 calls/s
# udp tx:   1834 MB/s    31108 calls/s  31108 msg/s
# udp rx:   1877 MB/s  1528077 calls/s
# udp tx:   1893 MB/s    32117 calls/s  32117 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:   1345 MB/s  1091923 calls/s
# udp tx:   1870 MB/s    31730 calls/s  31730 msg/s
# udp rx:   1611 MB/s  1307481 calls/s
# udp tx:   1825 MB/s    30956 calls/s  30956 msg/s
# udp rx:   1798 MB/s  1460023 calls/s
# udp tx:   1929 MB/s    32730 calls/s  32730 msg/s
# UDP GRO fwd perf                        udp rx:   1692 MB/s  1371700 calls/s
# udp tx:   1941 MB/s    32930 calls/s  32930 msg/s
# udp rx:   1751 MB/s  1419573 calls/s
# udp tx:   1940 MB/s    32913 calls/s  32913 msg/s
# udp rx:   1553 MB/s  1258882 calls/s
# udp tx:   1891 MB/s    32088 calls/s  32088 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__->