[<prev] [next>] [<thread-prev] [thread-next>] [month] [year] [list]
Date: Mon, 01 Oct 2007 12:42:28 +0200
From: Patrick McHardy <kaber@...sh.net>
To: hadi@...erus.ca
Subject: Re: [PATCH 2/3][NET_BATCH] net core use batching
jamal wrote:
> +static inline int
> +dev_requeue_skbs(struct sk_buff_head *skbs, struct net_device *dev,
> + struct Qdisc *q)
> +{
> +
> + struct sk_buff *skb;
> +
> + while ((skb = __skb_dequeue(skbs)) != NULL)
> + q->ops->requeue(skb, q);
->requeue queues at the head, so this looks like it would reverse
the order of the skbs.
-
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
Hosted by DataForce ISP -
Powered by Openwall GNU/*/Linux