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:   1486 MB/s  1210104 calls/s
# udp tx:   1852 MB/s    31424 calls/s  31424 msg/s
# udp rx:   1788 MB/s  1455247 calls/s
# udp tx:   1866 MB/s    31664 calls/s  31664 msg/s
# udp rx:   1706 MB/s  1388413 calls/s
# udp tx:   1864 MB/s    31627 calls/s  31627 msg/s
# UDP GRO fwd perf                        udp rx:   1808 MB/s  1472058 calls/s
# udp tx:   1883 MB/s    31942 calls/s  31942 msg/s
# udp rx:   1902 MB/s  1548836 calls/s
# udp tx:   1908 MB/s    32374 calls/s  32374 msg/s
# udp rx:   1901 MB/s  1547904 calls/s
# udp tx:   1906 MB/s    32331 calls/s  32331 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:   1388 MB/s  1126356 calls/s
# udp tx:   1924 MB/s    32634 calls/s  32634 msg/s
# udp rx:   1820 MB/s  1479774 calls/s
# udp tx:   1844 MB/s    31283 calls/s  31283 msg/s
# udp rx:   1875 MB/s  1525463 calls/s
# udp tx:   1901 MB/s    32250 calls/s  32250 msg/s
# UDP GRO fwd perf                        udp rx:   1792 MB/s  1456602 calls/s
# udp tx:   1922 MB/s    32615 calls/s  32615 msg/s
# udp rx:   1796 MB/s  1459655 calls/s
# udp tx:   1844 MB/s    31282 calls/s  31282 msg/s
# udp rx:   1643 MB/s  1336236 calls/s
# udp tx:   1678 MB/s    28461 calls/s  28461 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__->