Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942357AbXHJVMA (ORCPT ); Fri, 10 Aug 2007 17:12:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933748AbXHJVLn (ORCPT ); Fri, 10 Aug 2007 17:11:43 -0400 Received: from ns2.lanforge.com ([66.165.47.211]:50890 "EHLO ns2.lanforge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756259AbXHJVLl (ORCPT ); Fri, 10 Aug 2007 17:11:41 -0400 Message-ID: <46BCD47C.9060408@candelatech.com> Date: Fri, 10 Aug 2007 14:11:24 -0700 From: Ben Greear Organization: Candela Technologies User-Agent: Thunderbird 1.5.0.10 (X11/20070301) MIME-Version: 1.0 To: Jeff Garzik CC: Auke Kok , netdev@vger.kernel.org, davem@davemloft.net, LKML Subject: Re: [PATCH 1/4] Add ETHTOOL_[GS]FLAGS sub-ioctls References: <20070810202426.GA25050@havoc.gtf.org> <46BCD263.6050807@garzik.org> In-Reply-To: <46BCD263.6050807@garzik.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1081 Lines: 29 Jeff Garzik wrote: > This patch copies Auke in adding NETIF_F_LRO. Is that just for > temporary merging, or does the net core really not touch it at all? > > Because, logically, if NETIF_F_LRO exists nowhere else but this patch, > we should not add it to dev->features. LRO knowledge can be contained > entirely within the driver, if the net core never tests NETIF_F_LRO. > > I haven't reviewed the other NETIF_F_XXX flags, but, that logic can be > applied to any other NETIF_F_XXX flag: if the net stack isn't using it, > it's a piece of information specific to that driver. I believe LRO is going to have to be disabled for routing/bridging, so the stack will probably need to become aware of it at some point... Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/