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:   1023 MB/s   832472 calls/s
# udp tx:   1216 MB/s    20626 calls/s  20626 msg/s
# udp rx:   1187 MB/s   965832 calls/s
# udp tx:   1249 MB/s    21200 calls/s  21200 msg/s
# udp rx:   1060 MB/s   860576 calls/s
# udp tx:   1274 MB/s    21612 calls/s  21612 msg/s
# UDP GRO fwd perf                        udp rx:   1116 MB/s   905091 calls/s
# udp tx:   1351 MB/s    22928 calls/s  22928 msg/s
# udp rx:   1185 MB/s   961561 calls/s
# udp tx:   1355 MB/s    22998 calls/s  22998 msg/s
# udp rx:   1178 MB/s   955628 calls/s
# udp tx:   1358 MB/s    23033 calls/s  23033 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:   1418 MB/s  1152108 calls/s
# udp tx:   1825 MB/s    30959 calls/s  30959 msg/s
# udp rx:   1725 MB/s  1402722 calls/s
# udp tx:   1890 MB/s    32060 calls/s  32060 msg/s
# udp rx:   1820 MB/s  1480969 calls/s
# udp tx:   1898 MB/s    32206 calls/s  32206 msg/s
# UDP GRO fwd perf                        udp rx:   1795 MB/s  1460613 calls/s
# udp tx:   1894 MB/s    32124 calls/s  32124 msg/s
# udp rx:   1862 MB/s  1515304 calls/s
# udp tx:   1878 MB/s    31856 calls/s  31856 msg/s
# udp rx:   1868 MB/s  1518904 calls/s
# udp tx:   1899 MB/s    32215 calls/s  32215 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__->