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:   1352 MB/s  1099235 calls/s
# udp tx:   1542 MB/s    26165 calls/s  26165 msg/s
# udp rx:   1268 MB/s  1032082 calls/s
# udp tx:   1695 MB/s    28753 calls/s  28753 msg/s
# udp rx:    804 MB/s   654594 calls/s
# udp tx:   1698 MB/s    28816 calls/s  28816 msg/s
# UDP GRO fwd perf                        udp rx:    750 MB/s   609057 calls/s
# udp tx:   1312 MB/s    22265 calls/s  22265 msg/s
# udp rx:    870 MB/s   706435 calls/s
# udp tx:   1296 MB/s    21991 calls/s  21991 msg/s
# udp rx:    977 MB/s   793461 calls/s
# udp tx:   1371 MB/s    23269 calls/s  23269 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:   1276 MB/s  1036159 calls/s
# udp tx:   1785 MB/s    30288 calls/s  30288 msg/s
# udp rx:   1073 MB/s   872647 calls/s
# udp tx:   1839 MB/s    31200 calls/s  31200 msg/s
# udp rx:    852 MB/s   692653 calls/s
# udp tx:   1506 MB/s    25558 calls/s  25558 msg/s
# UDP GRO fwd perf                        udp rx:   1294 MB/s  1050509 calls/s
# udp tx:   1908 MB/s    32363 calls/s  32363 msg/s
# udp rx:   1801 MB/s  1462499 calls/s
# udp tx:   1877 MB/s    31840 calls/s  31840 msg/s
# udp rx:   1373 MB/s  1116841 calls/s
# udp tx:   1702 MB/s    28882 calls/s  28882 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__->