From mboxrd@z Thu Jan 1 00:00:00 1970 From: Or Gerlitz Subject: Re: [ofa-general] [PATCH] net/inet_lro: remove setting skb->ip_summed when not LRO-able Date: Wed, 25 Jun 2008 16:01:18 +0300 Message-ID: <4862419E.5040307@voltaire.com> References: <4862304D.2050306@voltaire.com> <1214397005.23583.60.camel@mtls03> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Roland Dreier , Vladimir Sokolovsky , OpenFabrics General , Jan-Bernd Themann To: eli@dev.mellanox.co.il Return-path: In-Reply-To: <1214397005.23583.60.camel@mtls03> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org List-Id: netdev.vger.kernel.org Eli Cohen wrote: > We already have this comment: > u32 ip_summed; /* Set in non generated SKBs in page mode */ > > I think we should use have it something like that: > /* > * Set for generated SKBs in that are not added to > * the frag list in fragmented mode > */ > u32 ip_summed; > > What do you think? > yes, this could be a little more clear. Or