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:   1094 MB/s   890220 calls/s
# udp tx:   1806 MB/s    30644 calls/s  30644 msg/s
# udp rx:   1482 MB/s  1206785 calls/s
# udp tx:   1959 MB/s    33239 calls/s  33239 msg/s
# udp rx:   1934 MB/s  1574568 calls/s
# udp tx:   1954 MB/s    33150 calls/s  33150 msg/s
# UDP GRO fwd perf                        udp rx:   1854 MB/s  1509388 calls/s
# udp tx:   1933 MB/s    32790 calls/s  32790 msg/s
# udp rx:   1896 MB/s  1543555 calls/s
# udp tx:   1948 MB/s    33053 calls/s  33053 msg/s
# udp rx:   1855 MB/s  1508796 calls/s
# udp tx:   1952 MB/s    33111 calls/s  33111 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:   1330 MB/s  1079222 calls/s
# udp tx:   1865 MB/s    31638 calls/s  31638 msg/s
# udp rx:   1664 MB/s  1349741 calls/s
# udp tx:   1920 MB/s    32569 calls/s  32569 msg/s
# udp rx:    997 MB/s   811553 calls/s
# udp tx:   1137 MB/s    19299 calls/s  19299 msg/s
# UDP GRO fwd perf                        udp rx:   1009 MB/s   821983 calls/s
# udp tx:   1053 MB/s    17876 calls/s  17876 msg/s
# udp rx:   1033 MB/s   841148 calls/s
# udp tx:   1039 MB/s    17635 calls/s  17635 msg/s
# udp rx:   1067 MB/s   868920 calls/s
# udp tx:   1068 MB/s    18127 calls/s  18127 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__->