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:   1308 MB/s  1064940 calls/s
# udp tx:   1813 MB/s    30763 calls/s  30763 msg/s
# udp rx:   1922 MB/s  1565015 calls/s
# udp tx:   1930 MB/s    32739 calls/s  32739 msg/s
# udp rx:   1905 MB/s  1550807 calls/s
# udp tx:   1925 MB/s    32661 calls/s  32661 msg/s
# UDP GRO fwd perf                        udp rx:   1827 MB/s  1487161 calls/s
# udp tx:   1912 MB/s    32436 calls/s  32436 msg/s
# udp rx:   1872 MB/s  1523967 calls/s
# udp tx:   1913 MB/s    32449 calls/s  32449 msg/s
# udp rx:   1830 MB/s  1488557 calls/s
# udp tx:   1913 MB/s    32455 calls/s  32455 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:   1673 MB/s  1358128 calls/s
# udp tx:   1883 MB/s    31951 calls/s  31951 msg/s
# udp rx:   1741 MB/s  1411731 calls/s
# udp tx:   1877 MB/s    31850 calls/s  31850 msg/s
# udp rx:   1696 MB/s  1375418 calls/s
# udp tx:   1871 MB/s    31734 calls/s  31734 msg/s
# UDP GRO fwd perf                        udp rx:   1625 MB/s  1317440 calls/s
# udp tx:   1943 MB/s    32965 calls/s  32965 msg/s
# udp rx:   1693 MB/s  1372892 calls/s
# udp tx:   1892 MB/s    32101 calls/s  32101 msg/s
# udp rx:   1712 MB/s  1387337 calls/s
# udp tx:   1950 MB/s    33078 calls/s  33078 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__->