Re: [patch] ifb double-counts packets
From: jamal <hidden>
Date: 2006-12-23 13:29:55
From: jamal <hidden>
Date: 2006-12-23 13:29:55
On Sat, 2006-23-12 at 02:35 -0800, dean gaudet wrote:
it seems that ifb counts packets twice... both at xmit time and also in the tasklet. i'm not sure which one of the two to drop, but here's a patch for dropping the counting at xmit time.
Good catch but not quite right. The correct way to do it is to increment the rx_ counters instead of tx_ right at the top of ifb_xmit(). Do you wanna resubmit your patch with these chmages and hopefully tested for your situation? cheers, jamal