Ok. And what about Packet_Out validation complicating the implementation of
group and meter mod in bundles?

Should I create new validation functions that don't check for group and
meter in the action of Packet_Out?

Ben Pfaff <b...@ovn.org> escreveu no dia segunda, 14/03/2016 às 16:54:

> 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