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:    425 MB/s   345654 calls/s
# udp tx:   1811 MB/s    30728 calls/s  30728 msg/s
# udp rx:   1374 MB/s  1119008 calls/s
# udp tx:   1923 MB/s    32620 calls/s  32620 msg/s
# udp rx:   1311 MB/s  1067565 calls/s
# udp tx:   1762 MB/s    29886 calls/s  29886 msg/s
# UDP GRO fwd perf                        udp rx:    913 MB/s   743327 calls/s
# udp tx:   1723 MB/s    29231 calls/s  29231 msg/s
# udp rx:   1287 MB/s  1047420 calls/s
# udp tx:   1618 MB/s    27455 calls/s  27455 msg/s
# udp rx:    841 MB/s   683906 calls/s
# udp tx:   1899 MB/s    32212 calls/s  32212 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:    848 MB/s   689766 calls/s
# udp tx:   1678 MB/s    28475 calls/s  28475 msg/s
# udp rx:   1030 MB/s   836652 calls/s
# udp tx:   1617 MB/s    27429 calls/s  27429 msg/s
# udp rx:    989 MB/s   804262 calls/s
# udp tx:   1685 MB/s    28585 calls/s  28585 msg/s
# UDP GRO fwd perf                        udp rx:   1195 MB/s   968422 calls/s
# udp tx:   1407 MB/s    23868 calls/s  23868 msg/s
# udp rx:   1250 MB/s  1012663 calls/s
# udp tx:   1411 MB/s    23940 calls/s  23940 msg/s
# udp rx:   1255 MB/s  1017088 calls/s
# udp tx:   1409 MB/s    23912 calls/s  23912 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__->