From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Gallatin Subject: Re: [PATCH -next] myri10ge: clear NETIF_F_LRO bit directly Date: Tue, 29 Jun 2010 11:44:14 -0400 Message-ID: <4C2A14CE.3090502@myri.com> References: <20100629163731.1d174b07@dhcp-lab-109.englab.brq.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Amerigo Wang , Brice Goglin To: Stanislaw Gruszka Return-path: Received: from mailbox2.myri.com ([64.172.73.26]:1914 "EHLO myri.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752399Ab0F2QP3 (ORCPT ); Tue, 29 Jun 2010 12:15:29 -0400 In-Reply-To: <20100629163731.1d174b07@dhcp-lab-109.englab.brq.redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: Stanislaw Gruszka wrote: > Do not use ethtool_op_set_flags() to clear one bit in ->features. > Inform user about disabling LRO. Thanks.. That simplifies things nicely. But was direct manipulation of netdev->features ever discouraged, or has my use of ethtool_op_{get,set}_flags() to manipulate the features always been complete overkill? > Signed-off-by: Stanislaw Gruszka Acked-by: Andrew J. Gallatin Thanks, Drew