[ath9k-devel] [PATCH RESEND 11/11] ath9k: Implement rx copy-break.

2011-01-09 Thread greearb
From: Ben Greear This saves us constantly allocating large, multi-page skbs. It should fix the order-1 allocation errors reported, and in a 60-vif scenario, this significantly decreases CPU utilization, and latency, and increases bandwidth. Signed-off-by: Ben Greear --- :100644 100644 b2497b8.

Re: [ath9k-devel] [PATCH RESEND 11/11] ath9k: Implement rx copy-break.

2011-01-10 Thread Felix Fietkau
On 2011-01-10 12:11 AM, gree...@candelatech.com wrote: > From: Ben Greear > > This saves us constantly allocating large, multi-page > skbs. It should fix the order-1 allocation errors reported, > and in a 60-vif scenario, this significantly decreases CPU > utilization, and latency, and increases b