On Thu, 2014-02-27 at 14:38 -0800, Ben Greear wrote: > Based on the code above, do you think skb_try_coalesce() is > the best option for this logic? Yep, if you do not know how are built the skb in the chain, I would say using skb_try_coalesce() seems the proper way. We use it for example in tcp input path. Take also a look at tipc_link_recv_fragment() -- 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