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:   1692 MB/s  1377614 calls/s
# udp tx:   1821 MB/s    30902 calls/s  30902 msg/s
# udp rx:   1561 MB/s  1271433 calls/s
# udp tx:   1847 MB/s    31332 calls/s  31332 msg/s
# udp rx:   1728 MB/s  1407048 calls/s
# udp tx:   1841 MB/s    31231 calls/s  31231 msg/s
# UDP GRO fwd perf                        udp rx:   1591 MB/s  1293857 calls/s
# udp tx:   1924 MB/s    32645 calls/s  32645 msg/s
# udp rx:   1647 MB/s  1340892 calls/s
# udp tx:   1960 MB/s    33249 calls/s  33249 msg/s
# udp rx:   1622 MB/s  1319275 calls/s
# udp tx:   1963 MB/s    33300 calls/s  33300 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:   1644 MB/s  1337857 calls/s
# udp tx:   1800 MB/s    30540 calls/s  30540 msg/s
# udp rx:   1857 MB/s  1510322 calls/s
# udp tx:   1888 MB/s    32028 calls/s  32028 msg/s
# udp rx:   1813 MB/s  1474785 calls/s
# udp tx:   1839 MB/s    31205 calls/s  31205 msg/s
# UDP GRO fwd perf                        udp rx:   1666 MB/s  1354025 calls/s
# udp tx:   1767 MB/s    29977 calls/s  29977 msg/s
# udp rx:   1664 MB/s  1353652 calls/s
# udp tx:   1714 MB/s    29076 calls/s  29076 msg/s
# udp rx:   1776 MB/s  1444463 calls/s
# udp tx:   1809 MB/s    30690 calls/s  30690 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__->