linux/drivers/net/ethernet/intel/ixgbevf
Emil Tantilov d9bdb57f9c ixgbevf: Fix ordering of shutdown to correctly disable Rx and Tx
This patch updates the ordering of the shutdown path so that we attempt to
shutdown the rings more gracefully. Basically the big changes are that we
shutdown the main Rx filter in the case of Rx and we set the carrier_off
state in the case of Tx so that packets stop being delivered from outside
the driver.  Then we shut down interrupts and NAPI.  Finally we stop the
rings from performing DMA and clean them.  This is a bit more graceful than
the previous path.

CC: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2015-02-05 19:58:44 -08:00
..
defines.h ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00
ethtool.c ixgbevf: Resolve missing-field-initializers warnings 2014-09-12 00:16:41 -07:00
ixgbevf_main.c ixgbevf: Fix ordering of shutdown to correctly disable Rx and Tx 2015-02-05 19:58:44 -08:00
ixgbevf.h ixgbevf: enable multiple queue support 2015-02-05 19:57:46 -08:00
Makefile ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
mbx.c ixgbevf: Fix code for handling timeout 2012-09-24 00:21:51 -07:00
mbx.h ixgbevf: Add VF DCB + SR-IOV support 2012-10-22 21:15:35 -07:00
regs.h ixgbevf: add RSS support for X550 2015-02-05 19:57:47 -08:00
vf.c ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00
vf.h ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00