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:   1229 MB/s  1000617 calls/s
# udp tx:   1838 MB/s    31178 calls/s  31178 msg/s
# udp rx:   1875 MB/s  1526895 calls/s
# udp tx:   1890 MB/s    32072 calls/s  32072 msg/s
# udp rx:   1901 MB/s  1546964 calls/s
# udp tx:   1946 MB/s    33021 calls/s  33021 msg/s
# UDP GRO fwd perf                        udp rx:   1629 MB/s  1325118 calls/s
# udp tx:   1951 MB/s    33097 calls/s  33097 msg/s
# udp rx:   1947 MB/s  1584458 calls/s
# udp tx:   1965 MB/s    33333 calls/s  33333 msg/s
# udp rx:   1946 MB/s  1584203 calls/s
# udp tx:   1961 MB/s    33264 calls/s  33264 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:   1706 MB/s  1386881 calls/s
# udp tx:   1860 MB/s    31552 calls/s  31552 msg/s
# udp rx:   1801 MB/s  1464779 calls/s
# udp tx:   1849 MB/s    31375 calls/s  31375 msg/s
# udp rx:   1810 MB/s  1469499 calls/s
# udp tx:   1904 MB/s    32309 calls/s  32309 msg/s
# UDP GRO fwd perf                        udp rx:   1613 MB/s  1309457 calls/s
# udp tx:   1773 MB/s    30083 calls/s  30083 msg/s
# udp rx:   1796 MB/s  1459131 calls/s
# udp tx:   1883 MB/s    31945 calls/s  31945 msg/s
# udp rx:   1790 MB/s  1454819 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__->