]> git.baikalelectronics.ru Git - kernel.git/commit
ethtool: Don't flush n-tuple list from ethtool_reset()
authorBen Hutchings <bhutchings@solarflare.com>
Wed, 17 Feb 2010 09:26:54 +0000 (09:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2010 21:38:10 +0000 (13:38 -0800)
commit03fad41d042d1c8d28e54c0bdbe413269c271572
treec9fa0fa66c7823ed39d3ddc652bfee306f157497
parent3f6323489d4792eaef2a962f5f77e04ed7fed23b
ethtool: Don't flush n-tuple list from ethtool_reset()

The n-tuple list should be flushed if and only if the ETH_RESET_FILTER
flag is set and the driver is able to reset filtering/flow direction
hardware without also resetting a component whose flag is not set.
This test is best left to the driver.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/ethtool.c