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:   1443 MB/s  1174412 calls/s
# udp tx:   1802 MB/s    30568 calls/s  30568 msg/s
# udp tx:   1829 MB/s    31032 calls/s  31032 msg/s
# udp rx:   1740 MB/s  1416405 calls/s
# udp tx:   1817 MB/s    30826 calls/s  30826 msg/s
# udp rx:   1531 MB/s  1246269 calls/s
# UDP GRO fwd perf                        udp rx:   1386 MB/s  1127786 calls/s
# udp tx:   1868 MB/s    31695 calls/s  31695 msg/s
# udp rx:   1568 MB/s  1275705 calls/s
# udp tx:   1904 MB/s    32296 calls/s  32296 msg/s
# udp rx:   1338 MB/s  1089406 calls/s
# udp tx:   1776 MB/s    30137 calls/s  30137 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:   1027 MB/s   833321 calls/s
# udp tx:   1766 MB/s    29956 calls/s  29956 msg/s
# udp rx:   1731 MB/s  1405793 calls/s
# udp tx:   1926 MB/s    32671 calls/s  32671 msg/s
# udp rx:   1841 MB/s  1497267 calls/s
# udp tx:   1870 MB/s    31731 calls/s  31731 msg/s
# UDP GRO fwd perf                        udp rx:   1774 MB/s  1442656 calls/s
# udp tx:   1889 MB/s    32049 calls/s  32049 msg/s
# udp rx:   1893 MB/s  1538757 calls/s
# udp tx:   1933 MB/s    32789 calls/s  32789 msg/s
# udp rx:   1888 MB/s  1533640 calls/s
# udp tx:   1938 MB/s    32872 calls/s  32872 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__->