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:    695 MB/s    11802 calls/s  11802 msg/s
# udp rx:     37 MB/s    30654 calls/s
# udp tx:    733 MB/s    12449 calls/s  12449 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    736 MB/s    12488 calls/s  12488 msg/s
# UDP GRO fwd perf                        udp rx:    647 MB/s   524769 calls/s
# udp tx:    846 MB/s    14352 calls/s  14352 msg/s
# udp rx:    758 MB/s   613407 calls/s
# udp tx:    942 MB/s    15986 calls/s  15986 msg/s
# udp rx:    770 MB/s   623099 calls/s
# udp tx:    949 MB/s    16109 calls/s  16109 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    265 MB/s     4511 calls/s   4511 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    266 MB/s     4516 calls/s   4516 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    293 MB/s     4981 calls/s   4981 msg/s
[ 1008.997474] udpgso_bench_tx (6553) used greatest stack depth: 11112 bytes left
# UDP tunnel GRO fwd perf                 udp tx:    505 MB/s     8569 calls/s   8569 msg/s
# udp rx:      6 MB/s     5315 calls/s
# udp tx:    557 MB/s     9460 calls/s   9460 msg/s
# udp tx:    547 MB/s     9280 calls/s   9280 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:    704 MB/s    11943 calls/s  11943 msg/s
# udp rx:      4 MB/s     3263 calls/s
# udp tx:    713 MB/s    12104 calls/s  12104 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    722 MB/s    12261 calls/s  12261 msg/s
# UDP GRO fwd perf                        udp rx:    795 MB/s   647093 calls/s
# udp tx:    846 MB/s    14365 calls/s  14365 msg/s
# udp rx:    760 MB/s   618476 calls/s
# udp tx:    835 MB/s    14177 calls/s  14177 msg/s
# udp rx:    768 MB/s   625243 calls/s
# udp tx:    766 MB/s    12992 calls/s  12992 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    527 MB/s     8951 calls/s   8951 msg/s
# udp rx:      8 MB/s     7103 calls/s
# udp tx:    537 MB/s     9123 calls/s   9123 msg/s
# udp tx:    530 MB/s     8998 calls/s   8998 msg/s
# udp rx:      0 MB/s      512 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    554 MB/s     9399 calls/s   9399 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    549 MB/s     9316 calls/s   9316 msg/s
# udp tx:    556 MB/s     9446 calls/s   9446 msg/s
# udp rx:      0 MB/s      512 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__->