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:   1527 MB/s  1242879 calls/s
# udp tx:   1970 MB/s    33414 calls/s  33414 msg/s
# udp rx:   1954 MB/s  1590724 calls/s
# udp tx:   1979 MB/s    33568 calls/s  33568 msg/s
# udp rx:   1972 MB/s  1605654 calls/s
# udp tx:   1983 MB/s    33641 calls/s  33641 msg/s
# UDP GRO fwd perf                        udp rx:   1332 MB/s  1084582 calls/s
# udp tx:   1930 MB/s    32744 calls/s  32744 msg/s
# udp rx:   1939 MB/s  1578680 calls/s
# udp tx:   1950 MB/s    33084 calls/s  33084 msg/s
# udp rx:   1772 MB/s  1442369 calls/s
# udp tx:   1961 MB/s    33271 calls/s  33271 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:   1590 MB/s  1290273 calls/s
# udp tx:   1921 MB/s    32596 calls/s  32596 msg/s
# udp rx:   1803 MB/s  1463666 calls/s
# udp tx:   1935 MB/s    32831 calls/s  32831 msg/s
# udp rx:   1713 MB/s  1391643 calls/s
# udp tx:   1783 MB/s    30246 calls/s  30246 msg/s
# UDP GRO fwd perf                        udp rx:   1641 MB/s  1330530 calls/s
# udp tx:   1954 MB/s    33147 calls/s  33147 msg/s
# udp rx:   1780 MB/s  1443736 calls/s
# udp tx:   1948 MB/s    33053 calls/s  33053 msg/s
# udp rx:   1778 MB/s  1441555 calls/s
# udp tx:   1961 MB/s    33270 calls/s  33270 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__->