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:   1071 MB/s   871469 calls/s
# udp tx:   1319 MB/s    22373 calls/s  22373 msg/s
# udp rx:    968 MB/s   785125 calls/s
# udp tx:   1392 MB/s    23612 calls/s  23612 msg/s
# udp rx:   1079 MB/s   875210 calls/s
# udp tx:   1399 MB/s    23737 calls/s  23737 msg/s
# UDP GRO fwd perf                        udp rx:    978 MB/s   794631 calls/s
# udp tx:   1391 MB/s    23597 calls/s  23597 msg/s
# udp rx:    984 MB/s   799451 calls/s
# udp tx:   1399 MB/s    23742 calls/s  23742 msg/s
# udp rx:   1219 MB/s   991022 calls/s
# udp tx:   1401 MB/s    23766 calls/s  23766 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:   1630 MB/s  1320805 calls/s
# udp tx:   1944 MB/s    32975 calls/s  32975 msg/s
# udp rx:   1740 MB/s  1410432 calls/s
# udp tx:   1941 MB/s    32927 calls/s  32927 msg/s
# udp rx:   1747 MB/s  1416118 calls/s
# udp tx:   1934 MB/s    32811 calls/s  32811 msg/s
# UDP GRO fwd perf                        udp rx:   1683 MB/s  1365398 calls/s
# udp tx:   1891 MB/s    32078 calls/s  32078 msg/s
# udp rx:   1807 MB/s  1465542 calls/s
# udp tx:   1940 MB/s    32905 calls/s  32905 msg/s
# udp rx:   1807 MB/s  1465132 calls/s
# udp tx:   1943 MB/s    32968 calls/s  32968 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__->