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:   1313 MB/s  1066864 calls/s
# udp tx:   1984 MB/s    33664 calls/s  33664 msg/s
# udp rx:   1718 MB/s  1397652 calls/s
# udp tx:   2000 MB/s    33927 calls/s  33927 msg/s
# udp rx:   1969 MB/s  1602388 calls/s
# udp tx:   1984 MB/s    33662 calls/s  33662 msg/s
# UDP GRO fwd perf                        udp rx:   1908 MB/s  1553224 calls/s
# udp tx:   1985 MB/s    33681 calls/s  33681 msg/s
# udp rx:   1974 MB/s  1607596 calls/s
# udp tx:   1983 MB/s    33642 calls/s  33642 msg/s
# udp rx:   1944 MB/s  1582078 calls/s
# udp tx:   1983 MB/s    33642 calls/s  33642 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:   1443 MB/s  1170950 calls/s
# udp tx:   1928 MB/s    32714 calls/s  32714 msg/s
# udp rx:   1869 MB/s  1518197 calls/s
# udp tx:   1941 MB/s    32927 calls/s  32927 msg/s
# udp rx:   1762 MB/s  1430884 calls/s
# udp tx:   1946 MB/s    33012 calls/s  33012 msg/s
# UDP GRO fwd perf                        udp rx:   1496 MB/s  1213369 calls/s
# udp tx:   1946 MB/s    33011 calls/s  33011 msg/s
# udp rx:   1630 MB/s  1321321 calls/s
# udp tx:   1946 MB/s    33013 calls/s  33013 msg/s
# udp rx:   1811 MB/s  1468086 calls/s
# udp tx:   1942 MB/s    32947 calls/s  32947 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__->