Re: [PATCH 1/2] net: dwc_eth_qos: Split TX and RX DMA rings

2022-11-28 Thread Tom Rini
On Sun, Oct 09, 2022 at 05:51:45PM +0200, Marek Vasut wrote: > Separate TX and RX DMA rings to make their handling slightly clearer. > This is a preparatory patch for bulk RX descriptor flushing. > > Signed-off-by: Marek Vasut > Reviewed-by: Patrice Chotard > Reviewed-by: Ramon Fried Applied

Re: [PATCH 1/2] net: dwc_eth_qos: Split TX and RX DMA rings

2022-10-16 Thread Ramon Fried
On Sun, Oct 9, 2022 at 6:51 PM Marek Vasut wrote: > > Separate TX and RX DMA rings to make their handling slightly clearer. > This is a preparatory patch for bulk RX descriptor flushing. > > Signed-off-by: Marek Vasut > --- > Cc: Joe Hershberger > Cc: Patrice Chotard > Cc: Patrick Delaunay > C

Re: [PATCH 1/2] net: dwc_eth_qos: Split TX and RX DMA rings

2022-10-09 Thread Patrice CHOTARD
Hi Marek On 10/9/22 17:51, Marek Vasut wrote: > Separate TX and RX DMA rings to make their handling slightly clearer. > This is a preparatory patch for bulk RX descriptor flushing. > > Signed-off-by: Marek Vasut > --- > Cc: Joe Hershberger > Cc: Patrice Chotard > Cc: Patrick Delaunay > Cc: Ra

[PATCH 1/2] net: dwc_eth_qos: Split TX and RX DMA rings

2022-10-09 Thread Marek Vasut
Separate TX and RX DMA rings to make their handling slightly clearer. This is a preparatory patch for bulk RX descriptor flushing. Signed-off-by: Marek Vasut --- Cc: Joe Hershberger Cc: Patrice Chotard Cc: Patrick Delaunay Cc: Ramon Fried Cc: Stephen Warren --- drivers/net/dwc_eth_qos.c | 3