aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2011-04-09 05:34:06 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-04-27 02:13:02 -0700
commit11b1d38e705fa05282661d2b1710f7a81a7f7045 (patch)
tree131da0e215486ed695971540faab9df637953637 /drivers/net/ixgbe/ixgbe_main.c
parentixgbe: add LED blink code for x540 (diff)
downloadlinux-dev-11b1d38e705fa05282661d2b1710f7a81a7f7045.tar.xz
linux-dev-11b1d38e705fa05282661d2b1710f7a81a7f7045.zip
ixgbe: remove ntuple display support
This change removes the ntuple display support from ixgbe. The reason for this change is to resolve a number of issues in the way display filtering is handled. I plan to add support for displaying these filters via the network flow classifier interface. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Evan Swanson <evan.swanson@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to '')
-rw-r--r--drivers/net/ixgbe/ixgbe_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index 200ae7e60ba0..dbe29e57280f 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -4203,9 +4203,6 @@ void ixgbe_down(struct ixgbe_adapter *adapter)
break;
}
- /* clear n-tuple filters that are cached */
- ethtool_ntuple_flush(netdev);
-
if (!pci_channel_offline(adapter->pdev))
ixgbe_reset(adapter);