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:    394 MB/s     6692 calls/s   6692 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    470 MB/s     7973 calls/s   7973 msg/s
# udp tx:    741 MB/s    12577 calls/s  12577 msg/s
# udp rx:      3 MB/s     2871 calls/s
# UDP GRO fwd perf                        udp rx:    755 MB/s   613922 calls/s
# udp tx:    815 MB/s    13833 calls/s  13833 msg/s
# udp rx:    736 MB/s   598038 calls/s
# udp tx:    791 MB/s    13418 calls/s  13418 msg/s
# udp rx:    773 MB/s   627320 calls/s
# udp tx:    853 MB/s    14479 calls/s  14479 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    449 MB/s     7630 calls/s   7630 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    498 MB/s     8463 calls/s   8463 msg/s
# udp rx:      8 MB/s     7167 calls/s
# udp tx:    507 MB/s     8600 calls/s   8600 msg/s
[ 1013.747288] udpgso_bench_tx (2146) used greatest stack depth: 11112 bytes left
# UDP tunnel GRO fwd perf                 udp tx:    445 MB/s     7550 calls/s   7550 msg/s
# udp rx:    108 MB/s    88328 calls/s
# udp tx:    554 MB/s     9404 calls/s   9404 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    546 MB/s     9270 calls/s   9270 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:      0 MB/s      256 calls/s
# udp tx:    333 MB/s     5657 calls/s   5657 msg/s
# udp tx:    487 MB/s     8264 calls/s   8264 msg/s
# udp rx:      8 MB/s     7089 calls/s
# udp tx:    717 MB/s    12174 calls/s  12174 msg/s
# UDP GRO fwd perf                        udp rx:    671 MB/s   545916 calls/s
# udp tx:    823 MB/s    13968 calls/s  13968 msg/s
# udp rx:    578 MB/s   470450 calls/s
# udp tx:    865 MB/s    14673 calls/s  14673 msg/s
# udp rx:    536 MB/s   435208 calls/s
# udp tx:    872 MB/s    14797 calls/s  14797 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    486 MB/s     8254 calls/s   8254 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    492 MB/s     8353 calls/s   8353 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    499 MB/s     8475 calls/s   8475 msg/s
# udp rx:      5 MB/s     4164 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    468 MB/s     7948 calls/s   7948 msg/s
# udp rx:      1 MB/s     1070 calls/s
# udp tx:    471 MB/s     7992 calls/s   7992 msg/s
# udp tx:    500 MB/s     8489 calls/s   8489 msg/s
# udp rx:     14 MB/s    11553 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__->