[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080807.154735.148985698.davem@davemloft.net>
Date: Thu, 07 Aug 2008 15:47:35 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: stephen.hemminger@...tta.com
Cc: netdev@...r.kernel.org, linux-kernel@....kernel.org
Subject: Re: qdisc and down links (regression)
From: Stephen Hemminger <stephen.hemminger@...tta.com>
Date: Thu, 7 Aug 2008 14:30:36 -0700
> Before the mulitqueue changes in 2.6.27-rc it was possible to setup
> queueing disciplines before the link came up (carrier active). This
> no longer works. If link is down, the qdisc is the noop_qdisc and
> any configuration changes don't seem to be shown.
I'll see why this happens, it wasn't an intentional change.
Before the link comes up, we don't activate the qdisc. We just
remember it in ->qdisc_sleeping. I bet if you bring the link up the
configuration will become visible, or that is the area where the
unintentional error is occuring.
--
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