RE: [1/4] [IPV6]: Remove redundant length check on input
From: Ananda Raju <hidden>
Date: 2006-07-01 00:08:42
From: Ananda Raju <hidden>
Date: 2006-07-01 00:08:42
Sure, we will do that. -----Original Message----- From: Michael Chan [mailto:mchan@broadcom.com] Sent: Friday, June 30, 2006 5:08 PM To: Ananda Raju Cc: David Miller; herbert@gondor.apana.org.au; netdev@vger.kernel.org Subject: RE: [1/4] [IPV6]: Remove redundant length check on input On Fri, 2006-06-30 at 19:55 -0400, Ananda Raju wrote:
True, I am referring to "ethtool -K ethX tso off" ethtool_op_set_tso() won't clear NETIF_F_TSO6 for ethtool -K ethX tso off
Instead of using ethtool_op_set_tso() in your ethtool_ops structure, you can use a private function to set or clear any new bits such as NETIF_F_TSO6 or NETIF_F_TSO_ECN.