Re: [PATCH v2] net: macb: Increase DMA TX buffer size

2016-08-25 Thread David Miller
From: Xander Huff Date: Wed, 24 Aug 2016 17:25:39 -0500 > From: Nathan Sullivan > > In recent testing with the RT patchset, we have seen cases where the > transmit ring can fill even with up to 200 txbds in the ring. Increase the > size of the DMA TX ring to avoid overruns. > > Signed-off-by:

[PATCH v2] net: macb: Increase DMA TX buffer size

2016-08-24 Thread Xander Huff
From: Nathan Sullivan In recent testing with the RT patchset, we have seen cases where the transmit ring can fill even with up to 200 txbds in the ring. Increase the size of the DMA TX ring to avoid overruns. Signed-off-by: Xander Huff Signed-off-by: Nathan Sullivan --- drivers/net/ethernet/c