[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140902131437.GB14751@pox.localdomain>
Date: Tue, 2 Sep 2014 15:14:37 +0200
From: Thomas Graf <tgraf@...ronetworks.com>
To: roy.qing.li@...il.com
Cc: netdev@...r.kernel.org, dev@...nvswitch.org, pshelar@...ira.com
Subject: Re: [ovs-dev] [PATCH] openvswitch: distinguish between the dropped
and consumed skb
On 09/02/14 at 08:52pm, roy.qing.li@...il.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()?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists