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:   1298 MB/s  1056627 calls/s
# udp tx:   1741 MB/s    29540 calls/s  29540 msg/s
# udp rx:   1776 MB/s  1445896 calls/s
# udp tx:   1879 MB/s    31884 calls/s  31884 msg/s
# udp rx:   1860 MB/s  1514580 calls/s
# udp tx:   1869 MB/s    31701 calls/s  31701 msg/s
# UDP GRO fwd perf                        udp rx:   1829 MB/s  1489425 calls/s
# udp tx:   1946 MB/s    33009 calls/s  33009 msg/s
# udp rx:   1866 MB/s  1519729 calls/s
# udp tx:   1876 MB/s    31825 calls/s  31825 msg/s
# udp rx:   1367 MB/s  1112455 calls/s
# udp tx:   1952 MB/s    33111 calls/s  33111 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:   1579 MB/s  1283809 calls/s
# udp tx:   1822 MB/s    30917 calls/s  30917 msg/s
# udp rx:   1868 MB/s  1518271 calls/s
# udp tx:   1911 MB/s    32427 calls/s  32427 msg/s
# udp rx:   1876 MB/s  1525066 calls/s
# udp tx:   1916 MB/s    32497 calls/s  32497 msg/s
# UDP GRO fwd perf                        udp rx:   1782 MB/s  1447419 calls/s
# udp tx:   1928 MB/s    32704 calls/s  32704 msg/s
# udp rx:   1819 MB/s  1476746 calls/s
# udp tx:   1928 MB/s    32713 calls/s  32713 msg/s
# udp rx:   1851 MB/s  1502844 calls/s
# udp tx:   1928 MB/s    32702 calls/s  32702 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__->