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:   1611 MB/s  1310903 calls/s
# udp tx:   1910 MB/s    32403 calls/s  32403 msg/s
# udp rx:   1455 MB/s  1183877 calls/s
# udp tx:   1857 MB/s    31501 calls/s  31501 msg/s
# udp rx:   1912 MB/s  1557185 calls/s
# udp tx:   1951 MB/s    33106 calls/s  33106 msg/s
# UDP GRO fwd perf                        udp rx:   1780 MB/s  1449349 calls/s
# udp tx:   1875 MB/s    31807 calls/s  31807 msg/s
# udp rx:   1952 MB/s  1589353 calls/s
# udp tx:   1959 MB/s    33229 calls/s  33229 msg/s
# udp rx:   1951 MB/s  1588473 calls/s
# udp tx:   1957 MB/s    33204 calls/s  33204 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:   1123 MB/s   910364 calls/s
# udp tx:   1817 MB/s    30831 calls/s  30831 msg/s
# udp rx:   1254 MB/s  1016070 calls/s
# udp tx:   1953 MB/s    33127 calls/s  33127 msg/s
# udp rx:   1516 MB/s  1228032 calls/s
# udp tx:   1980 MB/s    33590 calls/s  33590 msg/s
# UDP GRO fwd perf                        udp rx:   1316 MB/s  1068241 calls/s
# udp tx:   1736 MB/s    29449 calls/s  29449 msg/s
# udp rx:   1702 MB/s  1380522 calls/s
# udp tx:   1937 MB/s    32863 calls/s  32863 msg/s
# udp rx:   1297 MB/s  1051564 calls/s
# udp tx:   1812 MB/s    30742 calls/s  30742 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__->