[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH resend v2] net: cadence_gem: clear RX control descriptor
From: |
Peter Maydell |
Subject: |
Re: [PATCH resend v2] net: cadence_gem: clear RX control descriptor |
Date: |
Mon, 20 Apr 2020 10:05:13 +0100 |
On Sat, 18 Apr 2020 at 09:52, Ramon Fried <address@hidden> wrote:
>
> The RX ring descriptors control field is used for setting
> SOF and EOF (start of frame and end of frame).
> The SOF and EOF weren't cleared from the previous descriptors,
> causing inconsistencies in ring buffer.
> Fix that by clearing the control field of every descriptors we're
> processing.
>
> Signed-off-by: Ramon Fried <address@hidden>
> Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Applied to target-arm.next for 5.1, thanks.
-- PMM