From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Westphal Subject: Re: [RFC net-next PATCH V1 1/9] net: frag evictor, avoid killing warm frag queues Date: Fri, 23 Nov 2012 20:58:15 +0100 Message-ID: <20121123195815.GA32625@breakpoint.cc> References: <20121123130749.18764.25962.stgit@dragon> <20121123130806.18764.41854.stgit@dragon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Eric Dumazet , "David S. Miller" , Florian Westphal , netdev@vger.kernel.org, Pablo Neira Ayuso , Thomas Graf , Cong Wang , Patrick McHardy , "Paul E. McKenney" , Herbert Xu To: Jesper Dangaard Brouer Return-path: Received: from Chamillionaire.breakpoint.cc ([80.244.247.6]:41600 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751448Ab2KWT60 (ORCPT ); Fri, 23 Nov 2012 14:58:26 -0500 Content-Disposition: inline In-Reply-To: <20121123130806.18764.41854.stgit@dragon> Sender: netdev-owner@vger.kernel.org List-ID: Jesper Dangaard Brouer 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.