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:   1522 MB/s  1238323 calls/s
# udp tx:   1924 MB/s    32633 calls/s  32633 msg/s
# udp rx:   1779 MB/s  1448345 calls/s
# udp tx:   1927 MB/s    32696 calls/s  32696 msg/s
# udp rx:   1941 MB/s  1580089 calls/s
# udp tx:   1968 MB/s    33382 calls/s  33382 msg/s
# UDP GRO fwd perf                        udp rx:   1842 MB/s  1499546 calls/s
# udp tx:   1923 MB/s    32632 calls/s  32632 msg/s
# udp rx:   1880 MB/s  1531266 calls/s
# udp tx:   1883 MB/s    31945 calls/s  31945 msg/s
# udp rx:   1863 MB/s  1516465 calls/s
# udp tx:   1881 MB/s    31919 calls/s  31919 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:   1254 MB/s  1017642 calls/s
# udp tx:   1749 MB/s    29680 calls/s  29680 msg/s
# udp rx:   1572 MB/s  1274435 calls/s
# udp tx:   1937 MB/s    32868 calls/s  32868 msg/s
# udp rx:   1717 MB/s  1392972 calls/s
# udp tx:   1896 MB/s    32171 calls/s  32171 msg/s
# UDP GRO fwd perf                        udp rx:   1619 MB/s  1311834 calls/s
# udp tx:   1970 MB/s    33427 calls/s  33427 msg/s
# udp rx:   1718 MB/s  1393166 calls/s
# udp tx:   1958 MB/s    33217 calls/s  33217 msg/s
# udp rx:   1663 MB/s  1348885 calls/s
# udp tx:   1876 MB/s    31825 calls/s  31825 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__->