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:   1645 MB/s  1339785 calls/s
# udp tx:   1716 MB/s    29106 calls/s  29106 msg/s
# udp rx:   1794 MB/s  1461113 calls/s
# udp tx:   1812 MB/s    30741 calls/s  30741 msg/s
# udp rx:   1848 MB/s  1504457 calls/s
# udp tx:   1866 MB/s    31649 calls/s  31649 msg/s
# UDP GRO fwd perf                        udp rx:   1713 MB/s  1392695 calls/s
# udp tx:   1926 MB/s    32669 calls/s  32669 msg/s
# udp rx:   1755 MB/s  1425927 calls/s
# udp tx:   1930 MB/s    32737 calls/s  32737 msg/s
# udp rx:   1825 MB/s  1484020 calls/s
# udp tx:   1928 MB/s    32711 calls/s  32711 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:   1349 MB/s  1093829 calls/s
# udp tx:   1871 MB/s    31743 calls/s  31743 msg/s
# udp rx:   1432 MB/s  1161256 calls/s
# udp tx:   1818 MB/s    30836 calls/s  30836 msg/s
# udp rx:   1146 MB/s   931429 calls/s
# udp tx:   1358 MB/s    23038 calls/s  23038 msg/s
# UDP GRO fwd perf                        udp rx:   1415 MB/s  1147902 calls/s
# udp tx:   1804 MB/s    30609 calls/s  30609 msg/s
# udp rx:   1487 MB/s  1204912 calls/s
# udp tx:   1895 MB/s    32143 calls/s  32143 msg/s
# udp rx:   1613 MB/s  1307259 calls/s
# udp tx:   1904 MB/s    32297 calls/s  32297 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__->