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:   1722 MB/s  1402520 calls/s
# udp tx:   1898 MB/s    32208 calls/s  32208 msg/s
# udp rx:   1953 MB/s  1590709 calls/s
# udp tx:   1966 MB/s    33356 calls/s  33356 msg/s
# udp rx:   1964 MB/s  1599297 calls/s
# udp tx:   1977 MB/s    33532 calls/s  33532 msg/s
# UDP GRO fwd perf                        udp rx:   1751 MB/s  1426078 calls/s
# udp tx:   1938 MB/s    32880 calls/s  32880 msg/s
# udp rx:   1929 MB/s  1570736 calls/s
# udp tx:   1948 MB/s    33050 calls/s  33050 msg/s
# udp rx:   1930 MB/s  1571350 calls/s
# udp tx:   1948 MB/s    33048 calls/s  33048 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:   1757 MB/s  1430752 calls/s
# udp tx:   1919 MB/s    32562 calls/s  32562 msg/s
# udp rx:   1916 MB/s  1560099 calls/s
# udp tx:   1924 MB/s    32633 calls/s  32633 msg/s
# udp rx:   1933 MB/s  1574036 calls/s
# udp tx:   1938 MB/s    32881 calls/s  32881 msg/s
# UDP GRO fwd perf                        udp rx:   1723 MB/s  1402725 calls/s
# udp tx:   1914 MB/s    32475 calls/s  32475 msg/s
# udp rx:   1935 MB/s  1575888 calls/s
# udp tx:   1944 MB/s    32980 calls/s  32980 msg/s
# udp rx:   1882 MB/s  1532251 calls/s
# udp tx:   1937 MB/s    32863 calls/s  32863 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__->