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 3600
# selftests: net: udpgro_fwd.sh
# IPv4
# No GRO                                   ok
# GRO frag list                           ./udpgso_bench_rx: wrong packet number! got 0, expected 10
# 
#  fail client exit code 0, server 1
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:    930 MB/s   757522 calls/s
# udp tx:   1150 MB/s    19518 calls/s  19518 msg/s
# udp rx:   1089 MB/s   887073 calls/s
# udp tx:   1091 MB/s    18507 calls/s  18507 msg/s
# udp rx:   1144 MB/s   931794 calls/s
# udp tx:   1147 MB/s    19461 calls/s  19461 msg/s
# UDP GRO fwd perf                        udp rx:    994 MB/s   809429 calls/s
# udp tx:   1139 MB/s    19334 calls/s  19334 msg/s
# udp rx:   1113 MB/s   906600 calls/s
# udp tx:   1117 MB/s    18953 calls/s  18953 msg/s
# udp rx:   1050 MB/s   855207 calls/s
# udp tx:   1188 MB/s    20162 calls/s  20162 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# IPv6
# No GRO                                   ok
# GRO frag list                           ./udpgso_bench_rx: wrong packet number! got 0, expected 10
# 
#  fail client exit code 0, server 1
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:   1719 MB/s    29163 calls/s  29163 msg/s
# udp rx:   1498 MB/s  1215817 calls/s
# udp tx:   1797 MB/s    30482 calls/s  30482 msg/s
# udp rx:   1497 MB/s  1214309 calls/s
# udp tx:   1874 MB/s    31798 calls/s  31798 msg/s
# udp rx:   1384 MB/s  1123119 calls/s
# UDP GRO fwd perf                        udp rx:   1494 MB/s  1211241 calls/s
# udp tx:   1890 MB/s    32072 calls/s  32072 msg/s
# udp rx:   1699 MB/s  1376916 calls/s
# udp tx:   1915 MB/s    32487 calls/s  32487 msg/s
# udp rx:   1715 MB/s  1389561 calls/s
# udp tx:   1915 MB/s    32481 calls/s  32481 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
not ok 1 selftests: net: udpgro_fwd.sh # exit=1
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__->