[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1306257314-3925-1-git-send-email-nhorman@tuxdriver.com>
Date: Tue, 24 May 2011 13:15:12 -0400
From: Neil Horman <nhorman@...driver.com>
To: netdev@...r.kernel.org
Cc: Neil Horman <nhorman@...driver.com>, davem@...emloft.net
Subject: net: enable dynamic lro disabling for vlans
Hey there-
Noted recently that, while physical devices have lro disabled when
attached to a bridge, vlan devices do not. This is because the vlan netdev has
no get/set flags method in its ethtool_ops struct. This series adds those
methods as passthrough calls to the underlying physical devices, so that whe
dev_disable_lro is called on a vlan device, the physical device underneath has
lro properly disabled.
Signed-off-by: Neil Horman <nhorman@...driver.com>
CC: davem@...emloft.net
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists