Received: with ECARTIS (v1.0.0; list netdev); Sun, 15 May 2005 17:33:46 -0700 (PDT) Received: from sunset.davemloft.net (dsl027-180-168.sfo1.dsl.speakeasy.net [216.27.180.168]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j4G0XgOv030506 for ; Sun, 15 May 2005 17:33:42 -0700 Received: from localhost ([127.0.0.1] ident=davem) by sunset.davemloft.net with esmtp (Exim 4.50) id 1DXTXH-0003iO-23; Sun, 15 May 2005 17:32:43 -0700 Date: Sun, 15 May 2005 17:32:42 -0700 (PDT) Message-Id: <20050515.173242.125899783.davem@davemloft.net> To: herbert@gondor.apana.org.au Cc: johnpol@2ka.mipt.ru, netdev@oss.sgi.com Subject: Re: [IPV4/IPV6] Keep wmem accounting separate in ip*_push_pending_frames From: "David S. Miller" In-Reply-To: <20050515235913.GA20242@gondor.apana.org.au> References: <20050515.152441.106262257.davem@davemloft.net> <20050515232020.GA19859@gondor.apana.org.au> <20050515235913.GA20242@gondor.apana.org.au> X-Mailer: Mew version 3.3 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-archive-position: 1163 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: davem@davemloft.net Precedence: bulk X-list: netdev Content-Length: 479 Lines: 18 From: Herbert Xu Date: Mon, 16 May 2005 09:59:13 +1000 > Please let me know if you still have any questions/problems with my > patch. No objections, I see what you are doing now. It is basically the inverse of the case where we hold the frag truesizes in the head SKB. Once we rip apart the fraglist, we have to repropagate the truesize and sock ownership down from the head SKB to the frags. I'll apply your patch, and Evgeniy's too. Thanks.