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:   1688 MB/s  1373723 calls/s
# udp tx:   1832 MB/s    31088 calls/s  31088 msg/s
# udp rx:   1629 MB/s  1325671 calls/s
# udp tx:   1907 MB/s    32345 calls/s  32345 msg/s
# udp rx:   1970 MB/s  1604171 calls/s
# udp tx:   1974 MB/s    33490 calls/s  33490 msg/s
# UDP GRO fwd perf                        udp rx:   1415 MB/s  1151936 calls/s
# udp tx:   1916 MB/s    32508 calls/s  32508 msg/s
# udp rx:   1770 MB/s  1441049 calls/s
# udp tx:   1972 MB/s    33447 calls/s  33447 msg/s
# udp rx:   1931 MB/s  1572251 calls/s
# udp tx:   1966 MB/s    33356 calls/s  33356 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:   1441 MB/s  1170393 calls/s
# udp tx:   1834 MB/s    31115 calls/s  31115 msg/s
# udp rx:   1815 MB/s  1472838 calls/s
# udp tx:   1933 MB/s    32796 calls/s  32796 msg/s
# udp rx:   1808 MB/s  1466297 calls/s
# udp tx:   1930 MB/s    32751 calls/s  32751 msg/s
# UDP GRO fwd perf                        udp rx:   1594 MB/s  1294260 calls/s
# udp tx:   1894 MB/s    32137 calls/s  32137 msg/s
# udp rx:   1799 MB/s  1461238 calls/s
# udp tx:   1893 MB/s    32117 calls/s  32117 msg/s
# udp rx:   1735 MB/s  1410445 calls/s
# udp tx:   1810 MB/s    30699 calls/s  30699 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__->