commit | 7563907eb8aad8f15b6a39fa6d863c091d83ef48 | [log] [tgz] |
---|---|---|
author | Michael Barkowski <michael.barkowski@freescale.com> | Fri Apr 13 01:26:15 2007 -0500 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Apr 28 11:01:04 2007 -0400 |
tree | 6fc5b8f2f5c0bd7845cefba8352cad7b2b84deda | |
parent | 702ff12ce7e9643084232a8d50b0b1eec26026ae [diff] |
ucc_geth: Fix interrupt coalescing size and alignment The rx interrupt coalescing table alignment was "guessed" to be 4, but should be 64. The size should be 8 * number of queues + 4. Verified in the MPC8323E manual. Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>