From mboxrd@z Thu Jan 1 00:00:00 1970 From: PJ Waskiewicz Subject: [PATCH] iproute2: sch_rr support in tc Date: Thu, 21 Jun 2007 14:26:58 -0700 Message-ID: <20070621212658.31100.74012.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 mga02.intel.com ([134.134.136.20]:28732 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755945AbXFUV1B (ORCPT ); Thu, 21 Jun 2007 17:27:01 -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