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:   1167 MB/s   949626 calls/s
# udp tx:   1637 MB/s    27779 calls/s  27779 msg/s
# udp rx:   1590 MB/s  1293812 calls/s
# udp tx:   1895 MB/s    32142 calls/s  32142 msg/s
# udp rx:   1536 MB/s  1249648 calls/s
# udp tx:   1636 MB/s    27750 calls/s  27750 msg/s
# UDP GRO fwd perf                        udp rx:    986 MB/s   801830 calls/s
# udp tx:   1611 MB/s    27340 calls/s  27340 msg/s
# udp rx:    724 MB/s   589020 calls/s
# udp tx:   1728 MB/s    29316 calls/s  29316 msg/s
# udp rx:   1323 MB/s  1076663 calls/s
# udp tx:   1618 MB/s    27451 calls/s  27451 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:    648 MB/s   527371 calls/s
# udp tx:   1064 MB/s    18058 calls/s  18058 msg/s
# udp rx:    788 MB/s   640824 calls/s
# udp tx:   1151 MB/s    19524 calls/s  19524 msg/s
# udp rx:    985 MB/s   801833 calls/s
# udp tx:   1063 MB/s    18046 calls/s  18046 msg/s
# UDP GRO fwd perf                        udp rx:    559 MB/s   454326 calls/s
# udp tx:   1106 MB/s    18771 calls/s  18771 msg/s
# udp rx:    844 MB/s   686548 calls/s
# udp tx:   1082 MB/s    18354 calls/s  18354 msg/s
# udp rx:    831 MB/s   675509 calls/s
# udp tx:   1092 MB/s    18526 calls/s  18526 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__->