make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1822 MB/s  1482310 calls/s
# udp tx:   1919 MB/s    32554 calls/s  32554 msg/s
# udp rx:   1916 MB/s  1558856 calls/s
# udp tx:   1944 MB/s    32973 calls/s  32973 msg/s
# udp rx:   1932 MB/s  1571556 calls/s
# udp tx:   1961 MB/s    33275 calls/s  33275 msg/s
# UDP GRO fwd perf                        udp rx:   1449 MB/s  1179723 calls/s
# udp tx:   1873 MB/s    31783 calls/s  31783 msg/s
# udp rx:   1817 MB/s  1479642 calls/s
# udp tx:   1824 MB/s    30946 calls/s  30946 msg/s
# udp rx:   1800 MB/s  1465335 calls/s
# udp tx:   1808 MB/s    30675 calls/s  30675 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:   1400 MB/s  1136084 calls/s
# udp tx:   1871 MB/s    31742 calls/s  31742 msg/s
# udp rx:   1718 MB/s  1394218 calls/s
# udp tx:   1919 MB/s    32561 calls/s  32561 msg/s
# udp rx:   1718 MB/s  1392858 calls/s
# udp tx:   1913 MB/s    32450 calls/s  32450 msg/s
# UDP GRO fwd perf                        udp rx:   1653 MB/s  1343395 calls/s
# udp tx:   1792 MB/s    30409 calls/s  30409 msg/s
# udp rx:   1658 MB/s  1348667 calls/s
# udp tx:   1694 MB/s    28742 calls/s  28742 msg/s
# udp rx:   1641 MB/s  1333771 calls/s
# udp tx:   1717 MB/s    29131 calls/s  29131 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__->