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:    600 MB/s   486365 calls/s
# udp tx:   1348 MB/s    22869 calls/s  22869 msg/s
# udp rx:    604 MB/s   489513 calls/s
# udp tx:   1360 MB/s    23077 calls/s  23077 msg/s
# udp rx:    505 MB/s   409099 calls/s
# udp tx:   1365 MB/s    23163 calls/s  23163 msg/s
# UDP GRO fwd perf                        udp rx:    542 MB/s   438880 calls/s
# udp tx:   1366 MB/s    23184 calls/s  23184 msg/s
# udp rx:    577 MB/s   467297 calls/s
# udp tx:   1366 MB/s    23178 calls/s  23178 msg/s
# udp rx:    415 MB/s   335872 calls/s
# udp tx:   1390 MB/s    23581 calls/s  23581 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:   1698 MB/s  1378242 calls/s
# udp tx:   1888 MB/s    32034 calls/s  32034 msg/s
# udp rx:   1579 MB/s  1282617 calls/s
# udp tx:   1910 MB/s    32408 calls/s  32408 msg/s
# udp rx:   1477 MB/s  1198956 calls/s
# udp tx:   1894 MB/s    32132 calls/s  32132 msg/s
# UDP GRO fwd perf                        udp rx:   1758 MB/s  1428237 calls/s
# udp tx:   1918 MB/s    32537 calls/s  32537 msg/s
# udp rx:   1852 MB/s  1504128 calls/s
# udp tx:   1925 MB/s    32653 calls/s  32653 msg/s
# udp rx:   1843 MB/s  1495265 calls/s
# udp tx:   1950 MB/s    33076 calls/s  33076 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__->