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:   1390 MB/s  1130707 calls/s
# udp tx:   1946 MB/s    33006 calls/s  33006 msg/s
# udp rx:   1870 MB/s  1522843 calls/s
# udp tx:   1926 MB/s    32683 calls/s  32683 msg/s
# udp rx:   1638 MB/s  1332917 calls/s
# udp tx:   1979 MB/s    33570 calls/s  33570 msg/s
# UDP GRO fwd perf                        udp rx:   1809 MB/s  1471862 calls/s
# udp tx:   1977 MB/s    33544 calls/s  33544 msg/s
# udp rx:   1859 MB/s  1512838 calls/s
# udp tx:   1972 MB/s    33461 calls/s  33461 msg/s
# udp rx:   1702 MB/s  1384965 calls/s
# udp tx:   1972 MB/s    33459 calls/s  33459 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:    772 MB/s   627343 calls/s
# udp tx:   1790 MB/s    30375 calls/s  30375 msg/s
# udp rx:   1551 MB/s  1258680 calls/s
# udp tx:   1920 MB/s    32568 calls/s  32568 msg/s
# udp rx:   1773 MB/s  1439932 calls/s
# udp tx:   1903 MB/s    32293 calls/s  32293 msg/s
# UDP GRO fwd perf                        udp rx:   1298 MB/s  1053252 calls/s
# udp tx:   1844 MB/s    31290 calls/s  31290 msg/s
# udp rx:   1594 MB/s  1292275 calls/s
# udp tx:   1907 MB/s    32360 calls/s  32360 msg/s
# udp rx:   1475 MB/s  1195261 calls/s
# udp tx:   1949 MB/s    33062 calls/s  33062 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__->