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
[    2.072121] ip (240) used greatest stack depth: 12056 bytes left
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:    747 MB/s    12677 calls/s  12677 msg/s
# udp rx:      9 MB/s     8072 calls/s
# udp tx:    757 MB/s    12856 calls/s  12856 msg/s
# udp tx:    759 MB/s    12874 calls/s  12874 msg/s
# udp rx:      0 MB/s      512 calls/s
# UDP GRO fwd perf                        udp rx:    796 MB/s   647879 calls/s
# udp tx:    848 MB/s    14394 calls/s  14394 msg/s
# udp rx:    834 MB/s   678078 calls/s
# udp tx:    879 MB/s    14924 calls/s  14924 msg/s
# udp rx:    824 MB/s   669553 calls/s
# udp tx:    875 MB/s    14846 calls/s  14846 msg/s
[   10.948132] ip (416) used greatest stack depth: 12024 bytes left
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    351 MB/s     5960 calls/s   5960 msg/s
# udp rx:      5 MB/s     4625 calls/s
# udp tx:    521 MB/s     8837 calls/s   8837 msg/s
# udp rx:      4 MB/s     3552 calls/s
# udp tx:    502 MB/s     8515 calls/s   8515 msg/s
[   16.423009] udpgso_bench_tx (606) used greatest stack depth: 11048 bytes left
# UDP tunnel GRO fwd perf                 udp tx:    509 MB/s     8637 calls/s   8637 msg/s
# udp rx:     28 MB/s    23233 calls/s
# udp tx:    532 MB/s     9037 calls/s   9037 msg/s
# udp rx:     21 MB/s    17890 calls/s
# udp tx:    514 MB/s     8728 calls/s   8728 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:    737 MB/s    12505 calls/s  12505 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    717 MB/s    12171 calls/s  12171 msg/s
# udp tx:    732 MB/s    12431 calls/s  12431 msg/s
# udp rx:     18 MB/s    15384 calls/s
# UDP GRO fwd perf                        udp rx:    768 MB/s   625814 calls/s
# udp tx:    805 MB/s    13667 calls/s  13667 msg/s
# udp rx:    867 MB/s   704121 calls/s
# udp tx:    919 MB/s    15601 calls/s  15601 msg/s
# udp rx:    861 MB/s   700278 calls/s
# udp tx:    902 MB/s    15303 calls/s  15303 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    540 MB/s     9163 calls/s   9163 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    541 MB/s     9180 calls/s   9180 msg/s
# udp tx:    534 MB/s     9063 calls/s   9063 msg/s
# udp rx:      0 MB/s      512 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    533 MB/s     9049 calls/s   9049 msg/s
# udp rx:      4 MB/s     3840 calls/s
# udp tx:    546 MB/s     9261 calls/s   9261 msg/s
# udp tx:    547 MB/s     9288 calls/s   9288 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__->