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:    969 MB/s   789285 calls/s
# udp tx:   1124 MB/s    19070 calls/s  19070 msg/s
# udp rx:   1055 MB/s   858685 calls/s
# udp tx:   1214 MB/s    20606 calls/s  20606 msg/s
# udp rx:   1153 MB/s   938570 calls/s
# udp tx:   1245 MB/s    21128 calls/s  21128 msg/s
# UDP GRO fwd perf                        udp rx:   1090 MB/s   887400 calls/s
# udp tx:   1255 MB/s    21288 calls/s  21288 msg/s
# udp rx:   1109 MB/s   903026 calls/s
# udp tx:   1258 MB/s    21338 calls/s  21338 msg/s
# udp rx:   1266 MB/s  1030720 calls/s
# udp tx:   1272 MB/s    21580 calls/s  21580 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:   1531 MB/s  1245937 calls/s
# udp tx:   1878 MB/s    31855 calls/s  31855 msg/s
# udp rx:   1834 MB/s  1493394 calls/s
# udp tx:   1853 MB/s    31443 calls/s  31443 msg/s
# udp rx:   1836 MB/s  1494689 calls/s
# udp tx:   1855 MB/s    31474 calls/s  31474 msg/s
# UDP GRO fwd perf                        udp rx:   1666 MB/s  1353795 calls/s
# udp tx:   1908 MB/s    32365 calls/s  32365 msg/s
# udp rx:   1865 MB/s  1516151 calls/s
# udp tx:   1914 MB/s    32470 calls/s  32470 msg/s
# udp rx:   1774 MB/s  1442889 calls/s
# udp tx:   1892 MB/s    32099 calls/s  32099 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__->