make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1396 MB/s  1136851 calls/s
# udp tx:   1825 MB/s    30955 calls/s  30955 msg/s
# udp rx:   1908 MB/s  1553746 calls/s
# udp tx:   1915 MB/s    32496 calls/s  32496 msg/s
# udp rx:   1909 MB/s  1554748 calls/s
# udp tx:   1917 MB/s    32523 calls/s  32523 msg/s
# UDP GRO fwd perf                        udp rx:   1679 MB/s  1366940 calls/s
# udp tx:   1753 MB/s    29737 calls/s  29737 msg/s
# udp rx:   1912 MB/s  1557285 calls/s
# udp tx:   1924 MB/s    32644 calls/s  32644 msg/s
# udp rx:   1914 MB/s  1558456 calls/s
# udp tx:   1925 MB/s    32665 calls/s  32665 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:   1043 MB/s   849273 calls/s
# udp tx:   1210 MB/s    20526 calls/s  20526 msg/s
# udp rx:   1088 MB/s   886171 calls/s
# udp tx:   1223 MB/s    20753 calls/s  20753 msg/s
# udp tx:   1276 MB/s    21651 calls/s  21651 msg/s
# udp rx:    925 MB/s   752921 calls/s
# UDP GRO fwd perf                        udp rx:    995 MB/s   810104 calls/s
# udp tx:   1232 MB/s    20910 calls/s  20910 msg/s
# udp rx:   1264 MB/s  1029081 calls/s
# udp tx:   1271 MB/s    21570 calls/s  21570 msg/s
# udp rx:   1269 MB/s  1033811 calls/s
# udp tx:   1278 MB/s    21676 calls/s  21676 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__->