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:   1789 MB/s  1456490 calls/s
# udp tx:   1936 MB/s    32843 calls/s  32843 msg/s
# udp rx:   1922 MB/s  1563303 calls/s
# udp tx:   1977 MB/s    33545 calls/s  33545 msg/s
# udp rx:   1682 MB/s  1369142 calls/s
# udp tx:   1953 MB/s    33135 calls/s  33135 msg/s
# UDP GRO fwd perf                        udp rx:   1852 MB/s  1506117 calls/s
# udp tx:   1967 MB/s    33362 calls/s  33362 msg/s
# udp rx:   1935 MB/s  1575246 calls/s
# udp tx:   1968 MB/s    33393 calls/s  33393 msg/s
# udp rx:   1937 MB/s  1576550 calls/s
# udp tx:   1970 MB/s    33424 calls/s  33424 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:   1043 MB/s   845655 calls/s
# udp tx:   1761 MB/s    29882 calls/s  29882 msg/s
# udp rx:   1724 MB/s  1399744 calls/s
# udp tx:   1888 MB/s    32032 calls/s  32032 msg/s
# udp rx:   1849 MB/s  1500330 calls/s
# udp tx:   1949 MB/s    33058 calls/s  33058 msg/s
# UDP GRO fwd perf                        udp rx:   1700 MB/s  1380103 calls/s
# udp tx:   1928 MB/s    32704 calls/s  32704 msg/s
# udp rx:   1730 MB/s  1402617 calls/s
# udp tx:   1949 MB/s    33065 calls/s  33065 msg/s
# udp rx:   1722 MB/s  1396179 calls/s
# udp tx:   1954 MB/s    33147 calls/s  33147 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__->