[ovs-dev] Implementation of Packet-Out in Bundles

Jarno Rajahalme jarno at ovn.org
Tue Mar 15 17:31:40 UTC 2016


I think I’ll worry about that when I get to adding group and meter support.

  Jarno

> On Mar 14, 2016, at 8:47 PM, Ben Pfaff <blp at ovn.org> wrote:
> 
> Jarno, what do you think?
> 
> On Mon, Mar 14, 2016 at 11:16:27PM +0000, André Mantas wrote:
>> 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 <blp at 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.
>>> 




More information about the dev mailing list