[PATCH net-next] r8169: Replace TX_DMA_BURST

2015-08-17 Thread Corcodel Marian
Replace TX_DMA_BURST with 3 wich corespond on 128 descriptors send on Tx burst DMA .Packet size consist in unit of 128 descriptors. Ensure to keep this units grouped Signed-off-by: Corcodel Marian corcodel.mar...@gmail.com diff --git a/drivers/net/ethernet/realtek/r8169.c

Re: [PATCH net-next] r8169: Replace TX_DMA_BURST

2015-08-17 Thread Sergei Shtylyov
On 08/17/2015 08:42 PM, Corcodel Marian wrote: Replace TX_DMA_BURST with 3 wich corespond on 128 s/on/to/? descriptors send on Tx burst DMA .Packet size consist in unit of 128 s/send/sent/? And please place period at the end of the statement, not at the beginning of a new one.