On Sun, 2015-05-31 at 04:58 +0530, Chaitanya T K wrote: > cfg80211 reuses the skb before asking for a fresh on from genl framework, > this works efficiently for smaller messages but NLM_F_DUMP is normally > used to transport larger data normally > PAGE_SIZE, so if the message > occupies more than GOODSIZE its better to ask for a new, saves couple > of hanshakes with the driver. > > This improves the time to get the DUMP response across to user space. This doesn't make any sense. If the driver is slow to actually create the data, it should implement this logic, but realistically the driver should just check if there's enough space and only try to create data to put into the skb if it's sufficient? It sounds to me like you're actually interacting with the hardware at this point (otherwise it wouldn't be slow!) which pretty much seems wrong anyway. johannes -- 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