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:    917 MB/s   746779 calls/s
# udp tx:   1651 MB/s    28015 calls/s  28015 msg/s
# udp rx:   1793 MB/s  1457579 calls/s
# udp tx:   1923 MB/s    32631 calls/s  32631 msg/s
# udp rx:   1768 MB/s  1438879 calls/s
# udp tx:   1935 MB/s    32821 calls/s  32821 msg/s
# UDP GRO fwd perf                        udp rx:   1615 MB/s  1312450 calls/s
# udp tx:   1933 MB/s    32792 calls/s  32792 msg/s
# udp rx:   1812 MB/s  1471278 calls/s
# udp tx:   1951 MB/s    33100 calls/s  33100 msg/s
# udp rx:   1914 MB/s  1556839 calls/s
# udp tx:   1944 MB/s    32972 calls/s  32972 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:   1525 MB/s  1239601 calls/s
# udp tx:   1818 MB/s    30843 calls/s  30843 msg/s
# udp rx:   1777 MB/s  1445694 calls/s
# udp tx:   1818 MB/s    30840 calls/s  30840 msg/s
# udp rx:   1812 MB/s  1473921 calls/s
# udp tx:   1853 MB/s    31434 calls/s  31434 msg/s
# UDP GRO fwd perf                        udp rx:   1549 MB/s  1256254 calls/s
# udp tx:   1910 MB/s    32397 calls/s  32397 msg/s
# udp rx:   1574 MB/s  1277554 calls/s
# udp tx:   1802 MB/s    30570 calls/s  30570 msg/s
# udp rx:   1572 MB/s  1274262 calls/s
# udp tx:   1919 MB/s    32560 calls/s  32560 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__->