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:   1225 MB/s   997463 calls/s
# udp tx:   1322 MB/s    22422 calls/s  22422 msg/s
# udp rx:   1313 MB/s  1068966 calls/s
# udp tx:   1329 MB/s    22549 calls/s  22549 msg/s
# udp rx:   1304 MB/s  1061858 calls/s
# udp tx:   1318 MB/s    22370 calls/s  22370 msg/s
# UDP GRO fwd perf                        udp rx:   1102 MB/s   897868 calls/s
# udp tx:   1257 MB/s    21333 calls/s  21333 msg/s
# udp rx:   1321 MB/s  1076044 calls/s
# udp tx:   1348 MB/s    22871 calls/s  22871 msg/s
# udp rx:   1326 MB/s  1080029 calls/s
# udp tx:   1349 MB/s    22884 calls/s  22884 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:   1682 MB/s  1367833 calls/s
# udp tx:   1824 MB/s    30947 calls/s  30947 msg/s
# udp rx:   1646 MB/s  1339409 calls/s
# udp tx:   1825 MB/s    30955 calls/s  30955 msg/s
# udp rx:   1881 MB/s  1531453 calls/s
# udp tx:   1892 MB/s    32090 calls/s  32090 msg/s
# UDP GRO fwd perf                        udp rx:   1726 MB/s  1404414 calls/s
# udp tx:   1825 MB/s    30957 calls/s  30957 msg/s
# udp rx:   1816 MB/s  1478193 calls/s
# udp tx:   1831 MB/s    31070 calls/s  31070 msg/s
# udp rx:   1607 MB/s  1307644 calls/s
# udp tx:   1697 MB/s    28790 calls/s  28790 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__->