make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:    931 MB/s   755443 calls/s
# udp tx:   1322 MB/s    22432 calls/s  22432 msg/s
# udp rx:   1245 MB/s  1010709 calls/s
# udp tx:   1374 MB/s    23314 calls/s  23314 msg/s
# udp rx:   1253 MB/s  1017944 calls/s
# udp tx:   1371 MB/s    23256 calls/s  23256 msg/s
# UDP GRO fwd perf                        udp rx:   1443 MB/s  1174846 calls/s
# udp tx:   1950 MB/s    33080 calls/s  33080 msg/s
# udp rx:   1960 MB/s  1596384 calls/s
# udp tx:   1970 MB/s    33425 calls/s  33425 msg/s
# udp rx:   1970 MB/s  1603839 calls/s
# udp tx:   1976 MB/s    33517 calls/s  33517 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:   1426 MB/s  1155754 calls/s
# udp tx:   1915 MB/s    32481 calls/s  32481 msg/s
# udp rx:   1726 MB/s  1399091 calls/s
# udp tx:   1955 MB/s    33171 calls/s  33171 msg/s
# udp rx:   1738 MB/s  1408295 calls/s
# udp tx:   1945 MB/s    32998 calls/s  32998 msg/s
# UDP GRO fwd perf                        udp rx:   1641 MB/s  1330550 calls/s
# udp tx:   1875 MB/s    31815 calls/s  31815 msg/s
# udp rx:   1754 MB/s  1422531 calls/s
# udp tx:   1914 MB/s    32468 calls/s  32468 msg/s
# udp rx:   1739 MB/s  1410072 calls/s
# udp tx:   1940 MB/s    32908 calls/s  32908 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__->