[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1265033794.32192.54.camel@sakura.staff.proxad.net>
Date: Mon, 01 Feb 2010 15:16:34 +0100
From: Maxime Bizon <mbizon@...ebox.fr>
To: Krishna Kumar2 <krkumar2@...ibm.com>
Cc: davem@...emloft.net, herbert@...dor.apana.org.au,
Jarek Poplawski <jarkao2@...il.com>, kaber@...sh.net,
netdev@...r.kernel.org
Subject: Re: [PATCH ver2] Avoid enqueuing skb for default qdiscs
On Mon, 2010-02-01 at 19:12 +0530, Krishna Kumar2 wrote:
Hi,
> sch_direct_xmit can be called from dev_queue_xmit for a
> stopped device only if the device had xmit the previous
> skb, stopped the device and returned OK. Then the next
Yes, that's what happen in my case.
> BTW, I don't think this patch would change the earlier
> behavior. The old code would have done the same thing.
Oh, my mistake then. I always thought the requeue counter was indicating
the driver returned TX_BUSY (and failed to stop the queue before), which
is not polite.
If the current behavior is the expected one, then there is no problem
here.
> As I explained, this should happen only once per stop event.
> Could you tell which driver is having this problem? Is it
> waking up too early, eg, it might be stopping when the hw tx
> descriptor is full but waking up when a few slots open up,
> and those will get filled up immediately on fast systems.
> Then you will see a lot of requeue's.
This is an atm driver which is not mainlined. The system is not that
fast, but the link is (very) slow (< 1 Mbit/s).
The driver is waking up the queue once the hardware queue is not full
anymore (at least one free tx desc), and the free slot gets filled
immediately since the link is slow.
Thanks for explaining !
--
Maxime
--
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