[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111219133245.2698e711@nehalam.linuxnetplumber.net>
Date: Mon, 19 Dec 2011 13:32:45 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: rshriram@...ubc.ca
Cc: hadi@...erus.ca, netdev@...r.kernel.org,
Brendan Cully <brendan@...ubc.ca>
Subject: Re: [PATCH] net/sched: sch_plug - Queue traffic until an explicit
release command
On Mon, 19 Dec 2011 13:22:32 -0800
rshriram@...ubc.ca wrote:
> +
> +static int skb_remove_foreign_references(struct sk_buff *skb)
> +{
> + return !skb_linearize(skb);
> +}
> +
This is silly. Just make qdisc work with fragmented skb's.
--
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