<p dir="ltr">I read the paper just now, and skimmed through the thesis to determine that it was talking about the same thing using an order of magnitude more space.</p>
<p dir="ltr">It boils down to a Diffserv implementation using a classifier (details handwaved as usual), policers, shapers, and a strict-priority tail-dropping queue.  The only noteworthy feature is that the position of the queue's tail depends on the "cherish" metric of each traffic class, which is used to provide differentiation in loss, leaving the strict-priority mechanism to provide "urgency" (delay) differentiation.</p>
<p dir="ltr">From the above, you might reasonably conclude that I'm not very impressed.</p>
<p dir="ltr">The paper includes a test scenario versus a plain FIFO and a DRR system.  The DRR was weighted with a-priori knowledge of the relative traffic volumes, which in fact would have degraded its performance in delay management.  A DRR++ implementation *without* such knowledge would have outperformed it substantially.</p>
<p dir="ltr">Toke, reproducing that test load and running it through an unmodified Cake instance would perhaps be enlightening.</p>
<p dir="ltr"> - Jonathan Morton<br>
</p>