Re: [RFC net-next PATCH V1 1/9] net: frag evictor, avoid killing warm frag queues
From: Florian Westphal <fw@strlen.de>
Date: 2012-11-23 19:58:26
Jesper Dangaard Brouer [off-list ref] wrote:
+// TODO: Idea what about also looking at flag INET_FRAG_FIRST_IN
+// just as safe-guard against frags with a dropped "head" packet
+ if (!force && q->creation_ts == (u32) jiffies) {I think we should not rely on head fragment arriving first.