On Mon, 2015-05-04 at 16:14 -0700, Alexander Duyck wrote: > This change adds a function called skb_free_frag which is meant to > compliment the function __alloc_page_frag. The general idea is to enable a > more lightweight version of page freeing since we don't actually need all > the overhead of a put_page, and we don't quite fit the model of __free_pages. Could you describe what are the things that put_page() handle that we don't need for skb frags ? It looks the change could benefit to other users (outside of networking) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>