commit | d080cd6301e107e79c6a0fc654319f8979f70549 | [log] [tgz] |
---|---|---|
author | Dai Haruki <dai.haruki@freescale.com> | Wed Apr 09 19:37:51 2008 -0500 |
committer | Jeff Garzik <jgarzik@redhat.com> | Wed Apr 16 20:06:50 2008 -0400 |
tree | 263b443368033c49c8b4345288677ac58cb68533 | |
parent | 0b50d753874ad4843d305bf841ba5e28fc0f0ce7 [diff] |
gianfar: Support NAPI for TX Frames Poll the completed TX frames in gfar_poll(). This prevents the tx completion interrupt from interfering with processing of received frames. We also disable hardware rx coalescing when NAPI is enabled. Signed-off-by: Dai Haruki <dai.haruki@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>