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:   1423 MB/s  1158459 calls/s
# udp tx:   1775 MB/s    30107 calls/s  30107 msg/s
# udp rx:   1412 MB/s  1149315 calls/s
# udp tx:   1921 MB/s    32589 calls/s  32589 msg/s
# udp rx:   1658 MB/s  1349796 calls/s
# udp tx:   1945 MB/s    33005 calls/s  33005 msg/s
# UDP GRO fwd perf                        udp rx:   1843 MB/s  1500498 calls/s
# udp tx:   1935 MB/s    32827 calls/s  32827 msg/s
# udp rx:   1931 MB/s  1572458 calls/s
# udp tx:   1938 MB/s    32885 calls/s  32885 msg/s
# udp rx:   1615 MB/s  1314626 calls/s
# udp tx:   1733 MB/s    29406 calls/s  29406 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:   1457 MB/s  1182524 calls/s
# udp tx:   1833 MB/s    31093 calls/s  31093 msg/s
# udp rx:   1862 MB/s  1513710 calls/s
# udp tx:   1920 MB/s    32565 calls/s  32565 msg/s
# udp rx:   1842 MB/s  1495843 calls/s
# udp tx:   1928 MB/s    32704 calls/s  32704 msg/s
# UDP GRO fwd perf                        udp rx:   1769 MB/s  1435069 calls/s
# udp tx:   1940 MB/s    32920 calls/s  32920 msg/s
# udp rx:   1855 MB/s  1504625 calls/s
# udp tx:   1941 MB/s    32924 calls/s  32924 msg/s
# udp rx:   1864 MB/s  1513469 calls/s
# udp tx:   1939 MB/s    32893 calls/s  32893 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__->