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                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1109 MB/s   903590 calls/s
# udp tx:   1187 MB/s    20149 calls/s  20149 msg/s
# udp rx:    957 MB/s   778877 calls/s
# udp tx:   1205 MB/s    20444 calls/s  20444 msg/s
# udp rx:   1133 MB/s   922795 calls/s
# udp tx:   1203 MB/s    20408 calls/s  20408 msg/s
# UDP GRO fwd perf                        udp rx:   1585 MB/s  1289644 calls/s
# udp tx:   1779 MB/s    30175 calls/s  30175 msg/s
# udp rx:   1670 MB/s  1359367 calls/s
# udp tx:   1940 MB/s    32914 calls/s  32914 msg/s
# udp rx:   1621 MB/s  1319607 calls/s
# udp tx:   1936 MB/s    32844 calls/s  32844 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1256 MB/s  1018651 calls/s
# udp tx:   1852 MB/s    31420 calls/s  31420 msg/s
# udp rx:   1313 MB/s  1064199 calls/s
# udp tx:   1921 MB/s    32597 calls/s  32597 msg/s
# udp rx:   1088 MB/s   881618 calls/s
# udp tx:   1862 MB/s    31590 calls/s  31590 msg/s
# UDP GRO fwd perf                        udp rx:   1349 MB/s  1095172 calls/s
# udp tx:   1813 MB/s    30763 calls/s  30763 msg/s
# udp rx:   1736 MB/s  1407997 calls/s
# udp tx:   1913 MB/s    32452 calls/s  32452 msg/s
# udp rx:   1667 MB/s  1352785 calls/s
# udp tx:   1879 MB/s    31879 calls/s  31879 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
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__->