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:   1023 MB/s   833058 calls/s
# udp tx:   1219 MB/s    20681 calls/s  20681 msg/s
# udp rx:   1115 MB/s   907611 calls/s
# udp tx:   1227 MB/s    20819 calls/s  20819 msg/s
# udp rx:   1202 MB/s   979217 calls/s
# udp tx:   1200 MB/s    20365 calls/s  20365 msg/s
# UDP GRO fwd perf                        udp rx:   1113 MB/s   906337 calls/s
# udp tx:   1205 MB/s    20443 calls/s  20443 msg/s
# udp rx:   1176 MB/s   958069 calls/s
# udp tx:   1180 MB/s    20029 calls/s  20029 msg/s
# udp rx:   1233 MB/s  1004546 calls/s
# udp tx:   1237 MB/s    20997 calls/s  20997 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:    543 MB/s   440595 calls/s
# udp tx:   1251 MB/s    21233 calls/s  21233 msg/s
# udp rx:    551 MB/s   446740 calls/s
# udp tx:   1282 MB/s    21747 calls/s  21747 msg/s
# udp rx:    738 MB/s   599113 calls/s
# udp tx:   1227 MB/s    20820 calls/s  20820 msg/s
# UDP GRO fwd perf                        udp rx:    459 MB/s   372210 calls/s
# udp tx:   1323 MB/s    22455 calls/s  22455 msg/s
# udp rx:    606 MB/s   492002 calls/s
# udp tx:   1259 MB/s    21355 calls/s  21355 msg/s
# udp rx:    557 MB/s   450935 calls/s
# udp tx:   1337 MB/s    22686 calls/s  22686 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__->