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:   1417 MB/s  1152638 calls/s
# udp tx:   1744 MB/s    29595 calls/s  29595 msg/s
# udp rx:   1818 MB/s  1479785 calls/s
# udp tx:   1848 MB/s    31346 calls/s  31346 msg/s
# udp rx:   1887 MB/s  1536527 calls/s
# udp tx:   1894 MB/s    32135 calls/s  32135 msg/s
# UDP GRO fwd perf                        udp rx:   1659 MB/s  1349429 calls/s
# udp tx:   1879 MB/s    31873 calls/s  31873 msg/s
# udp rx:   1881 MB/s  1532026 calls/s
# udp tx:   1889 MB/s    32054 calls/s  32054 msg/s
# udp rx:   1824 MB/s  1485437 calls/s
# udp tx:   1831 MB/s    31063 calls/s  31063 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:   1394 MB/s  1130711 calls/s
# udp tx:   1811 MB/s    30723 calls/s  30723 msg/s
# udp rx:   1700 MB/s  1377823 calls/s
# udp tx:   1918 MB/s    32539 calls/s  32539 msg/s
# udp rx:   1739 MB/s  1409270 calls/s
# udp tx:   1910 MB/s    32404 calls/s  32404 msg/s
# UDP GRO fwd perf                        udp rx:   1481 MB/s  1201021 calls/s
# udp tx:   1903 MB/s    32292 calls/s  32292 msg/s
# udp rx:   1755 MB/s  1422369 calls/s
# udp tx:   1913 MB/s    32457 calls/s  32457 msg/s
# udp rx:   1703 MB/s  1380269 calls/s
# udp tx:   1917 MB/s    32529 calls/s  32529 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__->