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:   1465 MB/s  1190062 calls/s
# udp tx:   1972 MB/s    33449 calls/s  33449 msg/s
# udp rx:   1518 MB/s  1234213 calls/s
# udp tx:   1970 MB/s    33422 calls/s  33422 msg/s
# udp rx:   1834 MB/s  1492389 calls/s
# udp tx:   1954 MB/s    33149 calls/s  33149 msg/s
# UDP GRO fwd perf                        udp rx:   1516 MB/s  1233958 calls/s
# udp tx:   1830 MB/s    31042 calls/s  31042 msg/s
# udp rx:   1780 MB/s  1448865 calls/s
# udp tx:   1824 MB/s    30947 calls/s  30947 msg/s
# udp rx:   1944 MB/s  1582961 calls/s
# udp tx:   1949 MB/s    33060 calls/s  33060 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:   1498 MB/s  1214552 calls/s
# udp tx:   1950 MB/s    33077 calls/s  33077 msg/s
# udp rx:   1753 MB/s  1421912 calls/s
# udp tx:   1904 MB/s    32303 calls/s  32303 msg/s
# udp rx:   1833 MB/s  1489043 calls/s
# udp tx:   1927 MB/s    32688 calls/s  32688 msg/s
# UDP GRO fwd perf                        udp rx:   1677 MB/s  1359784 calls/s
# udp tx:   1945 MB/s    33003 calls/s  33003 msg/s
# udp rx:   1780 MB/s  1443383 calls/s
# udp tx:   1950 MB/s    33086 calls/s  33086 msg/s
# udp rx:   1431 MB/s  1161178 calls/s
# udp tx:   1855 MB/s    31473 calls/s  31473 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__->