From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Westphal Subject: Re: [PATCH net-next 4/4] inet: frags: use kmem_cache for inet_frag_queue Date: Thu, 31 Jul 2014 23:29:24 +0200 Message-ID: <20140731212924.GH23865@breakpoint.cc> References: <1406819499-11198-1-git-send-email-nikolay@redhat.com> <1406819499-11198-5-git-send-email-nikolay@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, Florian Westphal , "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , Alexander Aring , Eric Dumazet To: Nikolay Aleksandrov Return-path: Received: from Chamillionaire.breakpoint.cc ([80.244.247.6]:52901 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751336AbaGaV3Z (ORCPT ); Thu, 31 Jul 2014 17:29:25 -0400 Content-Disposition: inline In-Reply-To: <1406819499-11198-5-git-send-email-nikolay@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: Nikolay Aleksandrov wrote: > Use kmem_cache to allocate/free inet_frag_queue objects since they're [..] > are alloced/freed in high volumes Nik, something is wrong with your network 8-} kidding aside: I know there are crazy setups; I have no objections. Acked-by: Florian Westphal