On Fri, Jan 05, 2001 at 07:57:39PM -0800, H. Peter Anvin wrote: > Now, we want to prioritize outgoing packets in the following manner: > > Source address Minimal % > ------------------------- > 192.0.2.66 60% > 192.0.2.67 30% > 192.0.2.68 10% > > These are allocations under load. If one vhost doesn't use its > bandwidth allottment, it should become available to the remaining > traffic. > > Can this be done? Yes, CBQ just does that. You also need a frontend to select packets, that can be routes/firewall rules or special filters. The priorization also only works for bandwidth in longer time scale, short term the latency can still be bad depending on the line and other factors. For small bandwidths you also need faster HZ. The documentation is unfortunately not too good. A starting point is probably http://snafu.freedom.org/linux2.2/iproute-notes.html -Andi - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org