commit | c441b456767357322dbc14b55bdc7da0051d0d98 | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Sun Mar 04 14:48:13 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 04 20:39:31 2012 -0500 |
tree | d45342e5023639107919d97d67cac3c7ad4ccea5 | |
parent | 2556cd8603cd1f39205aaf61f054a76133359ae6 [diff] |
tg3: Fix jumbo loopback test on 5719 Loopback on 9K packet fails because the chip has a DMA limit of 4K. The loopback test logic uses a single BD for simplicity. Fix it by reducing the jumbo packet size to the DMA limit. Signed-off-by: Michael Chan <mchan@broadcom.com> Reviewed-by: Benjamin Li <benli@broadcom.com> Reviewed-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>