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:   1516 MB/s  1234328 calls/s
# udp tx:   1829 MB/s    31030 calls/s  31030 msg/s
# udp rx:   1738 MB/s  1415620 calls/s
# udp tx:   1849 MB/s    31361 calls/s  31361 msg/s
# udp rx:   1872 MB/s  1524640 calls/s
# udp tx:   1882 MB/s    31920 calls/s  31920 msg/s
# UDP GRO fwd perf                        udp rx:   1762 MB/s  1433175 calls/s
# udp tx:   1953 MB/s    33127 calls/s  33127 msg/s
# udp rx:   1924 MB/s  1566832 calls/s
# udp tx:   1941 MB/s    32937 calls/s  32937 msg/s
# udp rx:   1936 MB/s  1576299 calls/s
# udp tx:   1949 MB/s    33067 calls/s  33067 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:   1732 MB/s  1406941 calls/s
# udp tx:   1913 MB/s    32450 calls/s  32450 msg/s
# udp rx:   1809 MB/s  1471321 calls/s
# udp tx:   1901 MB/s    32245 calls/s  32245 msg/s
# udp rx:   1778 MB/s  1444784 calls/s
# udp tx:   1835 MB/s    31130 calls/s  31130 msg/s
# UDP GRO fwd perf                        udp rx:   1356 MB/s  1101099 calls/s
# udp tx:   1793 MB/s    30427 calls/s  30427 msg/s
# udp rx:   1391 MB/s  1128111 calls/s
# udp tx:   1931 MB/s    32752 calls/s  32752 msg/s
# udp rx:   1783 MB/s  1445778 calls/s
# udp tx:   1940 MB/s    32919 calls/s  32919 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__->