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:   1667 MB/s  1357093 calls/s
# udp tx:   1935 MB/s    32819 calls/s  32819 msg/s
# udp tx:   1980 MB/s    33583 calls/s  33583 msg/s
# udp rx:   1231 MB/s  1002203 calls/s
# udp tx:   1841 MB/s    31237 calls/s  31237 msg/s
# udp rx:   1674 MB/s  1361135 calls/s
# UDP GRO fwd perf                        udp rx:   1654 MB/s  1346055 calls/s
# udp tx:   1767 MB/s    29975 calls/s  29975 msg/s
# udp rx:   1909 MB/s  1554777 calls/s
# udp tx:   1921 MB/s    32583 calls/s  32583 msg/s
# udp rx:   1922 MB/s  1564766 calls/s
# udp tx:   1931 MB/s    32754 calls/s  32754 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 tx:   1837 MB/s    31158 calls/s  31158 msg/s
# udp rx:   1593 MB/s  1294648 calls/s
# udp tx:   1833 MB/s    31090 calls/s  31090 msg/s
# udp rx:   1621 MB/s  1316937 calls/s
# udp tx:   1888 MB/s    32030 calls/s  32030 msg/s
# udp rx:   1750 MB/s  1423620 calls/s
# UDP GRO fwd perf                        udp rx:   1811 MB/s  1472993 calls/s
# udp tx:   1917 MB/s    32527 calls/s  32527 msg/s
# udp rx:   1714 MB/s  1393215 calls/s
# udp tx:   1850 MB/s    31386 calls/s  31386 msg/s
# udp rx:   1667 MB/s  1355910 calls/s
# udp tx:   1750 MB/s    29696 calls/s  29696 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__->