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:   1646 MB/s  1338179 calls/s
# udp tx:   1917 MB/s    32516 calls/s  32516 msg/s
# udp rx:   1559 MB/s  1266407 calls/s
# udp tx:   1976 MB/s    33527 calls/s  33527 msg/s
# udp rx:   1804 MB/s  1466315 calls/s
# udp tx:   1979 MB/s    33579 calls/s  33579 msg/s
# UDP GRO fwd perf                        udp rx:   1178 MB/s   959693 calls/s
# udp tx:   1237 MB/s    20981 calls/s  20981 msg/s
# udp rx:   1234 MB/s  1005384 calls/s
# udp tx:   1239 MB/s    21024 calls/s  21024 msg/s
# udp rx:   1251 MB/s  1018649 calls/s
# udp tx:   1261 MB/s    21397 calls/s  21397 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:   1228 MB/s   997566 calls/s
# udp tx:   1840 MB/s    31221 calls/s  31221 msg/s
# udp rx:   1556 MB/s  1264471 calls/s
# udp tx:   1832 MB/s    31072 calls/s  31072 msg/s
# udp rx:   1467 MB/s  1191994 calls/s
# udp tx:   1688 MB/s    28632 calls/s  28632 msg/s
# UDP GRO fwd perf                        udp rx:   1633 MB/s  1323375 calls/s
# udp tx:   1922 MB/s    32607 calls/s  32607 msg/s
# udp rx:   1693 MB/s  1371820 calls/s
# udp tx:   1940 MB/s    32911 calls/s  32911 msg/s
# udp rx:   1687 MB/s  1366849 calls/s
# udp tx:   1941 MB/s    32931 calls/s  32931 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__->