[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080823.012342.72227414.davem@davemloft.net>
Date: Sat, 23 Aug 2008 01:23:42 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: alexander.duyck@...il.com
Cc: herbert@...dor.apana.org.au, jarkao2@...il.com, hadi@...erus.ca,
jeffrey.t.kirsher@...el.com, jeff@...zik.org,
netdev@...r.kernel.org, alexander.h.duyck@...el.com
Subject: Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler
From: "Alexander Duyck" <alexander.duyck@...il.com>
Date: Fri, 22 Aug 2008 23:35:24 -0700
> It isn't the performance aspect of running everything through one
> queue that I am concerned about since that is how it was working
> before. My concern is that the action could cause a dead lock if
> simple_tx_hash places traffic on 2 queues and then the tc rule tried
> to swap the traffic between those queues while they are each holding
> their own queue locks.
You really should look at how the current code works before
coming to conclusions like this ;-)
When you configure any qdisc onto a device using tc, you get a single
qdisc which is shared by all of the TXQ objects of the device.
The per-TXQ qdisc thing only happens for the default qdisc.
--
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