[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080507114123.GA26073@gondor.apana.org.au>
Date: Wed, 7 May 2008 19:41:23 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Johannes Berg <johannes@...solutions.net>
Cc: linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
Ron Rindjunsky <ron.rindjunsky@...el.com>,
Tomas Winkler <tomasw@...il.com>,
Ivo van Doorn <ivdoorn@...il.com>,
Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@...el.com>
Subject: Re: [PATCH] mac80211: rewrite fragmentation code
On Wed, May 07, 2008 at 01:22:19PM +0200, Johannes Berg wrote:
>
> + if (unlikely(netif_queue_stopped(local->mdev) ||
> + __ieee80211_queue_stopped(local, control->queue)))
> + return NETDEV_TX_BUSY;
Returning busy should be avoided because not everything expects it.
For example, this can cause tcpdump to see the same packet twice.
Besides, I'm not sure if this will even work if you're fiddling
with skb->next. Perhaps you can stash it in a pointer local to
your device.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
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