Expanding the net a bit. ---------- Forwarded message ---------- From: Kip Macy <kip.macy@gmail.com> Date: Jul 28, 2007 2:03 PM Subject: call for ALTQ users To: freebsd-net <freebsd-net@freebsd.org> I'm looking at extending ifnet to support multiple tx queues. It appears that this will inevitably interact with ALTQ. I don't know anyone using ALTQ so I need users to raise their hands to eventually test prospective changes. Thanks. -Kip
how can i help you? 2007/7/29, Kip Macy <kip.macy@gmail.com>:> > Expanding the net a bit. > > ---------- Forwarded message ---------- > From: Kip Macy <kip.macy@gmail.com> > Date: Jul 28, 2007 2:03 PM > Subject: call for ALTQ users > To: freebsd-net <freebsd-net@freebsd.org> > > > I'm looking at extending ifnet to support multiple tx queues. It > appears that this will inevitably interact with ALTQ. I don't know > anyone using ALTQ so I need users to raise their hands to eventually > test prospective changes. > > Thanks. > > -Kip > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >
> I'm looking at extending ifnet to support multiple tx queues. It > appears that this will inevitably interact with ALTQ. I don't know > anyone using ALTQ so I need users to raise their hands to eventually > test prospective changes.I use altq at home - mixture of fxp and bge interfaces and I use it to ttry and prioritise tarffic tomy cable modem from my internal network (basically so the lodgers P2P traffic doesnt swamp my interactive use). Don't know if that's of any use to use as a test case. The machine is amd64 running on a pair of Opteron 242's. -pcf.