On Thu, 2010-03-25 at 15:26 +0800, Stanislaw Gruszka wrote: > > But wait, isn't that all just workaround for bad performing allocator, > what should be fixed in proper place not in mac80211 nor iwlwifi. What > for exactly this is needed, concretes please - that is not described > in patch changelog. If a devices is capable of DMA a frame to/from physically discontinuous host memory, the paged SKB handling can mitigate memory subsystem pressure for large chunk of continuous memory allocation and also avoid CPU cycles for memcpy. In Linux kernel, since TCP/IP stacks and (capable) devices support paged SKBs, mac80211 will become the bottleneck if it still couldn't provide the support. For devices don't support paged SKBs, this patch doesn't bring performance issues. So it should be a good thing to have for us. Thanks, -yi -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html