On Tue, Sep 2, 2014 at 6:14 AM, Thomas Graf <[email protected]> wrote: > On 09/02/14 at 08:52pm, [email protected] 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 [email protected] http://openvswitch.org/mailman/listinfo/dev
