netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bk16 changes to cbq
@ 2004-07-03 13:36 jamal
  2004-07-03 17:16 ` David S. Miller
  2004-07-05 20:27 ` Alexey Kuznetsov
  0 siblings, 2 replies; 9+ messages in thread
From: jamal @ 2004-07-03 13:36 UTC (permalink / raw)
  To: Alexey, David S. Miller; +Cc: Stephen Hemminger, netdev


I am noticing this in bk16; it may be one of the changes that came 
from Stephen recently..

--- a/net/sched/sch_cbq.c       2004-02-20 18:37:25 -08:00
+++ b/net/sched/sch_cbq.c       2004-06-18 13:51:18 -07:00
@@ -1054,7 +1054,7 @@
 
        if (sch->q.qlen) {
                sch->stats.overlimits++;
-               if (q->wd_expires && !netif_queue_stopped(sch->dev)) {
+               if (q->wd_expires) {
                        long delay = PSCHED_US2JIFFIE(q->wd_expires);
                        if (delay <= 0)
                                delay = 1;

What i remember is this (4-5 years back) used to cure a bug - cant
remember the details unfortunately, but Alexey may remember.
I am hoping removal of the above line implies that those conditions dont
exist anymore? 

At the expense of repeating a discussion that may have already happened,
what was the logic for removing this line?

cheers,
jamal

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-07-07 18:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-03 13:36 bk16 changes to cbq jamal
2004-07-03 17:16 ` David S. Miller
2004-07-04  0:03   ` jamal
2004-07-04  1:21   ` jamal
2004-07-05 20:27 ` Alexey Kuznetsov
2004-07-06  1:28   ` jamal
2004-07-07  5:13   ` David S. Miller
2004-07-07 15:59     ` Alexey Kuznetsov
2004-07-07 18:11       ` jamal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).