]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Remove bogus comment about MTU change and RX buffer overrun
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 27 Jul 2012 19:50:57 +0000 (20:50 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Fri, 24 Aug 2012 19:10:23 +0000 (20:10 +0100)
commitb0b8bd0cfde6dee4cbf6b298ff447c4b02de4541
treedd07c3cbd93ca44d132d0d86be1f3d400d874b7c
parentbf56eb6c01f0c64f1a9a4496c8f86e2a81b32096
sfc: Remove bogus comment about MTU change and RX buffer overrun

RX DMA is limited by the length specified in each descriptor and not
by the MAC.  Over-length frames may get into the RX FIFO regardless of
the MAC settings, due to a hardware bug, but they will be truncated by
the packet DMA engine and reported as such in the completion event.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/efx.c