[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080822.174032.117057862.davem@davemloft.net>
Date: Fri, 22 Aug 2008 17:40:32 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: alexander.duyck@...il.com
Cc: 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 17:01:50 -0700
> I am almost certain that David's approach using the hash will show
> better performance than the multiqueue prio qdisc would. The
> multiqueue prio qdisc is meant to allow for classification of traffic
> into separate traffic classes to support stuff like Enhanced Ethernet
> for Data Center (EEDC) / Data Center Bridging (DCB).
The only sensible way to implement this is to use the existing
classifier technology in the packet scheduler to choose traffic,
and then writing a TC actions or ematch module that sets the
TX queue of the SKB based upon the classification result.
The thing that was there before was very narrow in scope and
we'll just have to keep adding more special purpose modules
as more such uses come up.
With the classifiers, it's generic and any scheme can be implemented
by simply issuing different 'tc' commands.
--
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