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:   1675 MB/s  1362216 calls/s
# udp tx:   1883 MB/s    31949 calls/s  31949 msg/s
# udp rx:   1725 MB/s  1403195 calls/s
# udp tx:   1871 MB/s    31738 calls/s  31738 msg/s
# udp rx:   1787 MB/s  1452965 calls/s
# udp tx:   1926 MB/s    32677 calls/s  32677 msg/s
# UDP GRO fwd perf                        udp rx:   1855 MB/s  1510533 calls/s
# udp tx:   1937 MB/s    32867 calls/s  32867 msg/s
# udp rx:   1896 MB/s  1543818 calls/s
# udp tx:   1903 MB/s    32287 calls/s  32287 msg/s
# udp rx:   1898 MB/s  1545655 calls/s
# udp tx:   1883 MB/s    31945 calls/s  31945 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:    993 MB/s   806113 calls/s
# udp tx:   1272 MB/s    21581 calls/s  21581 msg/s
# udp rx:   1485 MB/s  1204324 calls/s
# udp tx:   1888 MB/s    32026 calls/s  32026 msg/s
# udp rx:   1584 MB/s  1284953 calls/s
# udp tx:   1828 MB/s    31006 calls/s  31006 msg/s
# UDP GRO fwd perf                        udp rx:   1586 MB/s  1287576 calls/s
# udp tx:   1853 MB/s    31430 calls/s  31430 msg/s
# udp rx:   1725 MB/s  1398273 calls/s
# udp tx:   1942 MB/s    32940 calls/s  32940 msg/s
# udp rx:   1654 MB/s  1341086 calls/s
# udp tx:   1895 MB/s    32141 calls/s  32141 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__->