Re: [PATCH net v3.16]r8169: Keep minimum barrier on coherent allocation

2016-03-01 Thread Francois Romieu
Corcodel Marian : > This patch add 256 Bytes barrier on rx/tx coherent allocations. It does not make much sense unless you want to use a non power of two value for NUM_.._DESC or a value < 16 with some strange kernel where dma_alloc_coherent does not provide page

[PATCH net v3.16]r8169: Keep minimum barrier on coherent allocation

2016-03-01 Thread Corcodel Marian
This patch add 256 Bytes barrier on rx/tx coherent allocations. Signed-off-by: Corcodel Marian --- drivers/net/ethernet/realtek/r8169.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/realtek/r8169.c