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 tx:   1823 MB/s    30935 calls/s  30935 msg/s
# udp rx:   1521 MB/s  1238712 calls/s
# udp tx:   1887 MB/s    32019 calls/s  32019 msg/s
# udp rx:   1847 MB/s  1504367 calls/s
# udp tx:   1953 MB/s    33127 calls/s  33127 msg/s
# udp rx:   1936 MB/s  1576883 calls/s
# UDP GRO fwd perf                        udp rx:   1437 MB/s  1169206 calls/s
# udp tx:   1927 MB/s    32695 calls/s  32695 msg/s
# udp rx:   1531 MB/s  1245031 calls/s
# udp tx:   1937 MB/s    32862 calls/s  32862 msg/s
# udp rx:   1720 MB/s  1400581 calls/s
# udp tx:   1900 MB/s    32229 calls/s  32229 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:   1597 MB/s  1298179 calls/s
# udp tx:   1799 MB/s    30528 calls/s  30528 msg/s
# udp rx:   1854 MB/s  1506351 calls/s
# udp tx:   1900 MB/s    32231 calls/s  32231 msg/s
# udp rx:   1870 MB/s  1519955 calls/s
# udp tx:   1912 MB/s    32441 calls/s  32441 msg/s
# UDP GRO fwd perf                        udp rx:   1451 MB/s  1179373 calls/s
# udp tx:   1882 MB/s    31923 calls/s  31923 msg/s
# udp rx:   1851 MB/s  1503751 calls/s
# udp tx:   1932 MB/s    32782 calls/s  32782 msg/s
# udp rx:   1883 MB/s  1528936 calls/s
# udp tx:   1938 MB/s    32871 calls/s  32871 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__->