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:   1456 MB/s  1185425 calls/s
# udp tx:   1935 MB/s    32826 calls/s  32826 msg/s
# udp rx:   1946 MB/s  1584775 calls/s
# udp tx:   1954 MB/s    33147 calls/s  33147 msg/s
# udp rx:   1772 MB/s  1442623 calls/s
# udp tx:   1966 MB/s    33351 calls/s  33351 msg/s
# UDP GRO fwd perf                        udp rx:   1839 MB/s  1497271 calls/s
# udp tx:   1901 MB/s    32254 calls/s  32254 msg/s
# udp rx:   1894 MB/s  1542542 calls/s
# udp tx:   1917 MB/s    32528 calls/s  32528 msg/s
# udp rx:   1941 MB/s  1580206 calls/s
# udp tx:   1948 MB/s    33042 calls/s  33042 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:   1567 MB/s  1271565 calls/s
# udp tx:   1839 MB/s    31207 calls/s  31207 msg/s
# udp rx:   1710 MB/s  1387865 calls/s
# udp tx:   1910 MB/s    32407 calls/s  32407 msg/s
# udp rx:   1776 MB/s  1441068 calls/s
# udp tx:   1913 MB/s    32457 calls/s  32457 msg/s
# UDP GRO fwd perf                        udp rx:   1721 MB/s  1396869 calls/s
# udp tx:   1920 MB/s    32570 calls/s  32570 msg/s
# udp rx:   1775 MB/s  1440207 calls/s
# udp tx:   1925 MB/s    32658 calls/s  32658 msg/s
# udp rx:   1584 MB/s  1284155 calls/s
# udp tx:   1887 MB/s    32012 calls/s  32012 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__->