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:   1721 MB/s  1398830 calls/s
# udp tx:   1956 MB/s    33184 calls/s  33184 msg/s
# udp rx:   1505 MB/s  1224286 calls/s
# udp tx:   1994 MB/s    33823 calls/s  33823 msg/s
# udp rx:   1683 MB/s  1367274 calls/s
# udp tx:   1987 MB/s    33717 calls/s  33717 msg/s
# UDP GRO fwd perf                        udp rx:   1785 MB/s  1451755 calls/s
# udp tx:   1982 MB/s    33630 calls/s  33630 msg/s
# udp rx:   1801 MB/s  1464789 calls/s
# udp tx:   1985 MB/s    33681 calls/s  33681 msg/s
# udp rx:   1225 MB/s   996476 calls/s
# udp tx:   1496 MB/s    25382 calls/s  25382 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:   1584 MB/s  1285875 calls/s
# udp tx:   1834 MB/s    31109 calls/s  31109 msg/s
# udp rx:   1820 MB/s  1476892 calls/s
# udp tx:   1954 MB/s    33154 calls/s  33154 msg/s
# udp rx:   1826 MB/s  1481488 calls/s
# udp tx:   1944 MB/s    32988 calls/s  32988 msg/s
# UDP GRO fwd perf                        udp rx:   1651 MB/s  1338532 calls/s
# udp tx:   1951 MB/s    33106 calls/s  33106 msg/s
# udp rx:   1763 MB/s  1429464 calls/s
# udp tx:   1951 MB/s    33105 calls/s  33105 msg/s
# udp rx:   1758 MB/s  1425724 calls/s
# udp tx:   1959 MB/s    33236 calls/s  33236 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__->