On Tue, Sep 2, 2014 at 6:14 AM, Thomas Graf <tg...@noironetworks.com> wrote:
> On 09/02/14 at 08:52pm, roy.qing...@gmail.com wrote:
>> @@ -304,9 +303,11 @@ int ovs_dp_upcall(struct datapath *dp, struct sk_buff 
>> *skb,
>>       if (err)
>>               goto err;
>>
>> +     consume_skb(skb);
>>       return 0;
>
> What about the path from output_userspace()?

Right, output_userspace() can not free the skb in any case.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to