From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH net-next 4/6] inet: frags: use rhashtables for reassembly units Date: Fri, 30 Mar 2018 09:09:07 -0700 Message-ID: <839893ba-9072-888d-438b-d692b4c27312@gmail.com> References: <20180330052241.206667-2-edumazet@google.com> <20180330052241.206667-5-edumazet@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev , Florian Westphal , Herbert Xu , Thomas Graf , Jesper Dangaard Brouer , Alexander Aring , Stefan Schmidt , Nikolay Aleksandrov To: Kirill Tkhai , Eric Dumazet , "David S . Miller" Return-path: Received: from mail-pf0-f182.google.com ([209.85.192.182]:43161 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbeC3QJK (ORCPT ); Fri, 30 Mar 2018 12:09:10 -0400 Received: by mail-pf0-f182.google.com with SMTP id j2so5642033pff.10 for ; Fri, 30 Mar 2018 09:09:10 -0700 (PDT) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 03/30/2018 04:44 AM, Kirill Tkhai wrote: > Hi, Eric, > > Great results! > > Please, see some comments below. > Thanks a lot Kirill for this detailed review. I will address/correct all points that you raised in V2.