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:   1629 MB/s  1325779 calls/s
# udp tx:   1868 MB/s    31698 calls/s  31698 msg/s
# udp rx:   1893 MB/s  1541219 calls/s
# udp tx:   1902 MB/s    32260 calls/s  32260 msg/s
# udp rx:   1939 MB/s  1579101 calls/s
# udp tx:   1949 MB/s    33061 calls/s  33061 msg/s
# UDP GRO fwd perf                        udp rx:   1136 MB/s   924714 calls/s
# udp tx:   1232 MB/s    20898 calls/s  20898 msg/s
# udp rx:   1097 MB/s   892719 calls/s
# udp tx:   1263 MB/s    21427 calls/s  21427 msg/s
# udp rx:   1248 MB/s  1016404 calls/s
# udp tx:   1271 MB/s    21567 calls/s  21567 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:   1477 MB/s  1199106 calls/s
# udp tx:   1833 MB/s    31104 calls/s  31104 msg/s
# udp rx:   1757 MB/s  1425576 calls/s
# udp tx:   1942 MB/s    32939 calls/s  32939 msg/s
# udp rx:   1775 MB/s  1442192 calls/s
# udp tx:   1882 MB/s    31924 calls/s  31924 msg/s
# UDP GRO fwd perf                        udp rx:   1653 MB/s  1340365 calls/s
# udp tx:   1922 MB/s    32602 calls/s  32602 msg/s
# udp rx:   1596 MB/s  1293481 calls/s
# udp tx:   1960 MB/s    33244 calls/s  33244 msg/s
# udp rx:   1668 MB/s  1352879 calls/s
# udp tx:   1859 MB/s    31535 calls/s  31535 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__->