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:   1551 MB/s  1262642 calls/s
# udp tx:   1882 MB/s    31922 calls/s  31922 msg/s
# udp rx:   1478 MB/s  1202504 calls/s
# udp tx:   1936 MB/s    32847 calls/s  32847 msg/s
# udp rx:   1820 MB/s  1480471 calls/s
# udp tx:   1874 MB/s    31798 calls/s  31798 msg/s
# UDP GRO fwd perf                        udp rx:   1328 MB/s  1078908 calls/s
# udp tx:   1958 MB/s    33224 calls/s  33224 msg/s
# udp rx:   1562 MB/s  1269386 calls/s
# udp tx:   1969 MB/s    33406 calls/s  33406 msg/s
# udp rx:   1912 MB/s  1555664 calls/s
# udp tx:   1969 MB/s    33400 calls/s  33400 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:   1224 MB/s   992971 calls/s
# udp tx:   1807 MB/s    30649 calls/s  30649 msg/s
# udp rx:   1667 MB/s  1353201 calls/s
# udp tx:   1937 MB/s    32860 calls/s  32860 msg/s
# udp rx:   1445 MB/s  1172033 calls/s
# udp tx:   1934 MB/s    32802 calls/s  32802 msg/s
# UDP GRO fwd perf                        udp rx:   1365 MB/s  1106948 calls/s
# udp tx:   1957 MB/s    33199 calls/s  33199 msg/s
# udp rx:   1568 MB/s  1271317 calls/s
# udp tx:   1975 MB/s    33507 calls/s  33507 msg/s
# udp rx:   1791 MB/s  1452792 calls/s
# udp tx:   1956 MB/s    33186 calls/s  33186 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__->