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:   1265 MB/s  1028911 calls/s
# udp tx:   1572 MB/s    26676 calls/s  26676 msg/s
# udp rx:   1278 MB/s  1040859 calls/s
# udp tx:   1287 MB/s    21844 calls/s  21844 msg/s
# udp rx:   1087 MB/s   885361 calls/s
# udp tx:   1268 MB/s    21521 calls/s  21521 msg/s
# UDP GRO fwd perf                        udp rx:   1224 MB/s   997154 calls/s
# udp tx:   1296 MB/s    21997 calls/s  21997 msg/s
# udp rx:   1291 MB/s  1051226 calls/s
# udp tx:   1298 MB/s    22016 calls/s  22016 msg/s
# udp rx:   1284 MB/s  1045667 calls/s
# udp tx:   1292 MB/s    21922 calls/s  21922 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:   1216 MB/s   988368 calls/s
# udp tx:   1850 MB/s    31388 calls/s  31388 msg/s
# udp rx:   1703 MB/s  1383927 calls/s
# udp tx:   1878 MB/s    31869 calls/s  31869 msg/s
# udp rx:   1586 MB/s  1287497 calls/s
# udp tx:   1862 MB/s    31596 calls/s  31596 msg/s
# UDP GRO fwd perf                        udp rx:   1239 MB/s  1003797 calls/s
# udp tx:   1922 MB/s    32613 calls/s  32613 msg/s
# udp rx:   1547 MB/s  1253697 calls/s
# udp tx:   1949 MB/s    33070 calls/s  33070 msg/s
# udp rx:   1660 MB/s  1346342 calls/s
# udp tx:   1893 MB/s    32119 calls/s  32119 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__->