RE: [1/4] [IPV6]: Remove redundant length check on input
From: "Michael Chan" <mchan@broadcom.com>
Date: 2006-07-01 00:06:35
From: "Michael Chan" <mchan@broadcom.com>
Date: 2006-07-01 00:06:35
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.