Re: [PATCH 0/2] NET: Accurate packet scheduling for ATM/ADSL
From: Chris Wedgwood <hidden>
Date: 2006-06-20 05:35:39
From: Chris Wedgwood <hidden>
Date: 2006-06-20 05:35:39
On Wed, Jun 14, 2006 at 11:40:04AM +0200, Jesper Dangaard Brouer wrote:
The Linux traffic's control engine inaccurately calculates transmission times for packets sent over ADSL links. For some packet sizes the error rises to over 50%. This occurs because ADSL uses ATM as its link layer transport, and ATM transmits packets in fixed sized 53 byte cells.
What if AAL5 is used? The cell-alignment math is going to be wrong there surely?