make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_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:   1323 MB/s  1076285 calls/s
# udp tx:   1724 MB/s    29242 calls/s  29242 msg/s
# udp rx:    772 MB/s   627633 calls/s
# udp tx:   1883 MB/s    31940 calls/s  31940 msg/s
# udp rx:   1578 MB/s  1283253 calls/s
# udp tx:   1776 MB/s    30130 calls/s  30130 msg/s
# UDP GRO fwd perf                        udp rx:   1170 MB/s   951801 calls/s
# udp tx:   1441 MB/s    24445 calls/s  24445 msg/s
# udp rx:   1324 MB/s  1077604 calls/s
# udp tx:   1442 MB/s    24468 calls/s  24468 msg/s
# udp rx:   1098 MB/s   893559 calls/s
# udp tx:   1733 MB/s    29405 calls/s  29405 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:    901 MB/s   733043 calls/s
# udp tx:   1637 MB/s    27781 calls/s  27781 msg/s
# udp rx:    863 MB/s   701030 calls/s
# udp tx:   1681 MB/s    28517 calls/s  28517 msg/s
# udp rx:   1515 MB/s  1231715 calls/s
# udp tx:   1641 MB/s    27846 calls/s  27846 msg/s
# UDP GRO fwd perf                        udp rx:   1262 MB/s  1026482 calls/s
# udp tx:   1870 MB/s    31721 calls/s  31721 msg/s
# udp rx:   1076 MB/s   874736 calls/s
# udp tx:   1773 MB/s    30078 calls/s  30078 msg/s
# udp rx:   1416 MB/s  1152145 calls/s
# udp tx:   1477 MB/s    25060 calls/s  25060 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__->