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:   1724 MB/s  1403604 calls/s
# udp tx:   1842 MB/s    31247 calls/s  31247 msg/s
# udp rx:   1832 MB/s  1492021 calls/s
# udp tx:   1938 MB/s    32876 calls/s  32876 msg/s
# udp rx:   1923 MB/s  1565791 calls/s
# udp tx:   1946 MB/s    33007 calls/s  33007 msg/s
# UDP GRO fwd perf                        udp rx:   1450 MB/s  1180135 calls/s
# udp tx:   1767 MB/s    29982 calls/s  29982 msg/s
# udp rx:   1570 MB/s  1278647 calls/s
# udp tx:   1709 MB/s    28996 calls/s  28996 msg/s
# udp rx:   1923 MB/s  1565588 calls/s
# udp tx:   1944 MB/s    32972 calls/s  32972 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:   1353 MB/s  1098211 calls/s
# udp tx:   1770 MB/s    30037 calls/s  30037 msg/s
# udp rx:   1672 MB/s  1359744 calls/s
# udp tx:   1933 MB/s    32792 calls/s  32792 msg/s
# udp rx:   1669 MB/s  1358638 calls/s
# udp tx:   1839 MB/s    31192 calls/s  31192 msg/s
# UDP GRO fwd perf                        udp rx:   1442 MB/s  1173221 calls/s
# udp tx:   1920 MB/s    32568 calls/s  32568 msg/s
# udp rx:   1889 MB/s  1536385 calls/s
# udp tx:   1930 MB/s    32748 calls/s  32748 msg/s
# udp rx:   1796 MB/s  1461185 calls/s
# udp tx:   1896 MB/s    32169 calls/s  32169 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__->