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 6000
# selftests: net: udpgro_fwd.sh
# IPv4
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:    640 MB/s    10858 calls/s  10858 msg/s
# udp rx:      5 MB/s     4484 calls/s
# udp tx:    750 MB/s    12721 calls/s  12721 msg/s
# udp tx:    751 MB/s    12751 calls/s  12751 msg/s
# udp rx:      1 MB/s     1506 calls/s
# UDP GRO fwd perf                        udp rx:    674 MB/s   545558 calls/s
# udp tx:    941 MB/s    15965 calls/s  15965 msg/s
# udp rx:    800 MB/s   647656 calls/s
# udp tx:    948 MB/s    16083 calls/s  16083 msg/s
# udp rx:    820 MB/s   664396 calls/s
# udp tx:    943 MB/s    16000 calls/s  16000 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:      0 MB/s      256 calls/s
# udp tx:    274 MB/s     4650 calls/s   4650 msg/s
# udp tx:    281 MB/s     4766 calls/s   4766 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    285 MB/s     4834 calls/s   4834 msg/s
[  926.502063] udpgso_bench_tx (10463) used greatest stack depth: 11112 bytes left
# UDP tunnel GRO fwd perf                 udp tx:    540 MB/s     9165 calls/s   9165 msg/s
# udp rx:      5 MB/s     4438 calls/s
# udp tx:    521 MB/s     8853 calls/s   8853 msg/s
# udp tx:    508 MB/s     8624 calls/s   8624 msg/s
# udp rx:      0 MB/s      512 calls/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:    457 MB/s     7755 calls/s   7755 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    472 MB/s     8012 calls/s   8012 msg/s
# udp tx:    728 MB/s    12349 calls/s  12349 msg/s
# udp rx:      0 MB/s      512 calls/s
# UDP GRO fwd perf                        udp rx:    665 MB/s   539165 calls/s
# udp tx:    940 MB/s    15956 calls/s  15956 msg/s
# udp rx:    800 MB/s   647923 calls/s
# udp tx:    942 MB/s    15980 calls/s  15980 msg/s
# udp rx:    789 MB/s   639279 calls/s
# udp tx:    944 MB/s    16021 calls/s  16021 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:      0 MB/s      256 calls/s
# udp tx:    497 MB/s     8435 calls/s   8435 msg/s
# udp tx:    538 MB/s     9138 calls/s   9138 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    506 MB/s     8584 calls/s   8584 msg/s
# UDP tunnel GRO fwd perf                 udp tx:    463 MB/s     7869 calls/s   7869 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    478 MB/s     8112 calls/s   8112 msg/s
# udp tx:    501 MB/s     8514 calls/s   8514 msg/s
# udp rx:      0 MB/s      470 calls/s
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__->