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:   1882 MB/s  1532835 calls/s
# udp tx:   1977 MB/s    33548 calls/s  33548 msg/s
# udp rx:   1969 MB/s  1603419 calls/s
# udp tx:   1971 MB/s    33445 calls/s  33445 msg/s
# udp rx:   1845 MB/s  1502081 calls/s
# udp tx:   1857 MB/s    31507 calls/s  31507 msg/s
# UDP GRO fwd perf                        udp rx:   1899 MB/s  1546348 calls/s
# udp tx:   1978 MB/s    33558 calls/s  33558 msg/s
# udp rx:   1577 MB/s  1283809 calls/s
# udp tx:   1710 MB/s    29014 calls/s  29014 msg/s
# udp rx:    666 MB/s   540121 calls/s
# udp tx:   1359 MB/s    23051 calls/s  23051 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:   1544 MB/s  1256322 calls/s
# udp tx:   1786 MB/s    30305 calls/s  30305 msg/s
# udp rx:   1725 MB/s  1403186 calls/s
# udp tx:   1751 MB/s    29705 calls/s  29705 msg/s
# udp rx:   1802 MB/s  1467136 calls/s
# udp tx:   1824 MB/s    30938 calls/s  30938 msg/s
# UDP GRO fwd perf                        udp rx:   1773 MB/s  1440650 calls/s
# udp tx:   1921 MB/s    32592 calls/s  32592 msg/s
# udp rx:   1857 MB/s  1507755 calls/s
# udp tx:   1935 MB/s    32831 calls/s  32831 msg/s
# udp rx:   1766 MB/s  1433679 calls/s
# udp tx:   1916 MB/s    32503 calls/s  32503 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__->