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:   1524 MB/s  1239909 calls/s
# udp tx:   1834 MB/s    31120 calls/s  31120 msg/s
# udp rx:   1834 MB/s  1493600 calls/s
# udp tx:   1824 MB/s    30946 calls/s  30946 msg/s
# udp rx:   1741 MB/s  1417492 calls/s
# udp tx:   1756 MB/s    29790 calls/s  29790 msg/s
# UDP GRO fwd perf                        udp rx:   1735 MB/s  1411523 calls/s
# udp tx:   1895 MB/s    32144 calls/s  32144 msg/s
# udp rx:   1692 MB/s  1374788 calls/s
# udp tx:   1849 MB/s    31374 calls/s  31374 msg/s
# udp rx:   1677 MB/s  1364585 calls/s
# udp tx:   1763 MB/s    29917 calls/s  29917 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 rx:    796 MB/s   647684 calls/s
# udp tx:   1035 MB/s    17566 calls/s  17566 msg/s
# udp rx:    928 MB/s   755433 calls/s
# udp tx:   1007 MB/s    17091 calls/s  17091 msg/s
# udp rx:    974 MB/s   793430 calls/s
# udp tx:   1062 MB/s    18028 calls/s  18028 msg/s
# UDP GRO fwd perf                        udp rx:   1003 MB/s   816943 calls/s
# udp tx:   1052 MB/s    17854 calls/s  17854 msg/s
# udp rx:   1036 MB/s   843758 calls/s
# udp tx:   1039 MB/s    17631 calls/s  17631 msg/s
# udp rx:   1071 MB/s   872647 calls/s
# udp tx:   1074 MB/s    18229 calls/s  18229 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__->