On Wed, Mar 09, 2016 at 09:10:41AM +0000, André Mantas wrote:
> By the way, I'm still starting vswitchd with valgrind and detected some
> memory errors after using "sudo ovs-appctl exit". Is there other way to
> exit/stop ovs?
> 
> To run I used: valgrind --tool=memcheck --leak-check=full ovs-vswitchd
> --pidfile --detach -v --log-file

These aren't anything to worry about.  OVS does a number of one-time
allocations that it doesn't bother to release.  Some of them get
released when OVS exits, some of them don't.

We'd take patches to release them, but it's not an important problem.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to