From mboxrd@z Thu Jan 1 00:00:00 1970 From: PJ Waskiewicz Subject: [PATCH] iproute2: sch_rr support in tc Date: Mon, 18 Jun 2007 11:40:35 -0700 Message-ID: <20070618184035.12252.19572.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jeff@garzik.org, auke-jan.h.kok@intel.com To: shemminger@linux-foundation.org Return-path: Received: from mga09.intel.com ([134.134.136.24]:52613 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762837AbXFRSki (ORCPT ); Mon, 18 Jun 2007 14:40:38 -0400 Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org This patch is to support the new sch_rr (round-robin) qdisc being proposed in NET for multiqueue network device support in the Linux network stack. It uses q_prio.c as the template, since the qdiscs are nearly identical, outside of the ->dequeue() routine. I'm soliciting feedback for a 2.6.23 multiqueue submission. Thanks. -- PJ Waskiewicz