Files
u-boot/drivers
Ruchika Gupta 776e66e8f1 e1000e : Correct Rx Threshold granularity
In e1000e driver, Rx descriptor queue is used such that hardware can add only
one descriptor at a time. So the WTHRESH granularity in RXDCTL should be set
to single descriptor. This would ensure that every time controller fills a Rx
descriptor, it is flushed to host memory. Earlier this granularity was in
cache line units i.e 2 descriptors. This leads to controller always waiting
for 2 descriptors before flushing them out. But since not more than one Rx BD
is actually available , the accumulation condition never gets hit.

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
Signed-off-by: Vakul Garg <vakul@freescale.com>
Acked-by: Roy Zang <tie-fei.zang@freescale.com>
2012-12-15 12:28:21 -06:00
..
2012-11-04 11:00:37 -07:00
2012-09-01 14:58:29 +02:00
2012-11-04 11:00:37 -07:00
2012-11-26 15:41:29 -06:00
2012-03-26 23:09:23 +02:00
2012-10-23 15:23:26 -05:00
2012-12-13 11:46:55 -07:00
2012-11-27 09:41:10 -07:00