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:   1301 MB/s  1058718 calls/s
# udp tx:   1559 MB/s    26452 calls/s  26452 msg/s
# udp rx:    789 MB/s   639723 calls/s
# udp tx:   1377 MB/s    23370 calls/s  23370 msg/s
# udp rx:    750 MB/s   608096 calls/s
# udp tx:   1314 MB/s    22292 calls/s  22292 msg/s
# UDP GRO fwd perf                        udp rx:    628 MB/s   508381 calls/s
# udp tx:   1367 MB/s    23188 calls/s  23188 msg/s
# udp rx:    639 MB/s   517406 calls/s
# udp tx:   1378 MB/s    23373 calls/s  23373 msg/s
# udp rx:    620 MB/s   501638 calls/s
# udp tx:   1390 MB/s    23577 calls/s  23577 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:   1508 MB/s  1223800 calls/s
# udp tx:   1907 MB/s    32347 calls/s  32347 msg/s
# udp rx:   1623 MB/s  1316276 calls/s
# udp tx:   1933 MB/s    32800 calls/s  32800 msg/s
# udp rx:   1592 MB/s  1291010 calls/s
# udp tx:   1927 MB/s    32692 calls/s  32692 msg/s
# UDP GRO fwd perf                        udp rx:   1401 MB/s  1138811 calls/s
# udp tx:   1868 MB/s    31692 calls/s  31692 msg/s
# udp rx:   1551 MB/s  1258646 calls/s
# udp tx:   1928 MB/s    32704 calls/s  32704 msg/s
# udp rx:   1530 MB/s  1240219 calls/s
# udp tx:   1935 MB/s    32821 calls/s  32821 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__->