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:    606 MB/s    10280 calls/s  10280 msg/s
# udp rx:      6 MB/s     5040 calls/s
# udp tx:    559 MB/s     9496 calls/s   9496 msg/s
# udp rx:    120 MB/s    97974 calls/s
# udp tx:    555 MB/s     9420 calls/s   9420 msg/s
# UDP GRO fwd perf                        udp rx:    416 MB/s   338238 calls/s
# udp tx:    604 MB/s    10247 calls/s  10247 msg/s
# udp rx:    500 MB/s   406971 calls/s
# udp tx:    566 MB/s     9602 calls/s   9602 msg/s
# udp rx:    336 MB/s   272608 calls/s
# udp tx:    848 MB/s    14397 calls/s  14397 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    480 MB/s     8145 calls/s   8145 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    595 MB/s    10098 calls/s  10098 msg/s
# udp tx:    458 MB/s     7773 calls/s   7773 msg/s
[  938.619998] udpgso_bench_tx (4382) used greatest stack depth: 11112 bytes left
# udp rx:     52 MB/s    42582 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    455 MB/s     7727 calls/s   7727 msg/s
# udp rx:     20 MB/s    16546 calls/s
# udp tx:    418 MB/s     7104 calls/s   7104 msg/s
# udp rx:     23 MB/s    19267 calls/s
# udp tx:    214 MB/s     3644 calls/s   3644 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:    148 MB/s   120613 calls/s
# udp tx:    505 MB/s     8568 calls/s   8568 msg/s
# udp tx:    525 MB/s     8906 calls/s   8906 msg/s
# udp rx:    171 MB/s   139360 calls/s
# udp tx:    608 MB/s    10314 calls/s  10314 msg/s
# UDP GRO fwd perf                        udp rx:    676 MB/s   550764 calls/s
# udp tx:    722 MB/s    12255 calls/s  12255 msg/s
# udp rx:    600 MB/s   488227 calls/s
# udp tx:    634 MB/s    10754 calls/s  10754 msg/s
# udp rx:    646 MB/s   525618 calls/s
# udp tx:    768 MB/s    13030 calls/s  13030 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    442 MB/s     7510 calls/s   7510 msg/s
# udp rx:     62 MB/s    50889 calls/s
# udp tx:    522 MB/s     8856 calls/s   8856 msg/s
# udp tx:    515 MB/s     8742 calls/s   8742 msg/s
# udp rx:     15 MB/s    12455 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    535 MB/s     9086 calls/s   9086 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    523 MB/s     8872 calls/s   8872 msg/s
# udp tx:    500 MB/s     8482 calls/s   8482 msg/s
# udp rx:      0 MB/s      471 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__->