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:   1469 MB/s  1193583 calls/s
# udp tx:   1896 MB/s    32169 calls/s  32169 msg/s
# udp rx:   1734 MB/s  1407677 calls/s
# udp tx:   1944 MB/s    32979 calls/s  32979 msg/s
# udp rx:   1724 MB/s  1399430 calls/s
# udp tx:   1973 MB/s    33468 calls/s  33468 msg/s
# UDP GRO fwd perf                        udp rx:   1823 MB/s  1481810 calls/s
# udp tx:   1976 MB/s    33528 calls/s  33528 msg/s
# udp rx:   1865 MB/s  1516400 calls/s
# udp tx:   1991 MB/s    33770 calls/s  33770 msg/s
# udp rx:   1492 MB/s  1213542 calls/s
# udp tx:   1993 MB/s    33816 calls/s  33816 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:   1194 MB/s   967863 calls/s
# udp tx:   1932 MB/s    32773 calls/s  32773 msg/s
# udp rx:   1649 MB/s  1336007 calls/s
# udp tx:   1937 MB/s    32862 calls/s  32862 msg/s
# udp rx:   1664 MB/s  1348685 calls/s
# udp tx:   1930 MB/s    32739 calls/s  32739 msg/s
# UDP GRO fwd perf                        udp rx:   1653 MB/s  1343187 calls/s
# udp tx:   1882 MB/s    31935 calls/s  31935 msg/s
# udp rx:   1591 MB/s  1291063 calls/s
# udp tx:   1808 MB/s    30669 calls/s  30669 msg/s
# udp rx:   1559 MB/s  1263767 calls/s
# udp tx:   1859 MB/s    31536 calls/s  31536 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__->