Re: [PATCH] dmaengine: xgene-dma: Fix overwritting DMA tx ring

2015-09-30 Thread Vinod Koul
On Wed, Sep 16, 2015 at 01:33:23PM +0530, Rameshwar Prasad Sahu wrote: > This patch fixes an over flow issue with the TX ring descriptor. Each > descriptor is 32B in size and an operation requires 2 of these > descriptors. Applied, thanks -- ~Vinod -- To unsubscribe from this list: send the line

Re: [PATCH] dmaengine: xgene-dma: Fix overwritting DMA tx ring

2015-09-25 Thread Rameshwar Sahu
Hi Vinod, On Wed, Sep 16, 2015 at 1:33 PM, Rameshwar Prasad Sahu wrote: > This patch fixes an over flow issue with the TX ring descriptor. Each > descriptor is 32B in size and an operation requires 2 of these > descriptors. > > Signed-off-by: Rameshwar Prasad Sahu > --- > drivers/dma/xgene-dma.

[PATCH] dmaengine: xgene-dma: Fix overwritting DMA tx ring

2015-09-16 Thread Rameshwar Prasad Sahu
This patch fixes an over flow issue with the TX ring descriptor. Each descriptor is 32B in size and an operation requires 2 of these descriptors. Signed-off-by: Rameshwar Prasad Sahu --- drivers/dma/xgene-dma.c | 37 +++-- 1 file changed, 11 insertions(+), 26 dele