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:   1429 MB/s  1161977 calls/s
# udp tx:   1924 MB/s    32636 calls/s  32636 msg/s
# udp rx:   1828 MB/s  1488461 calls/s
# udp tx:   1942 MB/s    32942 calls/s  32942 msg/s
# udp rx:   1930 MB/s  1571842 calls/s
# udp tx:   1939 MB/s    32894 calls/s  32894 msg/s
# UDP GRO fwd perf                        udp rx:   1517 MB/s  1234318 calls/s
# udp tx:   1864 MB/s    31626 calls/s  31626 msg/s
# udp rx:   1147 MB/s   931559 calls/s
# udp tx:   1446 MB/s    24535 calls/s  24535 msg/s
# udp rx:    854 MB/s   692875 calls/s
# udp tx:   1296 MB/s    21983 calls/s  21983 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:   1659 MB/s  1347406 calls/s
# udp tx:   1868 MB/s    31685 calls/s  31685 msg/s
# udp rx:   1780 MB/s  1442937 calls/s
# udp tx:   1944 MB/s    32977 calls/s  32977 msg/s
# udp rx:   1735 MB/s  1406289 calls/s
# udp tx:   1944 MB/s    32981 calls/s  32981 msg/s
# UDP GRO fwd perf                        udp rx:   1455 MB/s  1180194 calls/s
# udp tx:   1906 MB/s    32340 calls/s  32340 msg/s
# udp rx:   1774 MB/s  1437935 calls/s
# udp tx:   1956 MB/s    33180 calls/s  33180 msg/s
# udp rx:   1685 MB/s  1365408 calls/s
# udp tx:   1955 MB/s    33161 calls/s  33161 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__->