From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/2] librte_ip_frag: add function to delete expired entries Date: Wed, 19 Sep 2018 19:49:56 +0200 Message-ID: <4775286.2ap6XOyfAO@xps> References: <2601191342CEEE43887BDE71AB977258E9FA5253@IRSMSX102.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Ananyev, Konstantin" To: Alex Kiselev Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id BC21F1B0FB for ; Wed, 19 Sep 2018 19:49:58 +0200 (CEST) In-Reply-To: <2601191342CEEE43887BDE71AB977258E9FA5253@IRSMSX102.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > A fragmented packets is supposed to live no longer than max_cycles, > > but the lib deletes an expired packet only occasionally when it scans > > a bucket to find an empty slot while adding a new packet. > > Therefore a fragment might sit in the table forever. > > > > Signed-off-by: Alex Kiselev > > Seems my previous ack for that patch was lost somewhere: > Acked-by: Konstantin Ananyev Applied, thanks Note: the second patch of this series is marked as rejected.