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:   1763 MB/s  1435249 calls/s
# udp tx:   1877 MB/s    31848 calls/s  31848 msg/s
# udp rx:   1746 MB/s  1421852 calls/s
# udp tx:   1917 MB/s    32523 calls/s  32523 msg/s
# udp rx:   1956 MB/s  1592579 calls/s
# udp tx:   1970 MB/s    33416 calls/s  33416 msg/s
# UDP GRO fwd perf                        udp rx:   1871 MB/s  1523853 calls/s
# udp tx:   1958 MB/s    33209 calls/s  33209 msg/s
# udp rx:   1943 MB/s  1582377 calls/s
# udp tx:   1933 MB/s    32795 calls/s  32795 msg/s
# udp rx:   1193 MB/s   971323 calls/s
# udp tx:   1199 MB/s    20344 calls/s  20344 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:   1528 MB/s  1238891 calls/s
# udp tx:   1904 MB/s    32302 calls/s  32302 msg/s
# udp rx:   1660 MB/s  1344977 calls/s
# udp tx:   1989 MB/s    33737 calls/s  33737 msg/s
# udp rx:   1689 MB/s  1368379 calls/s
# udp tx:   1984 MB/s    33657 calls/s  33657 msg/s
# UDP GRO fwd perf                        udp rx:   1497 MB/s  1213101 calls/s
# udp tx:   1952 MB/s    33122 calls/s  33122 msg/s
# udp rx:   1575 MB/s  1276496 calls/s
# udp tx:   1935 MB/s    32835 calls/s  32835 msg/s
# udp rx:   1635 MB/s  1324710 calls/s
# udp tx:   1975 MB/s    33505 calls/s  33505 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__->