On Wed, Mar 24, 2010 at 09:16:02AM -0700, Johannes Berg wrote: > > > Mac80211 drivers can now pass paged SKBs to mac80211 via > > > ieee80211_rx{_irqsafe}. The implementation currently use > > > skb_linearize() in a few places i.e. management frame handling, > > > software decryption, defragmentation and A-MSDU process. > > > > What benefits this gives? Only driver which need non linear skbs > > is iwliwifi and nicely handle that by itself. I do not see any > > other potential users for that. Can we wait for some other > > users before put that feature into mac stack? > > Hell no. We will get more users, and even putting it into the stack now > gives us the benefit of being able to improve it 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. > -- iwlwifi doesn't > "nicely" handle it after all Oh well, at least now we have no more bugs with that (I hope). Stanislaw -- 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