From owner-freebsd-net Mon Aug 7 10:47:10 2000 Delivered-To: freebsd-net@freebsd.org Received: from inetfw.sonycsl.co.jp (inetfw.SonyCSL.Co.Jp [203.137.129.4]) by hub.freebsd.org (Postfix) with ESMTP id B225737B56C for ; Mon, 7 Aug 2000 10:47:05 -0700 (PDT) (envelope-from kjc@csl.sony.co.jp) Received: from hotaka.csl.sony.co.jp (hotaka.csl.sony.co.jp [43.27.98.57]) by inetfw.sonycsl.co.jp (8.9.3+3.2W/3.7Ws3/inetfw/2000050701/smtpfeed 1.07) with ESMTP id CAA26276; Tue, 8 Aug 2000 02:47:03 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by hotaka.csl.sony.co.jp (8.9.3+3.2W/3.7Ws3/hotaka/2000061722) with ESMTP id CAA42650; Tue, 8 Aug 2000 02:47:03 +0900 (JST) To: wollman@khavrinen.lcs.mit.edu Cc: freebsd-net@FreeBSD.ORG Subject: Re: redesign of ifqueue in ALTQ In-Reply-To: <200008071407.KAA08680@khavrinen.lcs.mit.edu> References: <20000807134544T.kjc@csl.sony.co.jp> <200008071407.KAA08680@khavrinen.lcs.mit.edu> X-Mailer: Mew version 1.94.2 on Emacs 20.6 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000808024702G.kjc@csl.sony.co.jp> Date: Tue, 08 Aug 2000 02:47:02 +0900 From: Kenjiro Cho X-Dispatcher: imput version 20000228(IM140) Lines: 21 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Garrett Wollman wrote: > < said: > > The new model removes direct references to the fields > > within ifp->if_snd, and defines the following macros to manipulate > > ifp-> if_snd: > > I tried to do this about four years ago, and was stymied by an > important driver's (mis-)use of the interface queue structure for its > own internal record-keeping. Complex drivers (e.g., de) are hard to convert. But this approach allows the old-style drivers to coexist so that we can start with easier drivers. Good news is that Bill Paul's drivers are much easier to convert. > Best of luck in making this work. Thanks for your support! -Kenjiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message