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:   1401 MB/s  1140004 calls/s
# udp tx:   1774 MB/s    30104 calls/s  30104 msg/s
# udp rx:   1920 MB/s  1562922 calls/s
# udp tx:   1944 MB/s    32977 calls/s  32977 msg/s
# udp rx:   1800 MB/s  1465435 calls/s
# udp tx:   1890 MB/s    32070 calls/s  32070 msg/s
# UDP GRO fwd perf                        udp rx:   1710 MB/s  1391095 calls/s
# udp tx:   1885 MB/s    31984 calls/s  31984 msg/s
# udp rx:   1728 MB/s  1404349 calls/s
# udp tx:   1883 MB/s    31940 calls/s  31940 msg/s
# udp rx:   1695 MB/s  1376149 calls/s
# udp tx:   1933 MB/s    32798 calls/s  32798 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:   1440 MB/s  1169058 calls/s
# udp tx:   1783 MB/s    30249 calls/s  30249 msg/s
# udp rx:   1621 MB/s  1316847 calls/s
# udp tx:   1861 MB/s    31572 calls/s  31572 msg/s
# udp rx:   1621 MB/s  1316619 calls/s
# udp tx:   1739 MB/s    29506 calls/s  29506 msg/s
# UDP GRO fwd perf                        udp rx:    856 MB/s   695304 calls/s
# udp tx:   1290 MB/s    21895 calls/s  21895 msg/s
# udp rx:    870 MB/s   707268 calls/s
# udp tx:   1257 MB/s    21321 calls/s  21321 msg/s
# udp rx:   1037 MB/s   842876 calls/s
# udp tx:   1229 MB/s    20847 calls/s  20847 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__->