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:    711 MB/s   576061 calls/s
# udp tx:   1351 MB/s    22920 calls/s  22920 msg/s
# udp rx:    758 MB/s   614262 calls/s
# udp tx:   1382 MB/s    23455 calls/s  23455 msg/s
# udp rx:   1016 MB/s   823153 calls/s
# udp tx:   1376 MB/s    23345 calls/s  23345 msg/s
# UDP GRO fwd perf                        udp rx:    670 MB/s   542379 calls/s
# udp tx:   1390 MB/s    23586 calls/s  23586 msg/s
# udp rx:    906 MB/s   734145 calls/s
# udp tx:   1393 MB/s    23640 calls/s  23640 msg/s
# udp rx:    921 MB/s   746311 calls/s
# udp tx:   1391 MB/s    23593 calls/s  23593 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:   1424 MB/s  1155798 calls/s
# udp tx:   1775 MB/s    30120 calls/s  30120 msg/s
# udp rx:   1757 MB/s  1426919 calls/s
# udp tx:   1881 MB/s    31907 calls/s  31907 msg/s
# udp rx:   1848 MB/s  1500455 calls/s
# udp tx:   1940 MB/s    32909 calls/s  32909 msg/s
# UDP GRO fwd perf                        udp rx:   1015 MB/s   824243 calls/s
# udp tx:   1285 MB/s    21807 calls/s  21807 msg/s
# udp rx:   1140 MB/s   925553 calls/s
# udp tx:   1294 MB/s    21952 calls/s  21952 msg/s
# udp rx:   1128 MB/s   917087 calls/s
# udp tx:   1219 MB/s    20689 calls/s  20689 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__->