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:   1244 MB/s  1011425 calls/s
# udp tx:   1877 MB/s    31845 calls/s  31845 msg/s
# udp rx:   1199 MB/s   976036 calls/s
# udp tx:   1351 MB/s    22923 calls/s  22923 msg/s
# udp rx:   1165 MB/s   949189 calls/s
# udp tx:   1173 MB/s    19901 calls/s  19901 msg/s
# UDP GRO fwd perf                        udp rx:   1071 MB/s   872493 calls/s
# udp tx:   1154 MB/s    19582 calls/s  19582 msg/s
# udp rx:   1146 MB/s   933117 calls/s
# udp tx:   1180 MB/s    20022 calls/s  20022 msg/s
# udp rx:   1147 MB/s   934203 calls/s
# udp tx:   1179 MB/s    19998 calls/s  19998 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:   1565 MB/s  1271264 calls/s
# udp tx:   1841 MB/s    31231 calls/s  31231 msg/s
# udp rx:   1459 MB/s  1185153 calls/s
# udp tx:   1856 MB/s    31481 calls/s  31481 msg/s
# udp rx:   1677 MB/s  1361982 calls/s
# udp tx:   1747 MB/s    29646 calls/s  29646 msg/s
# UDP GRO fwd perf                        udp rx:   1640 MB/s  1328989 calls/s
# udp tx:   1928 MB/s    32707 calls/s  32707 msg/s
# udp rx:   1759 MB/s  1425676 calls/s
# udp tx:   1942 MB/s    32948 calls/s  32948 msg/s
# udp rx:   1763 MB/s  1428797 calls/s
# udp tx:   1940 MB/s    32908 calls/s  32908 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__->