RE: [PATCH 3/6] net: dwc_eth_qos: Flush the RX descriptors on init

2020-04-06 Thread Patrick DELAUNAY
Dear Marek, > From: Marek Vasut > Sent: lundi 23 mars 2020 02:45 > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Joe Hershberger > ; Patrice CHOTARD ; > Patrick DELAUNAY ; Ramon Fried > ; Stephen Warren > Subject: [PATCH 3/6] net: dwc_eth_qos: Flush the RX descriptors on

Re: [PATCH 3/6] net: dwc_eth_qos: Flush the RX descriptors on init

2020-03-23 Thread Ramon Fried
On Mon, Mar 23, 2020 at 3:45 AM Marek Vasut wrote: > > Currently the code only flushes the first RX descriptor, not every entry > in the RX descriptor ring. Fix this, to make sure the DMA engine can pick > the RX descriptors correctly. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc:

[PATCH 3/6] net: dwc_eth_qos: Flush the RX descriptors on init

2020-03-22 Thread Marek Vasut
Currently the code only flushes the first RX descriptor, not every entry in the RX descriptor ring. Fix this, to make sure the DMA engine can pick the RX descriptors correctly. Signed-off-by: Marek Vasut Cc: Joe Hershberger Cc: Patrice Chotard Cc: Patrick Delaunay Cc: Ramon Fried Cc: Stephen