Re: [PATCH v2] ath10k: do not use coherent memory for allocated device memory chunks

2015-12-30 Thread Ben Greear
On 11/30/2015 10:32 AM, Felix Fietkau wrote: Coherent memory is more expensive to allocate (and constrained on some architectures where it has to be pre-allocated). It is also completely unnecessary, since the host has no reason to even access these allocated memory spaces Signed-off-by: Felix F

Re: [PATCH v2] ath10k: do not use coherent memory for allocated device memory chunks

2015-12-08 Thread Kalle Valo
Felix Fietkau writes: > Coherent memory is more expensive to allocate (and constrained on some > architectures where it has to be pre-allocated). It is also completely > unnecessary, since the host has no reason to even access these allocated > memory spaces > > Signed-off-by: Felix Fietkau App

[PATCH v2] ath10k: do not use coherent memory for allocated device memory chunks

2015-11-30 Thread Felix Fietkau
Coherent memory is more expensive to allocate (and constrained on some architectures where it has to be pre-allocated). It is also completely unnecessary, since the host has no reason to even access these allocated memory spaces Signed-off-by: Felix Fietkau --- drivers/net/wireless/ath/ath10k/wm