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:   1439 MB/s  1170388 calls/s
# udp tx:   1886 MB/s    32004 calls/s  32004 msg/s
# udp rx:   1592 MB/s  1294729 calls/s
# udp tx:   1923 MB/s    32620 calls/s  32620 msg/s
# udp rx:   1826 MB/s  1484610 calls/s
# udp tx:   1952 MB/s    33112 calls/s  33112 msg/s
# UDP GRO fwd perf                        udp rx:   1565 MB/s  1273249 calls/s
# udp tx:   1979 MB/s    33568 calls/s  33568 msg/s
# udp rx:   1924 MB/s  1566624 calls/s
# udp tx:   1933 MB/s    32792 calls/s  32792 msg/s
# udp rx:   1913 MB/s  1557601 calls/s
# udp tx:   1927 MB/s    32684 calls/s  32684 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:   1278 MB/s  1038372 calls/s
# udp tx:   1629 MB/s    27631 calls/s  27631 msg/s
# udp rx:    998 MB/s   813094 calls/s
# udp tx:   1182 MB/s    20061 calls/s  20061 msg/s
# udp rx:   1117 MB/s   909336 calls/s
# udp tx:   1198 MB/s    20324 calls/s  20324 msg/s
# UDP GRO fwd perf                        udp rx:   1143 MB/s   930776 calls/s
# udp tx:   1213 MB/s    20575 calls/s  20575 msg/s
# udp rx:    979 MB/s   797740 calls/s
# udp tx:   1199 MB/s    20340 calls/s  20340 msg/s
# udp rx:   1157 MB/s   942099 calls/s
# udp tx:   1198 MB/s    20334 calls/s  20334 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__->