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:   1679 MB/s  1366170 calls/s
# udp tx:   1838 MB/s    31184 calls/s  31184 msg/s
# udp rx:   1782 MB/s  1448768 calls/s
# udp tx:   1953 MB/s    33129 calls/s  33129 msg/s
# udp tx:   1776 MB/s    30124 calls/s  30124 msg/s
# udp rx:    978 MB/s   795022 calls/s
# UDP GRO fwd perf                        udp rx:   1492 MB/s  1213415 calls/s
# udp tx:   1905 MB/s    32323 calls/s  32323 msg/s
# udp rx:   1925 MB/s  1567207 calls/s
# udp tx:   1946 MB/s    33010 calls/s  33010 msg/s
# udp rx:   1930 MB/s  1571015 calls/s
# udp tx:   1948 MB/s    33056 calls/s  33056 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:   1552 MB/s  1259144 calls/s
# udp tx:   1835 MB/s    31124 calls/s  31124 msg/s
# udp rx:   1715 MB/s  1391136 calls/s
# udp tx:   1928 MB/s    32714 calls/s  32714 msg/s
# udp rx:   1683 MB/s  1364060 calls/s
# udp tx:   1950 MB/s    33075 calls/s  33075 msg/s
# UDP GRO fwd perf                        udp rx:   1604 MB/s  1301500 calls/s
# udp tx:   1807 MB/s    30655 calls/s  30655 msg/s
# udp rx:   1728 MB/s  1400488 calls/s
# udp tx:   1939 MB/s    32894 calls/s  32894 msg/s
# udp rx:   1686 MB/s  1366453 calls/s
# udp tx:   1935 MB/s    32834 calls/s  32834 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__->