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:   1496 MB/s  1217545 calls/s
# udp tx:   1869 MB/s    31715 calls/s  31715 msg/s
# udp rx:   1698 MB/s  1382779 calls/s
# udp tx:   1939 MB/s    32893 calls/s  32893 msg/s
# udp rx:   1958 MB/s  1594074 calls/s
# udp tx:   1973 MB/s    33478 calls/s  33478 msg/s
# UDP GRO fwd perf                        udp rx:   1881 MB/s  1531400 calls/s
# udp tx:   1967 MB/s    33364 calls/s  33364 msg/s
# udp rx:   1931 MB/s  1572822 calls/s
# udp tx:   1960 MB/s    33243 calls/s  33243 msg/s
# udp rx:   1602 MB/s  1304246 calls/s
# udp tx:   1974 MB/s    33486 calls/s  33486 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:   1152 MB/s   938151 calls/s
# udp tx:   1206 MB/s    20470 calls/s  20470 msg/s
# udp rx:   1129 MB/s   919311 calls/s
# udp tx:   1193 MB/s    20248 calls/s  20248 msg/s
# udp rx:   1192 MB/s   971021 calls/s
# udp tx:   1213 MB/s    20586 calls/s  20586 msg/s
# UDP GRO fwd perf                        udp rx:    956 MB/s   778662 calls/s
# udp tx:   1175 MB/s    19935 calls/s  19935 msg/s
# udp rx:   1068 MB/s   869595 calls/s
# udp tx:   1100 MB/s    18666 calls/s  18666 msg/s
# udp rx:   1118 MB/s   910542 calls/s
# udp tx:   1125 MB/s    19094 calls/s  19094 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__->