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:   1421 MB/s  1156956 calls/s
# udp tx:   1911 MB/s    32425 calls/s  32425 msg/s
# udp rx:   1542 MB/s  1254463 calls/s
# udp tx:   1960 MB/s    33252 calls/s  33252 msg/s
# udp rx:   1822 MB/s  1482174 calls/s
# udp tx:   1952 MB/s    33116 calls/s  33116 msg/s
# UDP GRO fwd perf                        udp rx:   1411 MB/s  1148522 calls/s
# udp tx:   1969 MB/s    33397 calls/s  33397 msg/s
# udp rx:   1818 MB/s  1478217 calls/s
# udp tx:   1958 MB/s    33225 calls/s  33225 msg/s
# udp rx:   1898 MB/s  1544633 calls/s
# udp tx:   1960 MB/s    33257 calls/s  33257 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:   1320 MB/s  1071933 calls/s
# udp tx:   1768 MB/s    29994 calls/s  29994 msg/s
# udp rx:   1637 MB/s  1330065 calls/s
# udp tx:   1747 MB/s    29632 calls/s  29632 msg/s
# udp rx:   1811 MB/s  1472141 calls/s
# udp tx:   1864 MB/s    31630 calls/s  31630 msg/s
# UDP GRO fwd perf                        udp rx:   1396 MB/s  1132781 calls/s
# udp tx:   1783 MB/s    30250 calls/s  30250 msg/s
# udp rx:   1560 MB/s  1265859 calls/s
# udp tx:   1897 MB/s    32188 calls/s  32188 msg/s
# udp rx:   1781 MB/s  1447217 calls/s
# udp tx:   1851 MB/s    31404 calls/s  31404 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__->