[U-Boot] [PATCH][v2] driver: net: ldpaa: Fix Rx buffer alignment
York Sun
yorksun at freescale.com
Mon Nov 30 18:09:05 CET 2015
On 11/03/2015 10:56 PM, Prabhakar Kushwaha wrote:
> MC 0.7.1.2 enforces limitation i.e.: "Packets may be corrupted
> in several combinations of buffer size and frame offsets.
> Workaround: Use buffers that are of size that is a multiple of 256, and
> frame offset that is a multiple of 256"
>
> Updating the DPNI Eth driver to comply with the restriction.
>
> Signed-off-by: Bogdan Hamciuc <bogdan.hamciuc at freescale.com>
> Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
> ---
> Changes for v2: Updated description
>
> drivers/net/ldpaa_eth/ldpaa_eth.c | 11 ++++++++---
> drivers/net/ldpaa_eth/ldpaa_eth.h | 6 +++---
> 2 files changed, 11 insertions(+), 6 deletions(-)
Applied to fsl-qoriq master. Thanks.
York
More information about the U-Boot
mailing list