kernel_optimize_test/drivers/net/ixgbe
PJ Waskiewicz 74ad0a5421 ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()
netif_carrier_off() is sufficient to stop Tx into the driver.  Stopping the Tx
queues is redundant and unnecessary.  By the same token, netif_carrier_on()
will be sufficient to re-enable Tx, so waking the queues is unnecessary.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-16 00:31:35 -08:00
..
ixgbe_82598.c
ixgbe_common.c
ixgbe_common.h
ixgbe_ethtool.c
ixgbe_main.c
ixgbe_phy.c
ixgbe_phy.h
ixgbe_type.h
ixgbe.h
Makefile