From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Subject: Re: [PATCH net-next v2 0/6] inet: frags: cleanup and kmem_cache use Date: Fri, 1 Aug 2014 13:24:35 +0200 Message-ID: <20140801112433.GA12179@omega> References: <1406888988-20742-1-git-send-email-nikolay@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: netdev@vger.kernel.org, Hannes Frederic Sowa , Florian Westphal , "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , Eric Dumazet To: Nikolay Aleksandrov Return-path: Received: from mail-we0-f176.google.com ([74.125.82.176]:53054 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754832AbaHALYo (ORCPT ); Fri, 1 Aug 2014 07:24:44 -0400 Received: by mail-we0-f176.google.com with SMTP id q58so4184073wes.35 for ; Fri, 01 Aug 2014 04:24:42 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1406888988-20742-1-git-send-email-nikolay@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Aug 01, 2014 at 12:29:42PM +0200, Nikolay Aleksandrov wrote: > Hello, > This patchset does a couple of small cleanups in patches 1-5 and then in > patch 06 it introduces the use of kmem_cache for allocation/freeing of > inet_frag_queue+header objects. > For net/ieee802154/reassembly.c: Acked-by: Alexander Aring