From: Neil Horman Date: Fri, 13 Jun 2014 14:03:21 +0000 (-0400) Subject: vmxnet3: adjust ring sizes when interface is down X-Git-Tag: omap-for-v3.16/fixes-rc4~53^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00e2b0ac3ae25a37c04a113ed03bf249fad15d8;p=pandora-kernel.git vmxnet3: adjust ring sizes when interface is down If ethtool is used to update ring sizes on a vmxnet3 interface that isn't running, the change isn't stored, meaning the ring update is effectively is ignored and lost without any indication to the user. Other network drivers store the ring size update so that ring allocation uses the new sizes next time the interface is brought up. This patch modifies vmxnet3 to behave this way as well Signed-off-by: Neil Horman CC: "David S. Miller" CC: Shreyas Bhatewara CC: "VMware, Inc." Signed-off-by: David S. Miller --- Reading git-diff-tree failed