On Sat, Oct 8, 2016 at 12:30 PM, Stephen Finucane <step...@that.guru> wrote:
> Signed-off-by: Stephen Finucane <step...@that.guru> > --- > CONTRIBUTING.md | 6 +- > FAQ.md | 10 +- > INSTALL.DPDK-ADVANCED.md | 2 +- > INSTALL.DPDK.md | 6 +- > INSTALL.Debian.md | 4 +- > INSTALL.Docker.md | 6 +- > INSTALL.Fedora.md | 6 +- > INSTALL.KVM.md | 8 +- > INSTALL.Libvirt.md | 4 +- > INSTALL.NetBSD.md | 4 +- > INSTALL.RHEL.md | 6 +- > INSTALL.SELinux.md | 2 +- > INSTALL.SSL.md | 4 +- > INSTALL.XenServer.md | 6 +- > INSTALL.md | 823 ------------------------------ > -------------- > INSTALL.rst | 867 ++++++++++++++++++++++++++++++ > +++++++++++++++++ > INSTALL.userspace.md | 4 +- > Makefile.am | 2 +- > README.md | 6 +- > tutorial/Tutorial.md | 4 +- > 20 files changed, 912 insertions(+), 868 deletions(-) > delete mode 100644 INSTALL.md > create mode 100644 INSTALL.rst > I made a couple of minor changes to this patch. I renamed the new "Profiling" section header to "Valgrind", since I don't think the use of valgrind here is for profiling, it's primarily for catching certain types of errors. I also re-added the bug reporting section at the end of the document. diff --git a/INSTALL.rst b/INSTALL.rst index a159b00..2b7f9b1 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -599,8 +599,8 @@ All the same options are avaiable via TESTSUITEFLAGS. For example:: $ make check-lcov TESTSUITEFLAGS=-j8 -k ovn -Profiling -+++++++++ +Valgrind +++++++++ If you have ``valgrind`` installed, you can run the testsuite under valgrind by using the ``check-valgrind`` target:: @@ -865,3 +865,8 @@ Open vSwitch includes a Makefile target to trigger static code analysis:: You should invoke scan-view to view analysis results. The last line of output from ``clang-analyze`` will list the command (containing results directory) that you should invoke to view the results on a browser. + +Bug Reporting +------------- + +Please report problems to b...@openvswitch.org. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev