Re: [PATCH v1 7/9] hw/dma/xilinx_axidma: mm2s: Stream descriptor by descriptor

2020-05-05 Thread Alistair Francis
On Thu, Apr 30, 2020 at 9:31 AM Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > Stream descriptor by descriptor from memory instead of > buffering entire packets before pushing. This enables > non-packet streaming clients to work and also lifts the > limitation that our internal DMA bu

[PATCH v1 7/9] hw/dma/xilinx_axidma: mm2s: Stream descriptor by descriptor

2020-04-30 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Stream descriptor by descriptor from memory instead of buffering entire packets before pushing. This enables non-packet streaming clients to work and also lifts the limitation that our internal DMA buffer needs to be able to hold entire packets. Signed-off-by: Edgar E.