[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 1032] Re: Diffserv scheduler
saroj.tripathy@wipro.com wrote:
> I have to implement a sceduler for Diffserv .Can the same
> altq_Rmclass.c be used for the scheduler in this case. How will it take
> care of calling different scheduling algorithms (PRR,WRR) in case of
> EF,AF
diffserv EF PHB can be realized by any queueing discipline able to
guarantee the assigned rate. In ALTQ, PRIQ, H-FSC and CBQ can be
used.
diffserv AF PHB can be realzied by combining a marker (trTCM or tswTCM
in ALTQ) and a buffer management mechanism (RIO in ALTQ).
RIO can be used with PRIQ, H-FSC and CBQ.
-Kenjiro